diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_mode.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_mode.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h index 9583e953d30b..5b10ffd7bb2f 100644 --- a/drivers/gpu/drm/radeon/radeon_mode.h +++ b/drivers/gpu/drm/radeon/radeon_mode.h | |||
@@ -394,10 +394,6 @@ struct radeon_encoder { | |||
394 | struct drm_display_mode native_mode; | 394 | struct drm_display_mode native_mode; |
395 | void *enc_priv; | 395 | void *enc_priv; |
396 | int audio_polling_active; | 396 | int audio_polling_active; |
397 | bool hdmi_enabled; | ||
398 | int hdmi_offset; | ||
399 | int hdmi_audio_workaround; | ||
400 | int hdmi_buffer_status; | ||
401 | bool is_ext_encoder; | 397 | bool is_ext_encoder; |
402 | u16 caps; | 398 | u16 caps; |
403 | }; | 399 | }; |