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