Searched refs:ot_params (Results 1 – 2 of 2) sorted by relevance
43 struct dpu_vbif_set_ot_params ot_params; in dpu_encoder_phys_wb_set_ot_limit() local45 memset(&ot_params, 0, sizeof(ot_params)); in dpu_encoder_phys_wb_set_ot_limit()46 ot_params.xin_id = hw_wb->caps->xin_id; in dpu_encoder_phys_wb_set_ot_limit()47 ot_params.num = hw_wb->idx - WB_0; in dpu_encoder_phys_wb_set_ot_limit()48 ot_params.width = phys_enc->cached_mode.hdisplay; in dpu_encoder_phys_wb_set_ot_limit()49 ot_params.height = phys_enc->cached_mode.vdisplay; in dpu_encoder_phys_wb_set_ot_limit()50 ot_params.is_wfd = true; in dpu_encoder_phys_wb_set_ot_limit()51 ot_params.frame_rate = drm_mode_vrefresh(&phys_enc->cached_mode); in dpu_encoder_phys_wb_set_ot_limit()52 ot_params.vbif_idx = hw_wb->caps->vbif_idx; in dpu_encoder_phys_wb_set_ot_limit()53 ot_params.clk_ctrl = hw_wb->caps->clk_ctrl; in dpu_encoder_phys_wb_set_ot_limit()[all …]
435 struct dpu_vbif_set_ot_params ot_params; in _dpu_plane_set_ot_limit() local438 memset(&ot_params, 0, sizeof(ot_params)); in _dpu_plane_set_ot_limit()439 ot_params.xin_id = pdpu->pipe_hw->cap->xin_id; in _dpu_plane_set_ot_limit()440 ot_params.num = pdpu->pipe_hw->idx - SSPP_NONE; in _dpu_plane_set_ot_limit()441 ot_params.width = drm_rect_width(&pipe_cfg->src_rect); in _dpu_plane_set_ot_limit()442 ot_params.height = drm_rect_height(&pipe_cfg->src_rect); in _dpu_plane_set_ot_limit()443 ot_params.is_wfd = !pdpu->is_rt_pipe; in _dpu_plane_set_ot_limit()444 ot_params.frame_rate = drm_mode_vrefresh(&crtc->mode); in _dpu_plane_set_ot_limit()445 ot_params.vbif_idx = VBIF_RT; in _dpu_plane_set_ot_limit()446 ot_params.clk_ctrl = pdpu->pipe_hw->cap->clk_ctrl; in _dpu_plane_set_ot_limit()[all …]