Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.c376 .maxblendstages = 7, /* excluding base layer */
387 .maxblendstages = 11, /* excluding base layer */
398 .maxblendstages = 7, /* excluding base layer */
408 .maxblendstages = 4, /* excluding base layer */
H A Ddpu_hw_lm.c44 if (stage != DPU_STAGE_BASE && stage <= sblk->maxblendstages) in _stage_offset()
H A Ddpu_hw_catalog.h402 u32 maxblendstages; member
H A Ddpu_hw_ctl.c72 stages = mixer[i].sblk->maxblendstages; in _mixer_stages()