Re: [PATCH] drm/amd/display: fix exit from amdgpu_dm_atomic_check() abruptly

2021-11-08 Thread Harry Wentland
On 2021-11-08 08:56, Shirish S wrote: > make action upon failure in "drm_atomic_add_affected_connectors()" > consistent with the rest of failures in amdgpu_dm_atomic_check(). > > Signed-off-by: Shirish S Reviewed-by: Harry Wentland Harry > --- > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_d

[PATCH] drm/amd/display: fix exit from amdgpu_dm_atomic_check() abruptly

2021-11-08 Thread Shirish S
make action upon failure in "drm_atomic_add_affected_connectors()" consistent with the rest of failures in amdgpu_dm_atomic_check(). Signed-off-by: Shirish S --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/