Searched refs:cmd_enc (Results 1 – 1 of 1) sorted by relevance
51 struct dpu_encoder_phys_cmd *cmd_enc = in _dpu_encoder_phys_cmd_update_intf_cfg() local63 intf_cfg.stream_sel = cmd_enc->stream_sel; in _dpu_encoder_phys_cmd_update_intf_cfg()113 struct dpu_encoder_phys_cmd *cmd_enc; in dpu_encoder_phys_cmd_te_rd_ptr_irq() local116 cmd_enc = to_dpu_encoder_phys_cmd(phys_enc); in dpu_encoder_phys_cmd_te_rd_ptr_irq()120 atomic_add_unless(&cmd_enc->pending_vblank_cnt, -1, 0); in dpu_encoder_phys_cmd_te_rd_ptr_irq()121 wake_up_all(&cmd_enc->pending_vblank_wq); in dpu_encoder_phys_cmd_te_rd_ptr_irq()165 struct dpu_encoder_phys_cmd *cmd_enc = in _dpu_encoder_phys_cmd_handle_ppdone_timeout() local176 cmd_enc->pp_timeout_report_cnt++; in _dpu_encoder_phys_cmd_handle_ppdone_timeout()177 if (cmd_enc->pp_timeout_report_cnt == PP_TIMEOUT_MAX_TRIALS) { in _dpu_encoder_phys_cmd_handle_ppdone_timeout()180 } else if (cmd_enc->pp_timeout_report_cnt == 1) { in _dpu_encoder_phys_cmd_handle_ppdone_timeout()[all …]