Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_cmd.c250 mutex_lock(&phys_enc->vblank_ctl_lock); in dpu_encoder_phys_cmd_control_vblank_irq()
284 mutex_unlock(&phys_enc->vblank_ctl_lock); in dpu_encoder_phys_cmd_control_vblank_irq()
747 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()
774 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