summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_mode.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-11-16 12:09:42 -0500
committerDave Airlie <airlied@redhat.com>2010-11-18 14:56:36 +1000
commit3e4b99828d1c8abefefd37474503605c811c1b51 (patch)
tree5792ec99ba96007a7f041ff966bea13c08ec8d8a /drivers/gpu/drm/radeon/radeon_mode.h
parent99999aaa091bdb3e16b5eed22f3a9a567f84f0fe (diff)
downloadlinux-3e4b99828d1c8abefefd37474503605c811c1b51.tar.gz
linux-3e4b99828d1c8abefefd37474503605c811c1b51.tar.xz
linux-3e4b99828d1c8abefefd37474503605c811c1b51.zip
drm/radeon/kms/atom: add proper external encoders support
These are external encoder chips connected via DVO or DP. The actual external encoder programming is handled by the kms encoder functions for primary encoder. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h
index 663bc51cf99e..e301c6f9e059 100644
--- a/drivers/gpu/drm/radeon/radeon_mode.h
+++ b/drivers/gpu/drm/radeon/radeon_mode.h
@@ -375,6 +375,7 @@ struct radeon_encoder {
int hdmi_config_offset;
int hdmi_audio_workaround;
int hdmi_buffer_status;
+ bool is_ext_encoder;
};
struct radeon_connector_atom_dig {