Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_6_5_qcm2290.h137 .mixer_count = ARRAY_SIZE(qcm2290_lm),
H A Ddpu_6_3_sm6115.h144 .mixer_count = ARRAY_SIZE(sm6115_lm),
H A Ddpu_6_9_sm6375.h154 .mixer_count = ARRAY_SIZE(sm6375_lm),
H A Ddpu_4_1_sdm670.h139 .mixer_count = ARRAY_SIZE(sdm670_lm),
H A Ddpu_6_2_sc7180.h211 .mixer_count = ARRAY_SIZE(sc7180_lm),
H A Ddpu_3_3_sdm630.h212 .mixer_count = ARRAY_SIZE(sdm630_lm),
H A Ddpu_5_4_sm6125.h223 .mixer_count = ARRAY_SIZE(sm6125_lm),
H A Ddpu_6_4_sm6350.h229 .mixer_count = ARRAY_SIZE(sm6350_lm),
H A Ddpu_5_3_sm6150.h239 .mixer_count = ARRAY_SIZE(sm6150_lm),
H A Ddpu_7_2_sc7280.h258 .mixer_count = ARRAY_SIZE(sc7280_lm),
H A Ddpu_3_2_sdm660.h276 .mixer_count = ARRAY_SIZE(sdm660_lm),
H A Ddpu_5_2_sm7150.h316 .mixer_count = ARRAY_SIZE(sm7150_lm),
H A Ddpu_7_0_sm8350.h403 .mixer_count = ARRAY_SIZE(sm8350_lm),
H A Ddpu_6_0_sm8250.h394 .mixer_count = ARRAY_SIZE(sm8250_lm),
H A Ddpu_9_0_sm8550.h414 .mixer_count = ARRAY_SIZE(sm8550_lm),
H A Ddpu_5_0_sm8150.h395 .mixer_count = ARRAY_SIZE(sm8150_lm),
H A Ddpu_8_1_sm8450.h419 .mixer_count = ARRAY_SIZE(sm8450_lm),
H A Ddpu_5_1_sc8180x.h421 .mixer_count = ARRAY_SIZE(sc8180x_lm),
H A Ddpu_8_0_sc8280xp.h442 .mixer_count = ARRAY_SIZE(sc8280xp_lm),
H A Ddpu_9_2_x1e80100.h460 .mixer_count = ARRAY_SIZE(x1e80100_lm),
H A Ddpu_8_4_sa8775p.h466 .mixer_count = ARRAY_SIZE(sa8775p_lm),
H A Ddpu_10_0_sm8650.h459 .mixer_count = ARRAY_SIZE(sm8650_lm),
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.h800 u32 mixer_count; member
H A Ddpu_rm.c57 for (i = 0; i < cat->mixer_count; i++) { in dpu_rm_init()
143 hw = dpu_hw_ctl_init(dev, ctl, mmio, cat->mixer_count, cat->mixer); in dpu_rm_init()
H A Ddpu_kms.c817 max_crtc_count = min(catalog->mixer_count, num_encoders); in _dpu_kms_drm_obj_init()
998 for (i = 0; i < cat->mixer_count; i++) in dpu_kms_mdp_snapshot()