Home
last modified time | relevance | path

Searched refs:PINGPONG_MAX (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_cwb.c39 if ((pp != PINGPONG_NONE) && (pp < PINGPONG_MAX)) in dpu_hw_cwb_config()
H A Ddpu_hw_top.h66 u32 ppnumber[PINGPONG_MAX];
H A Ddpu_rm.h29 struct dpu_hw_blk *pingpong_blks[PINGPONG_MAX - PINGPONG_0];
H A Ddpu_kms.h127 uint32_t pingpong_to_enc_id[PINGPONG_MAX - PINGPONG_0];
H A Ddpu_hw_mdss.h191 PINGPONG_MAX enumerator
H A Ddpu_hw_top.c173 static const u32 pp_offset[PINGPONG_MAX] = {0xC, 0x8, 0x4, 0x13, 0x18}; in dpu_hw_setup_vsync_sel()
H A Ddpu_rm.c433 for (i = start; i < (PINGPONG_MAX - PINGPONG_0); i++) { in _dpu_rm_pingpong_next_index()