diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-03-26 21:14:37 (GMT) |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-03-31 03:12:45 (GMT) |
commit | e1e8a5dd4faf356b5d31c620c5787eaa83ee831d (patch) | |
tree | ae8b7d01fd61c323f77ac1740bd637c81a275545 /drivers/gpu/drm | |
parent | 97586c422b38c4c12e2b5011d59c401d03d09ed6 (diff) | |
download | linux-fsl-qoriq-e1e8a5dd4faf356b5d31c620c5787eaa83ee831d.tar.xz |
drm/radeon/kms: fix macbookpro connector quirk
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_atombios.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_atombios.c b/drivers/gpu/drm/radeon/radeon_atombios.c index f0ea7f8..1fff955 100644 --- a/drivers/gpu/drm/radeon/radeon_atombios.c +++ b/drivers/gpu/drm/radeon/radeon_atombios.c @@ -264,6 +264,8 @@ static bool radeon_atom_apply_quirks(struct drm_device *dev, if ((supported_device == ATOM_DEVICE_CRT1_SUPPORT) || (supported_device == ATOM_DEVICE_DFP2_SUPPORT)) return false; + if (supported_device == ATOM_DEVICE_CRT2_SUPPORT) + *line_mux = 0x90; } /* ASUS HD 3600 XT board lists the DVI port as HDMI */ |