Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c639 _dpu_plane_color_fill_pipe(pstate, &pstate->r_pipe, &pstate->r_pipe_cfg.dst_rect, in _dpu_plane_color_fill()
806 struct dpu_sw_pipe_cfg *r_pipe_cfg = &pstate->r_pipe_cfg; in dpu_plane_atomic_check() local
914 *r_pipe_cfg = *pipe_cfg; in dpu_plane_atomic_check()
917 r_pipe_cfg->src_rect.x1 = pipe_cfg->src_rect.x2; in dpu_plane_atomic_check()
918 r_pipe_cfg->dst_rect.x1 = pipe_cfg->dst_rect.x2; in dpu_plane_atomic_check()
925 drm_rect_rotate_inv(&r_pipe_cfg->src_rect, in dpu_plane_atomic_check()
934 ret = dpu_plane_atomic_check_pipe(pdpu, r_pipe, r_pipe_cfg, fmt, in dpu_plane_atomic_check()
1116 struct dpu_sw_pipe_cfg *r_pipe_cfg = &pstate->r_pipe_cfg; in dpu_plane_sspp_atomic_update() local
1145 dpu_plane_sspp_update_pipe(plane, r_pipe, r_pipe_cfg, fmt, in dpu_plane_sspp_atomic_update()
1159 pstate->plane_fetch_bw += _dpu_plane_calc_bw(pdpu->catalog, fmt, &crtc->mode, r_pipe_cfg); in dpu_plane_sspp_atomic_update()
[all …]
H A Ddpu_plane.h41 struct dpu_sw_pipe_cfg r_pipe_cfg; member