Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder.c57 #define MAX_CHANNELS_PER_ENC 2 macro
181 struct dpu_hw_pingpong *hw_pp[MAX_CHANNELS_PER_ENC];
182 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC];
633 struct dpu_hw_blk *hw_ctl[MAX_CHANNELS_PER_ENC]; in dpu_encoder_assign_crtc_resources()
634 struct dpu_hw_blk *hw_lm[MAX_CHANNELS_PER_ENC]; in dpu_encoder_assign_crtc_resources()
635 struct dpu_hw_blk *hw_dspp[MAX_CHANNELS_PER_ENC]; in dpu_encoder_assign_crtc_resources()
1134 struct dpu_hw_blk *hw_pp[MAX_CHANNELS_PER_ENC]; in dpu_encoder_virt_atomic_mode_set()
1135 struct dpu_hw_blk *hw_ctl[MAX_CHANNELS_PER_ENC]; in dpu_encoder_virt_atomic_mode_set()
1136 struct dpu_hw_blk *hw_dsc[MAX_CHANNELS_PER_ENC]; in dpu_encoder_virt_atomic_mode_set()
1167 for (i = 0; i < MAX_CHANNELS_PER_ENC; i++) in dpu_encoder_virt_atomic_mode_set()
[all …]