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

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.h24 * @r_pipe_cfg: software pipe configuration for the second pipe
41 struct dpu_sw_pipe_cfg r_pipe_cfg; member in struct:dpu_plane_state
H A Ddpu_plane.c640 _dpu_plane_color_fill_pipe(pstate, &pstate->r_pipe, &pstate->r_pipe_cfg.dst_rect,
804 struct dpu_sw_pipe_cfg *r_pipe_cfg = &pstate->r_pipe_cfg; local
908 *r_pipe_cfg = *pipe_cfg;
911 r_pipe_cfg->src_rect.x1 = pipe_cfg->src_rect.x2;
912 r_pipe_cfg->dst_rect.x1 = pipe_cfg->dst_rect.x2;
920 ret = dpu_plane_atomic_check_pipe(pdpu, r_pipe, r_pipe_cfg, fmt,
1102 struct dpu_sw_pipe_cfg *r_pipe_cfg = &pstate->r_pipe_cfg; local
1131 dpu_plane_sspp_update_pipe(plane, r_pipe, r_pipe_cfg, fm
1263 const struct dpu_sw_pipe_cfg *r_pipe_cfg = &pstate->r_pipe_cfg; local
[all...]

Completed in 209 milliseconds