Searched refs:ot_params (Results 1 – 1 of 1) sorted by relevance
373 struct dpu_vbif_set_ot_params ot_params; in _dpu_plane_set_ot_limit() local376 memset(&ot_params, 0, sizeof(ot_params)); in _dpu_plane_set_ot_limit()377 ot_params.xin_id = pdpu->pipe_hw->cap->xin_id; in _dpu_plane_set_ot_limit()378 ot_params.num = pdpu->pipe_hw->idx - SSPP_NONE; in _dpu_plane_set_ot_limit()379 ot_params.width = drm_rect_width(&pdpu->pipe_cfg.src_rect); in _dpu_plane_set_ot_limit()380 ot_params.height = drm_rect_height(&pdpu->pipe_cfg.src_rect); in _dpu_plane_set_ot_limit()381 ot_params.is_wfd = !pdpu->is_rt_pipe; in _dpu_plane_set_ot_limit()382 ot_params.frame_rate = drm_mode_vrefresh(&crtc->mode); in _dpu_plane_set_ot_limit()383 ot_params.vbif_idx = VBIF_RT; in _dpu_plane_set_ot_limit()384 ot_params.clk_ctrl = pdpu->pipe_hw->cap->clk_ctrl; in _dpu_plane_set_ot_limit()[all …]