Home
last modified time | relevance | path

Searched refs:ot_params (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_wb.c45 struct dpu_vbif_set_ot_params ot_params; in dpu_encoder_phys_wb_set_ot_limit() local
47 memset(&ot_params, 0, sizeof(ot_params)); in dpu_encoder_phys_wb_set_ot_limit()
48 ot_params.xin_id = hw_wb->caps->xin_id; in dpu_encoder_phys_wb_set_ot_limit()
49 ot_params.num = hw_wb->idx - WB_0; in dpu_encoder_phys_wb_set_ot_limit()
50 ot_params.width = phys_enc->cached_mode.hdisplay; in dpu_encoder_phys_wb_set_ot_limit()
51 ot_params.height = phys_enc->cached_mode.vdisplay; in dpu_encoder_phys_wb_set_ot_limit()
52 ot_params.is_wfd = true; in dpu_encoder_phys_wb_set_ot_limit()
53 ot_params.frame_rate = drm_mode_vrefresh(&phys_enc->cached_mode); in dpu_encoder_phys_wb_set_ot_limit()
54 ot_params in dpu_encoder_phys_wb_set_ot_limit()
[all...]
H A Ddpu_plane.c349 struct dpu_vbif_set_ot_params ot_params; in _dpu_plane_set_ot_limit() local
352 memset(&ot_params, 0, sizeof(ot_params)); in _dpu_plane_set_ot_limit()
353 ot_params.xin_id = pipe->sspp->cap->xin_id; in _dpu_plane_set_ot_limit()
354 ot_params.num = pipe->sspp->idx - SSPP_NONE; in _dpu_plane_set_ot_limit()
355 ot_params.width = drm_rect_width(&pipe_cfg->src_rect); in _dpu_plane_set_ot_limit()
356 ot_params.height = drm_rect_height(&pipe_cfg->src_rect); in _dpu_plane_set_ot_limit()
357 ot_params.is_wfd = !pdpu->is_rt_pipe; in _dpu_plane_set_ot_limit()
358 ot_params.frame_rate = frame_rate; in _dpu_plane_set_ot_limit()
359 ot_params in _dpu_plane_set_ot_limit()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c458 struct dpu_vbif_set_ot_params ot_params; in _dpu_plane_set_ot_limit() local
461 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 in _dpu_plane_set_ot_limit()
[all...]

Completed in 4 milliseconds