drm/amd/display: fix exit from amdgpu_dm_atomic_check() abruptly
authorShirish S <shirish.s@amd.com>
Mon, 8 Nov 2021 13:51:46 +0000 (19:21 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Nov 2021 22:08:00 +0000 (17:08 -0500)
commit706bc8c501405aa78e71a646f8cf1e70de1f9485
treed3bcff9f32215b867f8b403c9a5dceb0a6f5aaf7
parent9f4f2c1a35248f56b2a9c1c004e0aaff3609b15d
drm/amd/display: fix exit from amdgpu_dm_atomic_check() abruptly

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 <shirish.s@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c