drm/amd/display: Pass errors from amdgpu_dm_init() up
authorMario Limonciello <mario.limonciello@amd.com>
Sun, 19 May 2024 13:02:23 +0000 (08:02 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 23 May 2024 19:13:54 +0000 (15:13 -0400)
commit400c49e27d28ebe4651e19d29b3009698e309a67
treeb5807e64379cc51a68044d993eed27a4befe7cf4
parent015a04a59e3f9ff4a8f8a8e70c2da645a2e4b82f
drm/amd/display: Pass errors from amdgpu_dm_init() up

Errors in amdgpu_dm_init() are silently ignored and dm_hw_init()
will succeed. However often these are fatal errors and it would
be better to pass them up.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c