Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_cmd.c249 mutex_lock(&phys_enc->vblank_ctl_lock); in dpu_encoder_phys_cmd_control_vblank_irq()
283 mutex_unlock(&phys_enc->vblank_ctl_lock); in dpu_encoder_phys_cmd_control_vblank_irq()
740 mutex_init(&phys_enc->vblank_ctl_lock); in dpu_encoder_phys_cmd_init()
H A Ddpu_encoder_phys_vid.c395 mutex_lock(&phys_enc->vblank_ctl_lock); in dpu_encoder_phys_vid_control_vblank_irq()
428 mutex_unlock(&phys_enc->vblank_ctl_lock); in dpu_encoder_phys_vid_control_vblank_irq()
768 mutex_init(&phys_enc->vblank_ctl_lock); in dpu_encoder_phys_vid_init()
H A Ddpu_encoder_phys.h188 struct mutex vblank_ctl_lock; member