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