Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c458 if (phys_enc->enable_state == DPU_ENC_DISABLED) in dpu_encoder_phys_vid_enable()
565 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_phys_vid_disable()
594 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_vid_disable()
746 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_vid_init()
Ddpu_encoder_phys_cmd.c519 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_phys_cmd_disable()
526 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_cmd_disable()
782 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_cmd_init()
Ddpu_encoder_phys.h52 DPU_ENC_DISABLED, enumerator
Ddpu_encoder.c276 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_helper_wait_for_irq()
1492 if (phys->ops.trigger_start && phys->enable_state != DPU_ENC_DISABLED) in _dpu_encoder_trigger_start()
1582 if (phys->enable_state == DPU_ENC_DISABLED) in _dpu_encoder_kickoff_phys()