Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c223 spin_lock_irqsave(phys_enc->enc_spinlock, lock_flags); in programmable_fetch_config()
225 spin_unlock_irqrestore(phys_enc->enc_spinlock, lock_flags); in programmable_fetch_config()
291 spin_lock_irqsave(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_setup_timing_engine()
295 spin_unlock_irqrestore(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_setup_timing_engine()
330 spin_lock_irqsave(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_vblank_irq()
337 spin_unlock_irqrestore(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_vblank_irq()
676 spin_lock_irqsave(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_disable()
680 spin_unlock_irqrestore(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_disable()
724 spin_lock_irqsave(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_handle_post_kickoff()
726 spin_unlock_irqrestore(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_vid_handle_post_kickoff()
[all …]
Ddpu_encoder_phys.h253 spinlock_t *enc_spinlock; member
319 spinlock_t *enc_spinlock; member
Ddpu_encoder.c179 spinlock_t enc_spinlock; member
1303 spin_lock_irqsave(&dpu_enc->enc_spinlock, lock_flags); in dpu_encoder_vblank_callback()
1306 spin_unlock_irqrestore(&dpu_enc->enc_spinlock, lock_flags); in dpu_encoder_vblank_callback()
1341 spin_lock_irqsave(&dpu_enc->enc_spinlock, lock_flags); in dpu_encoder_register_vblank_callback()
1344 spin_unlock_irqrestore(&dpu_enc->enc_spinlock, lock_flags); in dpu_encoder_register_vblank_callback()
1370 spin_lock_irqsave(&dpu_enc->enc_spinlock, lock_flags); in dpu_encoder_register_frame_event_callback()
1373 spin_unlock_irqrestore(&dpu_enc->enc_spinlock, lock_flags); in dpu_encoder_register_frame_event_callback()
1598 spin_lock_irqsave(&dpu_enc->enc_spinlock, lock_flags); in _dpu_encoder_kickoff_phys()
1630 spin_unlock_irqrestore(&dpu_enc->enc_spinlock, lock_flags); in _dpu_encoder_kickoff_phys()
2227 phys_params.enc_spinlock = &dpu_enc->enc_spinlock; in dpu_encoder_setup_display()
[all …]
Ddpu_encoder_phys_cmd.c107 spin_lock_irqsave(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_cmd_pp_tx_done_irq()
109 spin_unlock_irqrestore(phys_enc->enc_spinlock, lock_flags); in dpu_encoder_phys_cmd_pp_tx_done_irq()
855 phys_enc->enc_spinlock = p->enc_spinlock; in dpu_encoder_phys_cmd_init()