mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
drm/amd/display: To adjust dprefclk by down spread percentage
[Why] Panels show corruption with high refresh rate timings when ssc is enabled. [How] Read down-spread percentage from lut to adjust dprefclk. Issues come from S0i3 with this commit has been fixed by SMU. Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com> Signed-off-by: Martin Tsai <martin.tsai@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
47bf0f83fc
commit
17e74e11ac
@@ -64,7 +64,7 @@ enum audio_dto_source {
|
||||
/* PLL information required for AZALIA DTO calculation */
|
||||
|
||||
struct audio_pll_info {
|
||||
uint32_t dp_dto_source_clock_in_khz;
|
||||
uint32_t audio_dto_source_clock_in_khz;
|
||||
uint32_t feed_back_divider;
|
||||
enum audio_dto_source dto_source;
|
||||
bool ss_enabled;
|
||||
|
||||
Reference in New Issue
Block a user