summaryrefslogtreecommitdiff
path: root/linux-core/radeon_encoders.c
diff options
context:
space:
mode:
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;