Home
last modified time | relevance | path

Searched refs:MAX_CHANNELS_PER_ENC (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c58 #define MAX_CHANNELS_PER_ENC 2 macro
184 struct dpu_hw_pingpong *hw_pp[MAX_CHANNELS_PER_ENC];
185 struct dpu_hw_cwb *hw_cwb[MAX_CHANNELS_PER_ENC];
186 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC];
630 for (i = 0; i < MAX_CHANNELS_PER_ENC; i++) in dpu_encoder_use_dsc_merge()
1157 struct dpu_hw_blk *hw_pp[MAX_CHANNELS_PER_ENC]; in dpu_encoder_virt_atomic_mode_set()
1158 struct dpu_hw_blk *hw_ctl[MAX_CHANNELS_PER_ENC]; in dpu_encoder_virt_atomic_mode_set()
1159 struct dpu_hw_blk *hw_dsc[MAX_CHANNELS_PER_ENC]; in dpu_encoder_virt_atomic_mode_set()
1160 struct dpu_hw_blk *hw_cwb[MAX_CHANNELS_PER_ENC]; in dpu_encoder_virt_atomic_mode_set()
1216 for (i = 0; i < MAX_CHANNELS_PER_ENC; in dpu_encoder_virt_atomic_mode_set()
[all...]