diff options
author | 2022-07-05 15:01:59 -0400 | |
---|---|---|
committer | 2022-07-07 15:52:57 -0400 | |
commit | 371409df9236bd1abedc143e76fdd7080cba3ba3 (patch) | |
tree | fba1834f4887a290785053fe8063e3c7457d3ad2 | |
parent | drm/amdkfd: change svm range evict (diff) | |
download | linux-dev-371409df9236bd1abedc143e76fdd7080cba3ba3.tar.xz linux-dev-371409df9236bd1abedc143e76fdd7080cba3ba3.zip |
drm/amd/display: remove stale debug setting
[Why&How]
The debug option to disable idle power optimization can be dropped
Fixes: 235c67634230 ("drm/amd/display: add DCN32/321 specific files for Display Core")
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c index baaeaaff23df..1cc1296aed9c 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c +++ b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c @@ -736,7 +736,6 @@ void dcn32_init_hw(struct dc *dc) int edp_num; uint32_t backlight = MAX_BACKLIGHT_LEVEL; - dc->debug.disable_idle_power_optimizations = true; if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks) dc->clk_mgr->funcs->init_clocks(dc->clk_mgr); |