Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_lm.h90 static inline struct dpu_hw_mixer *to_dpu_hw_mixer(struct dpu_hw_blk *hw) in to_dpu_hw_mixer() function
Ddpu_rm.c67 hw = to_dpu_hw_mixer(rm->mixer_blks[i]); in dpu_rm_destroy()
285 prim_lm_cfg = to_dpu_hw_mixer(rm->mixer_blks[primary_idx])->cap; in _dpu_rm_check_lm_peer()
286 peer_cfg = to_dpu_hw_mixer(rm->mixer_blks[peer_idx])->cap; in _dpu_rm_check_lm_peer()
328 lm_cfg = to_dpu_hw_mixer(rm->mixer_blks[lm_idx])->cap; in _dpu_rm_check_lm_and_get_connected_blks()
Ddpu_encoder.c1087 cstate->mixers[i].hw_lm = to_dpu_hw_mixer(hw_lm[i]); in dpu_encoder_virt_atomic_mode_set()
2001 hw_mixer[i] = to_dpu_hw_mixer(hw_lm[i]); in dpu_encoder_helper_reset_mixers()