Lines Matching defs:amdgpu_encoder
432 struct amdgpu_encoder { struct
433 struct drm_encoder base;
434 uint32_t encoder_enum;
435 uint32_t encoder_id;
436 uint32_t devices;
437 uint32_t active_device;
438 uint32_t flags;
439 uint32_t pixel_clock;
440 enum amdgpu_rmx_type rmx_type;
441 enum amdgpu_underscan_type underscan_type;
442 uint32_t underscan_hborder;
443 uint32_t underscan_vborder;
444 struct drm_display_mode native_mode;
445 void *enc_priv;
446 int audio_polling_active;
447 bool is_ext_encoder;
448 u16 caps;