diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-11-16 12:09:41 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-11-17 23:56:31 -0500 |
commit | 99999aaa091bdb3e16b5eed22f3a9a567f84f0fe (patch) | |
tree | 91f41b62226b01030ed15deb183164b941814f3a /drivers/gpu/drm/radeon/radeon_mode.h | |
parent | 8b834852d705af75ba942b040ca28533329ff13c (diff) |
drm/radeon/kms/atom: cleanup and unify DVO handling
Handle all the various asic family specific things for DVO.
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h index ef588835201f..663bc51cf99e 100644 --- a/drivers/gpu/drm/radeon/radeon_mode.h +++ b/drivers/gpu/drm/radeon/radeon_mode.h | |||
@@ -524,7 +524,7 @@ struct drm_encoder *radeon_encoder_legacy_primary_dac_add(struct drm_device *dev | |||
524 | struct drm_encoder *radeon_encoder_legacy_tv_dac_add(struct drm_device *dev, int bios_index, int with_tv); | 524 | struct drm_encoder *radeon_encoder_legacy_tv_dac_add(struct drm_device *dev, int bios_index, int with_tv); |
525 | struct drm_encoder *radeon_encoder_legacy_tmds_int_add(struct drm_device *dev, int bios_index); | 525 | struct drm_encoder *radeon_encoder_legacy_tmds_int_add(struct drm_device *dev, int bios_index); |
526 | struct drm_encoder *radeon_encoder_legacy_tmds_ext_add(struct drm_device *dev, int bios_index); | 526 | struct drm_encoder *radeon_encoder_legacy_tmds_ext_add(struct drm_device *dev, int bios_index); |
527 | extern void atombios_external_tmds_setup(struct drm_encoder *encoder, int action); | 527 | extern void atombios_dvo_setup(struct drm_encoder *encoder, int action); |
528 | extern void atombios_digital_setup(struct drm_encoder *encoder, int action); | 528 | extern void atombios_digital_setup(struct drm_encoder *encoder, int action); |
529 | extern int atombios_get_encoder_mode(struct drm_encoder *encoder); | 529 | extern int atombios_get_encoder_mode(struct drm_encoder *encoder); |
530 | extern void atombios_set_edp_panel_power(struct drm_connector *connector, int action); | 530 | extern void atombios_set_edp_panel_power(struct drm_connector *connector, int action); |