Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c468 if (phys_enc->enable_state == DPU_ENC_DISABLED) in dpu_encoder_phys_vid_enable()
589 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_phys_vid_disable()
618 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_vid_disable()
753 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_vid_init()
Ddpu_encoder_phys.h52 DPU_ENC_DISABLED, enumerator
Ddpu_encoder_phys_cmd.c559 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_phys_cmd_disable()
566 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_cmd_disable()
791 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_cmd_init()
Ddpu_encoder.c245 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_helper_wait_for_irq()
1474 if (phys->ops.trigger_start && phys->enable_state != DPU_ENC_DISABLED) in _dpu_encoder_trigger_start()
1569 if (!phys || phys->enable_state == DPU_ENC_DISABLED) in _dpu_encoder_kickoff_phys()