mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
drm/amd/display: Enable dcn314 DPP RCO
[ Upstream commit 17fbdbda9c ]
[Why and How]
Add back debug bits enabling RCO for dcn314 as underflow
associated with this change has been resolved
Acked-by: Stylon Wang <stylon.wang@amd.com>
Signed-off-by: Daniel Miess <daniel.miess@amd.com>
Reviewed-by: Jun Lei <jun.lei@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5447155001
commit
359ec0952c
@@ -920,6 +920,22 @@ static const struct dc_debug_options debug_defaults_drv = {
|
|||||||
.afmt = true,
|
.afmt = true,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
.root_clock_optimization = {
|
||||||
|
.bits = {
|
||||||
|
.dpp = true,
|
||||||
|
.dsc = false,
|
||||||
|
.hdmistream = false,
|
||||||
|
.hdmichar = false,
|
||||||
|
.dpstream = false,
|
||||||
|
.symclk32_se = false,
|
||||||
|
.symclk32_le = false,
|
||||||
|
.symclk_fe = false,
|
||||||
|
.physymclk = false,
|
||||||
|
.dpiasymclk = false,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
.seamless_boot_odm_combine = true
|
.seamless_boot_odm_combine = true
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user