Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_catalog.c513 .npriority_lvl = ARRAY_SIZE(msm8998_rt_pri_lvl),
517 .npriority_lvl = ARRAY_SIZE(msm8998_nrt_pri_lvl),
533 .npriority_lvl = ARRAY_SIZE(sdm845_rt_pri_lvl),
537 .npriority_lvl = ARRAY_SIZE(sdm845_nrt_pri_lvl),
553 .npriority_lvl = ARRAY_SIZE(sdm845_rt_pri_lvl),
557 .npriority_lvl = ARRAY_SIZE(sdm845_nrt_pri_lvl),
573 .npriority_lvl = ARRAY_SIZE(sm8650_rt_pri_lvl),
577 .npriority_lvl = ARRAY_SIZE(sdm845_nrt_pri_lvl),
Ddpu_vbif.c234 if (!qos_tbl->npriority_lvl || !qos_tbl->priority_lvl) { in dpu_vbif_set_qos_remap()
239 for (i = 0; i < qos_tbl->npriority_lvl; i++) { in dpu_vbif_set_qos_remap()
Ddpu_hw_catalog.h651 u32 npriority_lvl; member