Home
last modified time | relevance | path

Searched refs:enc_spinlock (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c221 spin_lock_irqsave(phys_enc->enc_spinlock, lock_flags); in programmable_fetch_config()
223 spin_unlock_irqrestore(phys_enc->enc_spinlock, lock_flags); in programmable_fetch_config()
286 spin_lock_irqsave(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_setup_timing_engine()
298 spin_unlock_irqrestore(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_setup_timing_engine()
325 spin_lock_irqsave(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_vblank_irq()
331 spin_unlock_irqrestore(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_vblank_irq()
580 spin_lock_irqsave(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_disable()
584 spin_unlock_irqrestore(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_disable()
619 spin_lock_irqsave(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_handle_post_kickoff()
621 spin_unlock_irqrestore(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_handle_post_kickoff()
[all …]
Ddpu_encoder.c172 spinlock_t enc_spinlock; member
1299 spin_lock_irqsave(&dpu_enc->enc_spinlock, lock_flags); in dpu_encoder_vblank_callback()
1302 spin_unlock_irqrestore(&dpu_enc->enc_spinlock, lock_flags); in dpu_encoder_vblank_callback()
1326 spin_lock_irqsave(&dpu_enc->enc_spinlock, lock_flags); in dpu_encoder_assign_crtc()
1330 spin_unlock_irqrestore(&dpu_enc->enc_spinlock, lock_flags); in dpu_encoder_assign_crtc()
1342 spin_lock_irqsave(&dpu_enc->enc_spinlock, lock_flags); in dpu_encoder_toggle_vblank_for_crtc()
1344 spin_unlock_irqrestore(&dpu_enc->enc_spinlock, lock_flags); in dpu_encoder_toggle_vblank_for_crtc()
1347 spin_unlock_irqrestore(&dpu_enc->enc_spinlock, lock_flags); in dpu_encoder_toggle_vblank_for_crtc()
1373 spin_lock_irqsave(&dpu_enc->enc_spinlock, lock_flags); in dpu_encoder_register_frame_event_callback()
1376 spin_unlock_irqrestore(&dpu_enc->enc_spinlock, lock_flags); in dpu_encoder_register_frame_event_callback()
[all …]
Ddpu_encoder_phys.h229 spinlock_t *enc_spinlock; member
282 spinlock_t *enc_spinlock; member
Ddpu_encoder_phys_cmd.c87 spin_lock_irqsave(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_cmd_pp_tx_done_irq()
89 spin_unlock_irqrestore(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_cmd_pp_tx_done_irq()
733 phys_enc->enc_spinlock = p->enc_spinlock; in dpu_encoder_phys_cmd_init()