Searched defs:dpu_encoder_virt (Results 1 – 2 of 2) sorted by relevance
170 struct dpu_encoder_virt { struct171 struct drm_encoder base;172 spinlock_t enc_spinlock;173 uint32_t bus_scaling_client;175 bool enabled;177 unsigned int num_phys_encs;178 struct dpu_encoder_phys *phys_encs[MAX_PHYS_ENCODERS_PER_VIRTUAL];179 struct dpu_encoder_phys *cur_master;180 struct dpu_encoder_phys *cur_slave;181 struct dpu_hw_pingpong *hw_pp[MAX_CHANNELS_PER_ENC];[all …]
170 struct dpu_encoder_virt { struct171 struct drm_encoder base;172 spinlock_t enc_spinlock;174 bool enabled;176 unsigned int num_phys_encs;177 struct dpu_encoder_phys *phys_encs[MAX_PHYS_ENCODERS_PER_VIRTUAL];178 struct dpu_encoder_phys *cur_master;179 struct dpu_encoder_phys *cur_slave;180 struct dpu_hw_pingpong *hw_pp[MAX_CHANNELS_PER_ENC];181 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC];[all …]