diff options
author | Charlene Liu <[email protected]> | 2023-07-27 17:58:39 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-09-20 16:24:07 -0400 |
commit | e4b6d48d0542a870dc2653174b603290b7000b3e (patch) | |
tree | 2aae171c350ba03e6e72082654d7e0db3b5969fb | |
parent | f6340612d45fb562d336b0038fd3eccd7154b3ae (diff) |
drm/amd/display: Temporarily disable clock gating
Temporarily disable dchubbub clock gating, registers:
.DISPCLK_R_DCHUBBUB_GATE_DIS
.DCFCLK_R_DCHUBBUB_GATE_DIS
need to follow up with sequence issue.
Tested-by: Daniel Wheeler <[email protected]>
Reviewed-by: Leo Chen <[email protected]>
Acked-by: Qingqing Zhuo <[email protected]>
Signed-off-by: Charlene Liu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c index bba747667a73..957f39e1381b 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c +++ b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c @@ -685,6 +685,7 @@ static const struct dc_debug_options debug_defaults_drv = { .disable_dcc = DCC_ENABLE, .disable_dpp_power_gate = true, .disable_hubp_power_gate = true, + .disable_clock_gate = true, .disable_dsc_power_gate = true, .vsr_support = true, .performance_trace = false, |