diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2011-10-25 11:54:52 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-11-01 12:04:44 -0400 |
commit | fdca78c3b8876e47f1c92b3b28693b261bfd913a (patch) | |
tree | bc54335ecb49a7b0715f6692e6bf1f1a8fd9aca8 /drivers/gpu | |
parent | 1d33e1fc8dcce667a70387b666a8b6f60153d90f (diff) |
drm/radeon/kms: only require 2.7 Ghz DP clock for NUTMEG
Use the regular logic for other bridge chips.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/radeon/atombios_dp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/atombios_dp.c b/drivers/gpu/drm/radeon/atombios_dp.c index d0ef4cbadfa4..ff47186b5629 100644 --- a/drivers/gpu/drm/radeon/atombios_dp.c +++ b/drivers/gpu/drm/radeon/atombios_dp.c | |||
@@ -482,8 +482,8 @@ static int radeon_dp_get_dp_link_clock(struct drm_connector *connector, | |||
482 | int bpp = convert_bpc_to_bpp(connector->display_info.bpc); | 482 | int bpp = convert_bpc_to_bpp(connector->display_info.bpc); |
483 | int lane_num, max_pix_clock; | 483 | int lane_num, max_pix_clock; |
484 | 484 | ||
485 | if (radeon_connector_encoder_get_dp_bridge_encoder_id(connector) != | 485 | if (radeon_connector_encoder_get_dp_bridge_encoder_id(connector) == |
486 | ENCODER_OBJECT_ID_NONE) | 486 | ENCODER_OBJECT_ID_NUTMEG) |
487 | return 270000; | 487 | return 270000; |
488 | 488 | ||
489 | lane_num = radeon_dp_get_dp_lane_number(connector, dpcd, pix_clock); | 489 | lane_num = radeon_dp_get_dp_lane_number(connector, dpcd, pix_clock); |