Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder.c48 #define MAX_PHYS_ENCODERS_PER_VIRTUAL \ macro
174 struct dpu_encoder_phys *phys_encs[MAX_PHYS_ENCODERS_PER_VIRTUAL];
189 DECLARE_BITMAP(frame_busy_mask, MAX_PHYS_ENCODERS_PER_VIRTUAL);
534 for (i = 0; i < MAX_PHYS_ENCODERS_PER_VIRTUAL; i++) in dpu_encoder_use_dsc_merge()
553 for (i = 0; i < MAX_PHYS_ENCODERS_PER_VIRTUAL; i++) in dpu_encoder_get_topology()