Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c249 if (!phys_enc->hw_ctl->ops.setup_intf_cfg) { in dpu_encoder_phys_vid_setup_timing_engine()
289 phys_enc->hw_ctl->ops.setup_intf_cfg(phys_enc->hw_ctl, &intf_cfg); in dpu_encoder_phys_vid_setup_timing_engine()
306 struct dpu_hw_ctl *hw_ctl; in dpu_encoder_phys_vid_vblank_irq() local
310 hw_ctl = phys_enc->hw_ctl; in dpu_encoder_phys_vid_vblank_irq()
326 if (hw_ctl->ops.get_flush_register) in dpu_encoder_phys_vid_vblank_irq()
327 flush_register = hw_ctl->ops.get_flush_register(hw_ctl); in dpu_encoder_phys_vid_vblank_irq()
329 if (!(flush_register & hw_ctl->ops.get_pending_flush(hw_ctl))) in dpu_encoder_phys_vid_vblank_irq()
435 ctl = phys_enc->hw_ctl; in dpu_encoder_phys_vid_enable()
517 struct dpu_hw_ctl *hw_ctl = phys_enc->hw_ctl; in dpu_encoder_phys_vid_wait_for_commit_done() local
520 if (!hw_ctl) in dpu_encoder_phys_vid_wait_for_commit_done()
[all …]
Ddpu_encoder_phys_cmd.c60 ctl = phys_enc->hw_ctl; in _dpu_encoder_phys_cmd_update_intf_cfg()
148 irq->hw_idx = phys_enc->hw_ctl->idx; in _dpu_encoder_phys_cmd_setup_irq_hw_idx()
213 phys_enc->hw_ctl->idx - CTL_0, in _dpu_encoder_phys_cmd_handle_ppdone_timeout()
413 if (!phys_enc->hw_pp || !phys_enc->hw_ctl->ops.setup_intf_cfg) { in _dpu_encoder_phys_cmd_pingpong_config()
454 ctl = phys_enc->hw_ctl; in dpu_encoder_phys_cmd_enable_helper()
Ddpu_encoder.c978 struct dpu_hw_blk *hw_ctl[MAX_CHANNELS_PER_ENC]; in dpu_encoder_virt_mode_set() local
1030 drm_enc->base.id, DPU_HW_BLK_CTL, hw_ctl, ARRAY_SIZE(hw_ctl)); in dpu_encoder_virt_mode_set()
1047 cstate->mixers[i].lm_ctl = to_dpu_hw_ctl(hw_ctl[ctl_idx]); in dpu_encoder_virt_mode_set()
1064 if (!hw_ctl[i]) { in dpu_encoder_virt_mode_set()
1071 phys->hw_ctl = to_dpu_hw_ctl(hw_ctl[i]); in dpu_encoder_virt_mode_set()
1463 ctl = phys->hw_ctl; in _dpu_encoder_trigger_flush()
1508 ctl = phys_enc->hw_ctl; in dpu_encoder_helper_trigger_start()
1547 ctl = phys_enc->hw_ctl; in dpu_encoder_helper_hw_reset()
1589 ctl = phys->hw_ctl; in _dpu_encoder_kickoff_phys()
1637 ctl = phys->hw_ctl; in dpu_encoder_trigger_kickoff_pending()
Ddpu_encoder_phys.h221 struct dpu_hw_ctl *hw_ctl; member