aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_mode.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-10-13 00:10:37 -0400
committerDave Airlie <airlied@redhat.com>2009-12-01 20:37:09 -0500
commit1f3b6a45f0805690269a7a9d265cbbc2f15b6c6e (patch)
tree76e2d95a6b3da15598cd493b073ed00e6ecc2b69 /drivers/gpu/drm/radeon/radeon_mode.h
parent2de3b4841f67a15c7b8e820b84dd6b7cc41370da (diff)
drm/radeon/kms: add support for encoder cloning.
The RN50 really needs this since its a single crtc card, however other gpus may benefit from it as well. 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 d7a29ce19df..5c25930d9bc 100644
--- a/drivers/gpu/drm/radeon/radeon_mode.h
+++ b/drivers/gpu/drm/radeon/radeon_mode.h
@@ -377,6 +377,8 @@ extern void radeon_compute_pll(struct radeon_pll *pll,
377 uint32_t *post_div_p, 377 uint32_t *post_div_p,
378 int flags); 378 int flags);
379 379
380extern void radeon_setup_encoder_clones(struct drm_device *dev);
381
380struct drm_encoder *radeon_encoder_legacy_lvds_add(struct drm_device *dev, int bios_index); 382struct drm_encoder *radeon_encoder_legacy_lvds_add(struct drm_device *dev, int bios_index);
381struct drm_encoder *radeon_encoder_legacy_primary_dac_add(struct drm_device *dev, int bios_index, int with_tv); 383struct drm_encoder *radeon_encoder_legacy_primary_dac_add(struct drm_device *dev, int bios_index, int with_tv);
382struct drm_encoder *radeon_encoder_legacy_tv_dac_add(struct drm_device *dev, int bios_index, int with_tv); 384struct drm_encoder *radeon_encoder_legacy_tv_dac_add(struct drm_device *dev, int bios_index, int with_tv);