Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_wb.h72 void (*bind_pingpong_blk)(struct dpu_hw_wb *ctx, member
Ddpu_hw_intf.h80 void (*bind_pingpong_blk)(struct dpu_hw_intf *intf, 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()
526 if (phys_enc->hw_intf->ops.bind_pingpong_blk) { in dpu_encoder_phys_cmd_disable()
527 phys_enc->hw_intf->ops.bind_pingpong_blk( in dpu_encoder_phys_cmd_disable()
Ddpu_hw_wb.c241 ops->bind_pingpong_blk = dpu_hw_wb_bind_pingpong_blk; in _setup_wb_ops()
Ddpu_encoder_phys_wb.c220 if (hw_pp && phys_enc->hw_wb->ops.bind_pingpong_blk) in dpu_encoder_phys_wb_setup_cdp()
221 phys_enc->hw_wb->ops.bind_pingpong_blk(phys_enc->hw_wb, true, in dpu_encoder_phys_wb_setup_cdp()
Ddpu_encoder_phys_vid.c285 if (phys_enc->hw_intf->ops.bind_pingpong_blk) in dpu_encoder_phys_vid_setup_timing_engine()
286 phys_enc->hw_intf->ops.bind_pingpong_blk( in dpu_encoder_phys_vid_setup_timing_engine()
Ddpu_hw_intf.c343 ops->bind_pingpong_blk = dpu_hw_intf_bind_pingpong_blk; in _setup_intf_ops()
Ddpu_encoder.c2031 if (phys_enc->hw_wb->ops.bind_pingpong_blk) in dpu_encoder_helper_phys_cleanup()
2032 phys_enc->hw_wb->ops.bind_pingpong_blk(phys_enc->hw_wb, false, in dpu_encoder_helper_phys_cleanup()
2040 if (dpu_enc->phys_encs[i] && phys_enc->hw_intf->ops.bind_pingpong_blk) in dpu_encoder_helper_phys_cleanup()
2041 phys_enc->hw_intf->ops.bind_pingpong_blk( in dpu_encoder_helper_phys_cleanup()