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