Home
last modified time | relevance | path

Searched refs:parent_ops (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_cmd.c86 if (phys_enc->parent_ops->handle_frame_done) in dpu_encoder_phys_cmd_pp_tx_done_irq()
87 phys_enc->parent_ops->handle_frame_done(phys_enc->parent, in dpu_encoder_phys_cmd_pp_tx_done_irq()
114 if (phys_enc->parent_ops->handle_vblank_virt) in dpu_encoder_phys_cmd_pp_rd_ptr_irq()
115 phys_enc->parent_ops->handle_vblank_virt(phys_enc->parent, in dpu_encoder_phys_cmd_pp_rd_ptr_irq()
140 if (phys_enc->parent_ops->handle_underrun_virt) in dpu_encoder_phys_cmd_underrun_irq()
141 phys_enc->parent_ops->handle_underrun_virt(phys_enc->parent, in dpu_encoder_phys_cmd_underrun_irq()
205 if (phys_enc->parent_ops->handle_frame_done) in _dpu_encoder_phys_cmd_handle_ppdone_timeout()
206 phys_enc->parent_ops->handle_frame_done( in _dpu_encoder_phys_cmd_handle_ppdone_timeout()
783 phys_enc->parent_ops = p->parent_ops; in dpu_encoder_phys_cmd_init()
Ddpu_encoder_phys_wb.c367 if (phys_enc->parent_ops->handle_frame_done) in _dpu_encoder_phys_wb_frame_done_helper()
368 phys_enc->parent_ops->handle_frame_done(phys_enc->parent, in _dpu_encoder_phys_wb_frame_done_helper()
371 if (phys_enc->parent_ops->handle_vblank_virt) in _dpu_encoder_phys_wb_frame_done_helper()
372 phys_enc->parent_ops->handle_vblank_virt(phys_enc->parent, in _dpu_encoder_phys_wb_frame_done_helper()
443 if (phys_enc->parent_ops->handle_frame_done) in _dpu_encoder_phys_wb_handle_wbdone_timeout()
444 phys_enc->parent_ops->handle_frame_done( in _dpu_encoder_phys_wb_handle_wbdone_timeout()
725 phys_enc->parent_ops = p->parent_ops; in dpu_encoder_phys_wb_init()
Ddpu_encoder_phys_vid.c310 if (phys_enc->parent_ops->handle_vblank_virt) in dpu_encoder_phys_vid_vblank_irq()
311 phys_enc->parent_ops->handle_vblank_virt(phys_enc->parent, in dpu_encoder_phys_vid_vblank_irq()
332 phys_enc->parent_ops->handle_frame_done(phys_enc->parent, phys_enc, in dpu_encoder_phys_vid_vblank_irq()
342 if (phys_enc->parent_ops->handle_underrun_virt) in dpu_encoder_phys_vid_underrun_irq()
343 phys_enc->parent_ops->handle_underrun_virt(phys_enc->parent, in dpu_encoder_phys_vid_underrun_irq()
700 phys_enc->parent_ops = p->parent_ops; in dpu_encoder_phys_vid_init()
Ddpu_encoder_phys.h202 const struct dpu_encoder_virt_ops *parent_ops; member
286 const struct dpu_encoder_virt_ops *parent_ops; member
Ddpu_encoder.c343 if (phys_enc->parent_ops->handle_frame_done) in dpu_encoder_helper_report_irq_timeout()
344 phys_enc->parent_ops->handle_frame_done( in dpu_encoder_helper_report_irq_timeout()
2261 phys_params.parent_ops = &dpu_encoder_parent_ops; in dpu_encoder_setup_display()