Searched refs:handle_underrun_virt (Results 1 – 4 of 4) sorted by relevance
82 void (*handle_underrun_virt)(struct drm_encoder *, member
165 if (phys_enc->parent_ops->handle_underrun_virt) in dpu_encoder_phys_cmd_underrun_irq()166 phys_enc->parent_ops->handle_underrun_virt(phys_enc->parent, in dpu_encoder_phys_cmd_underrun_irq()
351 if (phys_enc->parent_ops->handle_underrun_virt) in dpu_encoder_phys_vid_underrun_irq()352 phys_enc->parent_ops->handle_underrun_virt(phys_enc->parent, in dpu_encoder_phys_vid_underrun_irq()
2203 .handle_underrun_virt = dpu_encoder_underrun_callback,