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