Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_dspp.c81 for (i = 0; i < m->dspp_count; i++) { in _dspp_offset()
Ddpu_hw_catalog.c1738 .dspp_count = ARRAY_SIZE(msm8998_dspp),
1785 .dspp_count = ARRAY_SIZE(sc7180_dspp),
1811 .dspp_count = ARRAY_SIZE(sm8150_dspp),
1861 .dspp_count = ARRAY_SIZE(sm8150_dspp),
1887 .dspp_count = ARRAY_SIZE(sc7180_dspp),
1911 .dspp_count = ARRAY_SIZE(qcm2290_dspp),
Ddpu_hw_catalog.h866 u32 dspp_count; member
Ddpu_rm.c228 for (i = 0; i < cat->dspp_count; i++) { in dpu_rm_init()
Ddpu_kms.c913 for (i = 0; i < cat->dspp_count; i++) in dpu_kms_mdp_snapshot()
Ddpu_encoder.c578 (dpu_kms->catalog->dspp_count >= topology.num_lm)) in dpu_encoder_get_topology()