Home
last modified time | relevance | path

Searched refs:ot_params (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_wb.c63 struct dpu_vbif_set_ot_params ot_params; in dpu_encoder_phys_wb_set_ot_limit() local
66 memset(&ot_params, 0, sizeof(ot_params)); in dpu_encoder_phys_wb_set_ot_limit()
67 ot_params.xin_id = hw_wb->caps->xin_id; in dpu_encoder_phys_wb_set_ot_limit()
68 ot_params.num = hw_wb->idx - WB_0; in dpu_encoder_phys_wb_set_ot_limit()
69 ot_params.width = phys_enc->cached_mode.hdisplay; in dpu_encoder_phys_wb_set_ot_limit()
70 ot_params.height = phys_enc->cached_mode.vdisplay; in dpu_encoder_phys_wb_set_ot_limit()
71 ot_params.is_wfd = true; in dpu_encoder_phys_wb_set_ot_limit()
72 ot_params.frame_rate = drm_mode_vrefresh(&phys_enc->cached_mode); in dpu_encoder_phys_wb_set_ot_limit()
73 ot_params.vbif_idx = hw_wb->caps->vbif_idx; in dpu_encoder_phys_wb_set_ot_limit()
74 ot_params.rd = false; in dpu_encoder_phys_wb_set_ot_limit()
[all …]
Ddpu_plane.c366 struct dpu_vbif_set_ot_params ot_params; in _dpu_plane_set_ot_limit() local
370 memset(&ot_params, 0, sizeof(ot_params)); in _dpu_plane_set_ot_limit()
371 ot_params.xin_id = pipe->sspp->cap->xin_id; in _dpu_plane_set_ot_limit()
372 ot_params.num = pipe->sspp->idx - SSPP_NONE; in _dpu_plane_set_ot_limit()
373 ot_params.width = drm_rect_width(&pipe_cfg->src_rect); in _dpu_plane_set_ot_limit()
374 ot_params.height = drm_rect_height(&pipe_cfg->src_rect); in _dpu_plane_set_ot_limit()
375 ot_params.is_wfd = !pdpu->is_rt_pipe; in _dpu_plane_set_ot_limit()
376 ot_params.frame_rate = frame_rate; in _dpu_plane_set_ot_limit()
377 ot_params.vbif_idx = VBIF_RT; in _dpu_plane_set_ot_limit()
378 ot_params.rd = true; in _dpu_plane_set_ot_limit()
[all …]