Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c472 if (phys_enc->enable_state == DPU_ENC_DISABLED) in dpu_encoder_phys_vid_enable()
575 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_phys_vid_disable()
604 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_vid_disable()
733 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_vid_init()
Ddpu_encoder_phys_cmd.c527 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_phys_cmd_disable()
534 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_cmd_disable()
735 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_cmd_init()
Ddpu_encoder_phys.h52 DPU_ENC_DISABLED, enumerator
Ddpu_encoder.c274 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_helper_wait_for_irq()
1500 if (phys->ops.trigger_start && phys->enable_state != DPU_ENC_DISABLED) in _dpu_encoder_trigger_start()
1586 if (phys->enable_state == DPU_ENC_DISABLED) in _dpu_encoder_kickoff_phys()