Searched refs:cmd_enc (Results 1 – 1 of 1) sorted by relevance
49 struct dpu_encoder_phys_cmd *cmd_enc = in _dpu_encoder_phys_cmd_update_intf_cfg() local61 intf_cfg.stream_sel = cmd_enc->stream_sel; in _dpu_encoder_phys_cmd_update_intf_cfg()109 struct dpu_encoder_phys_cmd *cmd_enc; in dpu_encoder_phys_cmd_te_rd_ptr_irq() local120 cmd_enc = to_dpu_encoder_phys_cmd(phys_enc); in dpu_encoder_phys_cmd_te_rd_ptr_irq()124 atomic_add_unless(&cmd_enc->pending_vblank_cnt, -1, 0); in dpu_encoder_phys_cmd_te_rd_ptr_irq()125 wake_up_all(&cmd_enc->pending_vblank_wq); in dpu_encoder_phys_cmd_te_rd_ptr_irq()169 struct dpu_encoder_phys_cmd *cmd_enc = in _dpu_encoder_phys_cmd_handle_ppdone_timeout() local180 cmd_enc->pp_timeout_report_cnt++; in _dpu_encoder_phys_cmd_handle_ppdone_timeout()181 if (cmd_enc->pp_timeout_report_cnt == PP_TIMEOUT_MAX_TRIALS) { in _dpu_encoder_phys_cmd_handle_ppdone_timeout()184 } else if (cmd_enc->pp_timeout_report_cnt == 1) { in _dpu_encoder_phys_cmd_handle_ppdone_timeout()[all …]