Skip to content

Commit 99d92ea

Browse files
Aurabindo Pillaialexdeucher
authored andcommitted
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: ac2e555 ("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>
1 parent 425afa0 commit 99d92ea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/amd/display/dmub/src/dmub_dcn32.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ void dmub_dcn32_reset(struct dmub_srv *dmub)
137137

138138
void dmub_dcn32_reset_release(struct dmub_srv *dmub)
139139
{
140-
REG_WRITE(DMCUB_GPINT_DATAIN1, 0);
141140
REG_UPDATE(MMHUBBUB_SOFT_RESET, DMUIF_SOFT_RESET, 0);
142141
REG_WRITE(DMCUB_SCRATCH15, dmub->psp_version & 0x001100FF);
143142
REG_UPDATE_2(DMCUB_CNTL, DMCUB_ENABLE, 1, DMCUB_TRACEPORT_EN, 1);

0 commit comments

Comments
 (0)