Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder.c62 #define MAX_HDISPLAY_SPLIT 1080 macro
561 topology.num_lm = (mode->hdisplay > MAX_HDISPLAY_SPLIT) ? 2 : 1; in dpu_encoder_get_topology()