Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c437 if (phys_enc->enable_state == DPU_ENC_DISABLED) in dpu_encoder_phys_vid_enable()
541 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_phys_vid_disable()
591 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_vid_disable()
Ddpu_encoder_phys.h55 DPU_ENC_DISABLED, enumerator
Ddpu_encoder_phys_wb.c531 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_phys_wb_disable()
553 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_wb_disable()
Ddpu_encoder_phys_cmd.c532 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_phys_cmd_disable()
567 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_cmd_disable()
Ddpu_encoder.c364 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_helper_wait_for_irq()
1523 if (phys->ops.trigger_start && phys->enable_state != DPU_ENC_DISABLED) in _dpu_encoder_trigger_start()
1613 if (phys->enable_state == DPU_ENC_DISABLED) in _dpu_encoder_kickoff_phys()
2492 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_init()