Lines Matching defs:radeon_encoder
460 struct radeon_encoder { struct
461 struct drm_encoder base;
462 uint32_t encoder_enum;
463 uint32_t encoder_id;
464 uint32_t devices;
465 uint32_t active_device;
466 uint32_t flags;
467 uint32_t pixel_clock;
468 enum radeon_rmx_type rmx_type;
469 enum radeon_underscan_type underscan_type;
470 uint32_t underscan_hborder;
471 uint32_t underscan_vborder;
472 struct drm_display_mode native_mode;
473 void *enc_priv;
474 int audio_polling_active;
475 bool is_ext_encoder;
476 u16 caps;
477 struct radeon_audio_funcs *audio;
478 enum radeon_output_csc output_csc;
479 bool can_mst;
480 uint32_t offset;
481 bool is_mst_encoder;