Searched defs:dpu_encoder_virt (Results 1 – 1 of 1) sorted by relevance
167 struct dpu_encoder_virt { struct168 struct drm_encoder base;169 spinlock_t enc_spinlock;171 bool enabled;173 unsigned int num_phys_encs;174 struct dpu_encoder_phys *phys_encs[MAX_PHYS_ENCODERS_PER_VIRTUAL];175 struct dpu_encoder_phys *cur_master;176 struct dpu_encoder_phys *cur_slave;177 struct dpu_hw_pingpong *hw_pp[MAX_CHANNELS_PER_ENC];178 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC];[all …]