Home
last modified time | relevance | path

Searched refs:bind_pingpong_blk (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_wb.h51 void (*bind_pingpong_blk)(struct dpu_hw_wb *ctx, member
Ddpu_encoder_phys_cmd.c67 if (test_bit(DPU_CTL_ACTIVE_CFG, &ctl->caps->features) && phys_enc->hw_intf->ops.bind_pingpong_blk) in _dpu_encoder_phys_cmd_update_intf_cfg()
68 phys_enc->hw_intf->ops.bind_pingpong_blk( in _dpu_encoder_phys_cmd_update_intf_cfg()
558 if (phys_enc->hw_intf->ops.bind_pingpong_blk) { in dpu_encoder_phys_cmd_disable()
559 phys_enc->hw_intf->ops.bind_pingpong_blk( in dpu_encoder_phys_cmd_disable()
Ddpu_hw_intf.h95 void (*bind_pingpong_blk)(struct dpu_hw_intf *intf, member
Ddpu_hw_wb.c194 ops->bind_pingpong_blk = dpu_hw_wb_bind_pingpong_blk; in _setup_wb_ops()
Ddpu_encoder_phys_wb.c212 if (hw_pp && phys_enc->hw_wb->ops.bind_pingpong_blk) in dpu_encoder_phys_wb_setup_cdp()
213 phys_enc->hw_wb->ops.bind_pingpong_blk(phys_enc->hw_wb, in dpu_encoder_phys_wb_setup_cdp()
Ddpu_encoder_phys_vid.c287 if (phys_enc->hw_intf->ops.bind_pingpong_blk) in dpu_encoder_phys_vid_setup_timing_engine()
288 phys_enc->hw_intf->ops.bind_pingpong_blk( in dpu_encoder_phys_vid_setup_timing_engine()
Ddpu_encoder.c2042 if (phys_enc->hw_wb->ops.bind_pingpong_blk) in dpu_encoder_helper_phys_cleanup()
2043 phys_enc->hw_wb->ops.bind_pingpong_blk(phys_enc->hw_wb, PINGPONG_NONE); in dpu_encoder_helper_phys_cleanup()
2050 if (dpu_enc->phys_encs[i] && phys_enc->hw_intf->ops.bind_pingpong_blk) in dpu_encoder_helper_phys_cleanup()
2051 phys_enc->hw_intf->ops.bind_pingpong_blk( in dpu_encoder_helper_phys_cleanup()
Ddpu_hw_intf.c536 ops->bind_pingpong_blk = dpu_hw_intf_bind_pingpong_blk; in _setup_intf_ops()