]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3b99c6b505e4d7c0ebbf042a4d9e818ca4e9aeda
tree5a6d0e7541957e3236ae7c362a7c6d24eb62479c
parentdb83992b08c93cd0bc36639d3cbf0e3a019a24bd
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