drm/amd/display: Fix hangs with psr enabled on dcn3.xx
authorRoman Li <Roman.Li@amd.com>
Wed, 31 Mar 2021 20:50:44 +0000 (16:50 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 15 Apr 2021 20:32:25 +0000 (16:32 -0400)
commit2ff3cf8238826b19d604d6a99d9bfcc5ce25081f
tree5a6d0e7541957e3236ae7c362a7c6d24eb62479c
parente922057b556d37c54f8f88e44f7d7b731d6365b1
drm/amd/display: Fix hangs with psr enabled on dcn3.xx

[Why]
SKIP_CRTC_DISABLE bit should be applicable to all dcn asics
not only Raven.

[How]
Replace check for Raven only with check for all DCNs.

Signed-off-by: Roman Li <Roman.Li@amd.com>
Acked-by: Bindu Ramamurthy <bindur12@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c