Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c530 if (phys_enc->enable_state == DPU_ENC_DISABLED) in dpu_encoder_phys_vid_enable()
671 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_phys_vid_disable()
700 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_vid_disable()
910 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_vid_init()
Ddpu_encoder_phys.h61 DPU_ENC_DISABLED, enumerator
Ddpu_encoder_phys_cmd.c597 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_phys_cmd_disable()
604 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_cmd_disable()
857 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_cmd_init()
Ddpu_encoder.c287 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_helper_wait_for_irq()
1502 if (phys->ops.trigger_start && phys->enable_state != DPU_ENC_DISABLED) in _dpu_encoder_trigger_start()
1604 if (!phys || phys->enable_state == DPU_ENC_DISABLED) in _dpu_encoder_kickoff_phys()