Home
last modified time | relevance | path

Searched refs:enable_timing (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_vid.c414 if (WARN_ON(!phys_enc->hw_intf->ops.enable_timing)) in dpu_encoder_phys_vid_enable()
537 if (WARN_ON(!phys_enc->hw_intf->ops.enable_timing)) in dpu_encoder_phys_vid_disable()
546 phys_enc->hw_intf->ops.enable_timing(phys_enc->hw_intf, 0); in dpu_encoder_phys_vid_disable()
606 phys_enc->hw_intf->ops.enable_timing(phys_enc->hw_intf, 1); in dpu_encoder_phys_vid_handle_post_kickoff()
H A Ddpu_hw_intf.h88 void (*enable_timing)(struct dpu_hw_intf *intf, member
H A Ddpu_hw_intf.c536 ops->enable_timing = dpu_hw_intf_enable_timing_engine; in _setup_intf_ops()