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