Searched defs:dpu_encoder_virt (Results 1 – 2 of 2) sorted by relevance
177 struct dpu_encoder_virt { struct178 struct drm_encoder base;179 spinlock_t enc_spinlock;180 uint32_t bus_scaling_client;182 uint32_t display_num_of_h_tiles;184 unsigned int num_phys_encs;185 struct dpu_encoder_phys *phys_encs[MAX_PHYS_ENCODERS_PER_VIRTUAL];186 struct dpu_encoder_phys *cur_master;187 struct dpu_hw_pingpong *hw_pp[MAX_CHANNELS_PER_ENC];189 bool intfs_swapped;[all …]
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 …]