Lines Matching defs:amdgpu_encoder
460 struct amdgpu_encoder { struct
461 struct drm_encoder base;
462 uint32_t encoder_enum;
463 uint32_t encoder_id;
464 uint32_t devices;
465 uint32_t active_device;
466 uint32_t flags;
467 uint32_t pixel_clock;
468 enum amdgpu_rmx_type rmx_type;
469 enum amdgpu_underscan_type underscan_type;
470 uint32_t underscan_hborder;
471 uint32_t underscan_vborder;
472 struct drm_display_mode native_mode;
473 void *enc_priv;
474 int audio_polling_active;
475 bool is_ext_encoder;
476 u16 caps;