Re: [PATCH] drm/amdgpu: Add error message for DAC setup failure

2020-10-07 Thread Nirmoy
Acked-by: Nirmoy Das On 10/6/20 8:05 AM, Shashank Sharma wrote: This patch adds a return value check and an error message to highlight the DAC setup failure case during encoder DPMS operation. Cc: Alex Deucher Signed-off-by: Shashank Sharma --- drivers/gpu/drm/amd/amdgpu/atombios_encoders.

[PATCH] drm/amdgpu: Add error message for DAC setup failure

2020-10-05 Thread Shashank Sharma
This patch adds a return value check and an error message to highlight the DAC setup failure case during encoder DPMS operation. Cc: Alex Deucher Signed-off-by: Shashank Sharma --- drivers/gpu/drm/amd/amdgpu/atombios_encoders.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g