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