Searched refs:handle_underrun_virt (Results 1 – 4 of 4) sorted by relevance
73 void (*handle_underrun_virt)(struct drm_encoder *, member
346 if (phys_enc->parent_ops->handle_underrun_virt) in dpu_encoder_phys_vid_underrun_irq()347 phys_enc->parent_ops->handle_underrun_virt(phys_enc->parent, in dpu_encoder_phys_vid_underrun_irq()
137 if (phys_enc->parent_ops->handle_underrun_virt) in dpu_encoder_phys_cmd_underrun_irq()138 phys_enc->parent_ops->handle_underrun_virt(phys_enc->parent, in dpu_encoder_phys_cmd_underrun_irq()
2022 .handle_underrun_virt = dpu_encoder_underrun_callback,