Lines Matching defs:amdgpu_encoder
452 struct amdgpu_encoder { struct
453 struct drm_encoder base;
454 uint32_t encoder_enum;
455 uint32_t encoder_id;
456 uint32_t devices;
457 uint32_t active_device;
458 uint32_t flags;
459 uint32_t pixel_clock;
460 enum amdgpu_rmx_type rmx_type;
461 enum amdgpu_underscan_type underscan_type;
462 uint32_t underscan_hborder;
463 uint32_t underscan_vborder;
464 struct drm_display_mode native_mode;
465 void *enc_priv;
466 int audio_polling_active;
467 bool is_ext_encoder;
468 u16 caps;