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