Lines Matching defs:radeon_encoder
443 struct radeon_encoder { struct
444 struct drm_encoder base;
445 uint32_t encoder_enum;
446 uint32_t encoder_id;
447 uint32_t devices;
448 uint32_t active_device;
449 uint32_t flags;
450 uint32_t pixel_clock;
451 enum radeon_rmx_type rmx_type;
452 enum radeon_underscan_type underscan_type;
453 uint32_t underscan_hborder;
454 uint32_t underscan_vborder;
455 struct drm_display_mode native_mode;
456 void *enc_priv;
457 int audio_polling_active;
458 bool is_ext_encoder;
459 u16 caps;
460 struct radeon_audio_funcs *audio;
461 enum radeon_output_csc output_csc;
462 bool can_mst;
463 uint32_t offset;