Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c59 #define MAX_HDISPLAY_SPLIT 1080 macro
597 topology.num_lm = (mode->hdisplay > MAX_HDISPLAY_SPLIT) ? 2 : 1; in dpu_encoder_get_topology()