Searched refs:hw_pp (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_encoder_phys_cmd.c | 72 phys_enc->hw_pp->idx); in _dpu_encoder_phys_cmd_update_intf_cfg() 88 if (!phys_enc->hw_pp) in dpu_encoder_phys_cmd_pp_tx_done_irq() 100 phys_enc->hw_pp->idx - PINGPONG_0, in dpu_encoder_phys_cmd_pp_tx_done_irq() 117 if (!phys_enc->hw_pp) in dpu_encoder_phys_cmd_te_rd_ptr_irq() 158 phys_enc->irq[INTR_IDX_PINGPONG] = phys_enc->hw_pp->caps->intr_done; in dpu_encoder_phys_cmd_atomic_mode_set() 163 phys_enc->irq[INTR_IDX_RDPTR] = phys_enc->hw_pp->caps->intr_rdptr; in dpu_encoder_phys_cmd_atomic_mode_set() 177 if (!phys_enc->hw_pp) in _dpu_encoder_phys_cmd_handle_ppdone_timeout() 191 phys_enc->hw_pp->idx - PINGPONG_0, in _dpu_encoder_phys_cmd_handle_ppdone_timeout() 200 phys_enc->hw_pp->idx - PINGPONG_0, in _dpu_encoder_phys_cmd_handle_ppdone_timeout() 250 if (!phys_enc->hw_pp) { in dpu_encoder_phys_cmd_control_vblank_irq() [all …]
|
H A D | dpu_encoder.c | 183 struct dpu_hw_pingpong *hw_pp[MAX_CHANNELS_PER_ENC]; member 303 static void _dpu_encoder_setup_dither(struct dpu_hw_pingpong *hw_pp, unsigned bpc) in _dpu_encoder_setup_dither() argument 307 if (!hw_pp->ops.setup_dither) in _dpu_encoder_setup_dither() 319 hw_pp->ops.setup_dither(hw_pp, NULL); in _dpu_encoder_setup_dither() 326 hw_pp->ops.setup_dither(hw_pp, &dither_cfg); in _dpu_encoder_setup_dither() 353 phys_enc->hw_pp->idx - PINGPONG_0, intr_idx); in dpu_encoder_helper_report_irq_timeout() 392 DPU_IRQ_REG(irq_idx), DPU_IRQ_BIT(irq_idx), phys_enc->hw_pp->idx - PINGPONG_0, in dpu_encoder_helper_wait_for_irq() 408 phys_enc->hw_pp->idx - PINGPONG_0, in dpu_encoder_helper_wait_for_irq() 419 phys_enc->hw_pp->idx - PINGPONG_0, in dpu_encoder_helper_wait_for_irq() 426 phys_enc->hw_pp->idx - PINGPONG_0, in dpu_encoder_helper_wait_for_irq() [all …]
|
H A D | dpu_encoder_phys_wb.c | 197 struct dpu_hw_pingpong *hw_pp = phys_enc->hw_pp; in dpu_encoder_phys_wb_setup_cdp() local 205 if (mode_3d && hw_pp && hw_pp->merge_3d) in dpu_encoder_phys_wb_setup_cdp() 206 intf_cfg.merge_3d = hw_pp->merge_3d->idx; in dpu_encoder_phys_wb_setup_cdp() 208 if (phys_enc->hw_pp->merge_3d && phys_enc->hw_pp->merge_3d->ops.setup_3d_mode) in dpu_encoder_phys_wb_setup_cdp() 209 phys_enc->hw_pp->merge_3d->ops.setup_3d_mode(phys_enc->hw_pp->merge_3d, in dpu_encoder_phys_wb_setup_cdp() 213 if (hw_pp && phys_enc->hw_wb->ops.bind_pingpong_blk) in dpu_encoder_phys_wb_setup_cdp() 215 phys_enc->hw_pp->idx); in dpu_encoder_phys_wb_setup_cdp() 290 struct dpu_hw_pingpong *hw_pp; in _dpu_encoder_phys_wb_update_flush() local 297 hw_pp = phys_enc->hw_pp; in _dpu_encoder_phys_wb_update_flush() 310 if (hw_ctl->ops.update_pending_flush_merge_3d && hw_pp && hw_pp->merge_3d) in _dpu_encoder_phys_wb_update_flush() [all …]
|
H A D | dpu_encoder_phys_vid.c | 283 if (intf_cfg.mode_3d && phys_enc->hw_pp->merge_3d) in dpu_encoder_phys_vid_setup_timing_engine() 284 intf_cfg.merge_3d = phys_enc->hw_pp->merge_3d->idx; in dpu_encoder_phys_vid_setup_timing_engine() 295 phys_enc->hw_pp->idx); in dpu_encoder_phys_vid_setup_timing_engine() 297 if (phys_enc->hw_pp->merge_3d) in dpu_encoder_phys_vid_setup_timing_engine() 298 phys_enc->hw_pp->merge_3d->ops.setup_3d_mode(phys_enc->hw_pp->merge_3d, intf_cfg.mode_3d); in dpu_encoder_phys_vid_setup_timing_engine() 431 if (ctl->ops.update_pending_flush_merge_3d && phys_enc->hw_pp->merge_3d) in dpu_encoder_phys_vid_enable() 432 ctl->ops.update_pending_flush_merge_3d(ctl, phys_enc->hw_pp->merge_3d->idx); in dpu_encoder_phys_vid_enable()
|
H A D | dpu_encoder_phys.h | 180 struct dpu_hw_pingpong *hw_pp; member
|