Re: [PATCH] drm/amd/display: Pass errors from amdgpu_dm_init() up

2024-05-22 Thread Harry Wentland
On 2024-05-19 09:02, Mario Limonciello wrote: > 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. > > Signed-off-by: Mario Limonciello Reviewed-by: Harry Wentland Harry > --- >

[PATCH] drm/amd/display: Pass errors from amdgpu_dm_init() up

2024-05-19 Thread Mario Limonciello
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. Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 6 +- 1 file changed, 5 insertions(+), 1