aboutsummaryrefslogtreecommitdiff
path: root/linux-core/radeon_encoders.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2008-09-18 10:15:43 +1000
committerDave Airlie <airlied@linux.ie>2008-09-18 10:15:43 +1000
commit5081ce12217d31d8d197e66ac3bc71adc650d463 (patch)
treee0893a2ad5a1f25bb6a0d964044aaced43907d46 /linux-core/radeon_encoders.c
parented961cb428a73a35d473c27f62809ef80bde8706 (diff)
radeon: sort out atom vs combios tables for r400 cards
Diffstat (limited to 'linux-core/radeon_encoders.c')
-rw-r--r--linux-core/radeon_encoders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/radeon_encoders.c b/linux-core/radeon_encoders.c
index 897be82a..82ffcfb0 100644
--- a/linux-core/radeon_encoders.c
+++ b/linux-core/radeon_encoders.c
@@ -387,7 +387,7 @@ struct drm_encoder *radeon_encoder_lvtma_add(struct drm_device *dev, int bios_in
/* TODO get the LVDS info from the BIOS for panel size etc. */
/* get the lvds info from the bios */
- radeon_get_lvds_info(radeon_encoder);
+ radeon_atombios_get_lvds_info(radeon_encoder);
/* LVDS gets default RMX full scaling */
radeon_encoder->rmx_type = RMX_FULL;