diff options
author | Muhammad Ahmed <[email protected]> | 2023-07-28 15:43:10 -0700 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-09-20 16:24:07 -0400 |
commit | f6340612d45fb562d336b0038fd3eccd7154b3ae (patch) | |
tree | 096d1917b0dbf04c0478d570606312661e51e2d6 | |
parent | c056bf3746e9139266fa2a8b991d62a1eb01b354 (diff) |
drm/amd/display: disable clock gating logic
Disable clock gating logic.
Tested-by: Daniel Wheeler <[email protected]>
Reviewed-by: Charlene Liu <[email protected]>
Acked-by: Qingqing Zhuo <[email protected]>
Signed-off-by: Muhammad Ahmed <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hubbub.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hubbub.c b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hubbub.c index 895425e03247..458aac24778c 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hubbub.c +++ b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hubbub.c @@ -484,8 +484,8 @@ static void hubbub35_init(struct hubbub *hubbub) /*REG_UPDATE(DCFCLK_CNTL, DCFCLK_GATE_DIS, 0);*/ REG_UPDATE_2(DCHUBBUB_CLOCK_CNTL, - DISPCLK_R_DCHUBBUB_GATE_DIS, 0, - DCFCLK_R_DCHUBBUB_GATE_DIS, 0); + DISPCLK_R_DCHUBBUB_GATE_DIS, 1, + DCFCLK_R_DCHUBBUB_GATE_DIS, 1); } hubbub35_set_fgcg(hubbub2, hubbub->ctx->dc->debug.enable_fine_grain_clock_gating |