Home
last modified time | relevance | path

Searched refs:hw_ctl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c1161 struct dpu_hw_blk *hw_ctl[MAX_CHANNELS_PER_ENC]; in dpu_encoder_virt_atomic_mode_set() local
1217 drm_enc->crtc, DPU_HW_BLK_CTL, hw_ctl, ARRAY_SIZE(hw_ctl)); in dpu_encoder_virt_atomic_mode_set()
1261 phys->hw_ctl = to_dpu_hw_ctl(hw_ctl[0]); in dpu_encoder_virt_atomic_mode_set()
1263 phys->hw_ctl = i < num_ctl ? to_dpu_hw_ctl(hw_ctl[i]) : NULL; in dpu_encoder_virt_atomic_mode_set()
1264 if (!phys->hw_ctl) { in dpu_encoder_virt_atomic_mode_set()
1644 ctl = phys->hw_ctl; in _dpu_encoder_trigger_flush()
1717 ctl = phys_enc->hw_ctl; in dpu_encoder_helper_trigger_start()
1759 ctl = phys_enc->hw_ctl; in dpu_encoder_helper_hw_reset()
1804 ctl = phys->hw_ctl; in _dpu_encoder_kickoff_phys()
1857 ctl = phys->hw_ctl; in dpu_encoder_trigger_kickoff_pending()
[all …]
H A Ddpu_encoder_phys.h180 struct dpu_hw_ctl *hw_ctl; member