Searched refs:ot_params (Results 1 – 1 of 1) sorted by relevance
458 struct dpu_vbif_set_ot_params ot_params; in _dpu_plane_set_ot_limit() local461 memset(&ot_params, 0, sizeof(ot_params)); in _dpu_plane_set_ot_limit()462 ot_params.xin_id = pdpu->pipe_hw->cap->xin_id; in _dpu_plane_set_ot_limit()463 ot_params.num = pdpu->pipe_hw->idx - SSPP_NONE; in _dpu_plane_set_ot_limit()464 ot_params.width = drm_rect_width(&pdpu->pipe_cfg.src_rect); in _dpu_plane_set_ot_limit()465 ot_params.height = drm_rect_height(&pdpu->pipe_cfg.src_rect); in _dpu_plane_set_ot_limit()466 ot_params.is_wfd = !pdpu->is_rt_pipe; in _dpu_plane_set_ot_limit()467 ot_params.frame_rate = drm_mode_vrefresh(&crtc->mode); in _dpu_plane_set_ot_limit()468 ot_params.vbif_idx = VBIF_RT; in _dpu_plane_set_ot_limit()469 ot_params.clk_ctrl = pdpu->pipe_hw->cap->clk_ctrl; in _dpu_plane_set_ot_limit()[all …]