drm/amd/display: Do not clear GPINT register when releasing DMUB from reset
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Thu, 6 Apr 2023 19:48:48 +0000 (15:48 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Apr 2023 12:49:37 +0000 (08:49 -0400)
commit8fa33bd8d327ae2f9b602cd883f32efc4662bea0
tree7fbb59487f6bd0321cb1f27b93ecc1c5cb8d3edb
parent948ca54c424be395402624ca0e21ad5ddf77cb6a
drm/amd/display: Do not clear GPINT register when releasing DMUB from reset

[Why & How]
There's no need to clear GPINT register for DMUB
when releasing it from reset. Fix that.

Fixes: ac2e555e0a7f ("drm/amd/display: Add DMCUB source files and changes for DCN32/321")
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dmub/src/dmub_dcn32.c