mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-03 00:03:44 +00:00
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>
This commit is contained in:
committed by
Dave Airlie
parent
99999aaa09
commit
3e4b99828d
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user