mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
drm/amd/display: disable clock gating logic
Disable clock gating logic. Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Reviewed-by: Charlene Liu <charlene.liu@amd.com> Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com> Signed-off-by: Muhammad Ahmed <ahmed.ahmed@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
c056bf3746
commit
f6340612d4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user