Searched defs:dpu_encoder_virt (Results 1 – 1 of 1) 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 …]