summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_mode.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-04-30 12:00:44 -0400
committerDave Airlie <airlied@redhat.com>2010-05-05 11:27:59 +1000
commit3515387ba90ef2c38602f4d52c4d5ec5fc95ae5c (patch)
tree577836130eca9c25e0cd06afa94e05bde6a522fe /drivers/gpu/drm/radeon/radeon_mode.h
parenta1c4560d4d8909cc4feb6f9e875d0b92083e05cf (diff)
downloadop-kernel-dev-3515387ba90ef2c38602f4d52c4d5ec5fc95ae5c.zip
op-kernel-dev-3515387ba90ef2c38602f4d52c4d5ec5fc95ae5c.tar.gz
drm/radeon/kms: fix panel scaling adjusted mode setup
This should duplicate exactly what the ddx does for both legacy and avivo. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_mode.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon_mode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h
index 0b8e327..5413fcd6 100644
--- a/drivers/gpu/drm/radeon/radeon_mode.h
+++ b/drivers/gpu/drm/radeon/radeon_mode.h
@@ -558,6 +558,8 @@ extern int radeon_static_clocks_init(struct drm_device *dev);
bool radeon_crtc_scaling_mode_fixup(struct drm_crtc *crtc,
struct drm_display_mode *mode,
struct drm_display_mode *adjusted_mode);
+void radeon_panel_mode_fixup(struct drm_encoder *encoder,
+ struct drm_display_mode *adjusted_mode);
void atom_rv515_force_tv_scaler(struct radeon_device *rdev, struct radeon_crtc *radeon_crtc);
/* legacy tv */
OpenPOWER on IntegriCloud