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