Searched refs:handle_underrun_virt (Results 1 – 4 of 4) sorted by relevance
73 void (*handle_underrun_virt)(struct drm_encoder *, member
341 if (phys_enc->parent_ops->handle_underrun_virt) in dpu_encoder_phys_vid_underrun_irq()342 phys_enc->parent_ops->handle_underrun_virt(phys_enc->parent, in dpu_encoder_phys_vid_underrun_irq()
149 if (phys_enc->parent_ops->handle_underrun_virt) in dpu_encoder_phys_cmd_underrun_irq()150 phys_enc->parent_ops->handle_underrun_virt(phys_enc->parent, in dpu_encoder_phys_cmd_underrun_irq()
2032 .handle_underrun_virt = dpu_encoder_underrun_callback,