Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_catalog.c510 .npriority_lvl = ARRAY_SIZE(msm8998_rt_pri_lvl),
514 .npriority_lvl = ARRAY_SIZE(msm8998_nrt_pri_lvl),
530 .npriority_lvl = ARRAY_SIZE(sdm845_rt_pri_lvl),
534 .npriority_lvl = ARRAY_SIZE(sdm845_nrt_pri_lvl),
550 .npriority_lvl = ARRAY_SIZE(sdm845_rt_pri_lvl),
554 .npriority_lvl = ARRAY_SIZE(sdm845_nrt_pri_lvl),
Ddpu_vbif.c249 if (!qos_tbl->npriority_lvl || !qos_tbl->priority_lvl) { in dpu_vbif_set_qos_remap()
256 for (i = 0; i < qos_tbl->npriority_lvl; i++) { in dpu_vbif_set_qos_remap()
Ddpu_hw_catalog.h662 u32 npriority_lvl; member