Searched refs:hw_ctl (Results 1 – 4 of 4) sorted by relevance
251 if (!phys_enc->hw_ctl->ops.setup_intf_cfg) { in dpu_encoder_phys_vid_setup_timing_engine()293 phys_enc->hw_ctl->ops.setup_intf_cfg(phys_enc->hw_ctl, &intf_cfg); in dpu_encoder_phys_vid_setup_timing_engine()313 struct dpu_hw_ctl *hw_ctl; in dpu_encoder_phys_vid_vblank_irq() local317 hw_ctl = phys_enc->hw_ctl; in dpu_encoder_phys_vid_vblank_irq()333 if (hw_ctl->ops.get_flush_register) in dpu_encoder_phys_vid_vblank_irq()334 flush_register = hw_ctl->ops.get_flush_register(hw_ctl); in dpu_encoder_phys_vid_vblank_irq()336 if (!(flush_register & hw_ctl->ops.get_pending_flush(hw_ctl))) in dpu_encoder_phys_vid_vblank_irq()426 ctl = phys_enc->hw_ctl; in dpu_encoder_phys_vid_enable()503 struct dpu_hw_ctl *hw_ctl = phys_enc->hw_ctl; in dpu_encoder_phys_vid_wait_for_commit_done() local506 if (!hw_ctl) in dpu_encoder_phys_vid_wait_for_commit_done()[all …]
65 ctl = phys_enc->hw_ctl; in _dpu_encoder_phys_cmd_update_intf_cfg()165 irq->irq_idx = phys_enc->hw_ctl->caps->intr_start; in dpu_encoder_phys_cmd_mode_set()210 phys_enc->hw_ctl->idx - CTL_0, in _dpu_encoder_phys_cmd_handle_ppdone_timeout()407 if (!phys_enc->hw_pp || !phys_enc->hw_ctl->ops.setup_intf_cfg) { in _dpu_encoder_phys_cmd_pingpong_config()447 ctl = phys_enc->hw_ctl; in dpu_encoder_phys_cmd_enable_helper()
983 struct dpu_hw_blk *hw_ctl[MAX_CHANNELS_PER_ENC]; in dpu_encoder_virt_mode_set() local1033 drm_enc->base.id, DPU_HW_BLK_CTL, hw_ctl, ARRAY_SIZE(hw_ctl)); in dpu_encoder_virt_mode_set()1050 cstate->mixers[i].lm_ctl = to_dpu_hw_ctl(hw_ctl[ctl_idx]); in dpu_encoder_virt_mode_set()1067 if (!hw_ctl[i]) { in dpu_encoder_virt_mode_set()1074 phys->hw_ctl = to_dpu_hw_ctl(hw_ctl[i]); in dpu_encoder_virt_mode_set()1460 ctl = phys->hw_ctl; in _dpu_encoder_trigger_flush()1505 ctl = phys_enc->hw_ctl; in dpu_encoder_helper_trigger_start()1545 ctl = phys_enc->hw_ctl; in dpu_encoder_helper_hw_reset()1590 ctl = phys->hw_ctl; in _dpu_encoder_kickoff_phys()1638 ctl = phys->hw_ctl; in dpu_encoder_trigger_kickoff_pending()
218 struct dpu_hw_ctl *hw_ctl; member