Lines Matching defs:amdgpu_encoder
443 struct amdgpu_encoder { struct
444 struct drm_encoder base;
445 uint32_t encoder_enum;
446 uint32_t encoder_id;
447 uint32_t devices;
448 uint32_t active_device;
449 uint32_t flags;
450 uint32_t pixel_clock;
451 enum amdgpu_rmx_type rmx_type;
452 enum amdgpu_underscan_type underscan_type;
453 uint32_t underscan_hborder;
454 uint32_t underscan_vborder;
455 struct drm_display_mode native_mode;
456 void *enc_priv;
457 int audio_polling_active;
458 bool is_ext_encoder;
459 u16 caps;