diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-11-16 20:09:42 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-11-18 07:56:36 +0300 |
commit | 3e4b99828d1c8abefefd37474503605c811c1b51 (patch) | |
tree | 5792ec99ba96007a7f041ff966bea13c08ec8d8a /drivers/gpu/drm/radeon/radeon_mode.h | |
parent | 99999aaa091bdb3e16b5eed22f3a9a567f84f0fe (diff) | |
download | linux-3e4b99828d1c8abefefd37474503605c811c1b51.tar.xz |
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.h | 1 |
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 { |