forked from luck/tmp_suning_uos_patched
drm/radeon/kms: adjust pll settings for tv
May fix fdo bug 26582. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
08d075116d
commit
a1a4b23b66
@ -521,6 +521,10 @@ static u32 atombios_adjust_pll(struct drm_crtc *crtc,
|
|||||||
/* DVO wants 2x pixel clock if the DVO chip is in 12 bit mode */
|
/* DVO wants 2x pixel clock if the DVO chip is in 12 bit mode */
|
||||||
if (radeon_encoder->encoder_id == ENCODER_OBJECT_ID_INTERNAL_KLDSCP_DVO1)
|
if (radeon_encoder->encoder_id == ENCODER_OBJECT_ID_INTERNAL_KLDSCP_DVO1)
|
||||||
adjusted_clock = mode->clock * 2;
|
adjusted_clock = mode->clock * 2;
|
||||||
|
if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT)) {
|
||||||
|
pll->algo = PLL_ALGO_LEGACY;
|
||||||
|
pll->flags |= RADEON_PLL_PREFER_CLOSEST_LOWER;
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
if (encoder->encoder_type != DRM_MODE_ENCODER_DAC)
|
if (encoder->encoder_type != DRM_MODE_ENCODER_DAC)
|
||||||
pll->flags |= RADEON_PLL_NO_ODD_POST_DIV;
|
pll->flags |= RADEON_PLL_NO_ODD_POST_DIV;
|
||||||
|
Loading…
Reference in New Issue
Block a user