Lines Matching defs:amdgpu_encoder
533 struct amdgpu_encoder { struct
534 struct drm_encoder base;
535 uint32_t encoder_enum;
536 uint32_t encoder_id;
537 uint32_t devices;
538 uint32_t active_device;
539 uint32_t flags;
540 uint32_t pixel_clock;
541 enum amdgpu_rmx_type rmx_type;
542 enum amdgpu_underscan_type underscan_type;
543 uint32_t underscan_hborder;
544 uint32_t underscan_vborder;
545 struct drm_display_mode native_mode;
546 void *enc_priv;
547 int audio_polling_active;
548 bool is_ext_encoder;
549 u16 caps;