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() local62 intf_cfg.stream_sel = cmd_enc->stream_sel; in _dpu_encoder_phys_cmd_update_intf_cfg()106 struct dpu_encoder_phys_cmd *cmd_enc; in dpu_encoder_phys_cmd_pp_rd_ptr_irq() local112 cmd_enc = to_dpu_encoder_phys_cmd(phys_enc); in dpu_encoder_phys_cmd_pp_rd_ptr_irq()118 atomic_add_unless(&cmd_enc->pending_vblank_cnt, -1, 0); in dpu_encoder_phys_cmd_pp_rd_ptr_irq()119 wake_up_all(&cmd_enc->pending_vblank_wq); in dpu_encoder_phys_cmd_pp_rd_ptr_irq()162 struct dpu_encoder_phys_cmd *cmd_enc = in _dpu_encoder_phys_cmd_handle_ppdone_timeout() local173 cmd_enc->pp_timeout_report_cnt++; in _dpu_encoder_phys_cmd_handle_ppdone_timeout()174 if (cmd_enc->pp_timeout_report_cnt == PP_TIMEOUT_MAX_TRIALS) { in _dpu_encoder_phys_cmd_handle_ppdone_timeout()177 } else if (cmd_enc->pp_timeout_report_cnt == 1) { in _dpu_encoder_phys_cmd_handle_ppdone_timeout()[all …]