Searched refs:r_pipe_cfg (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_plane.c | 641 _dpu_plane_color_fill_pipe(pstate, &pstate->r_pipe, &pstate->r_pipe_cfg.dst_rect, in _dpu_plane_color_fill() 807 struct dpu_sw_pipe_cfg *r_pipe_cfg = &pstate->r_pipe_cfg; in dpu_plane_atomic_check() local 915 *r_pipe_cfg = *pipe_cfg; in dpu_plane_atomic_check() 918 r_pipe_cfg->src_rect.x1 = pipe_cfg->src_rect.x2; in dpu_plane_atomic_check() 919 r_pipe_cfg->dst_rect.x1 = pipe_cfg->dst_rect.x2; in dpu_plane_atomic_check() 926 drm_rect_rotate_inv(&r_pipe_cfg->src_rect, in dpu_plane_atomic_check() 935 ret = dpu_plane_atomic_check_pipe(pdpu, r_pipe, r_pipe_cfg, fmt, in dpu_plane_atomic_check() 1117 struct dpu_sw_pipe_cfg *r_pipe_cfg = &pstate->r_pipe_cfg; in dpu_plane_sspp_atomic_update() local 1146 dpu_plane_sspp_update_pipe(plane, r_pipe, r_pipe_cfg, fmt, in dpu_plane_sspp_atomic_update() 1160 pstate->plane_fetch_bw += _dpu_plane_calc_bw(pdpu->catalog, fmt, &crtc->mode, r_pipe_cfg); in dpu_plane_sspp_atomic_update() [all …]
|
D | dpu_plane.h | 41 struct dpu_sw_pipe_cfg r_pipe_cfg; member
|