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

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c638 if (pstate->r_pipe.sspp)
639 _dpu_plane_color_fill_pipe(pstate, &pstate->r_pipe, &pstate->r_pipe_cfg.dst_rect,
799 struct dpu_sw_pipe *r_pipe = &pstate->r_pipe; local
829 r_pipe->multirect_index = DPU_SSPP_RECT_SOLO;
830 r_pipe->multirect_mode = DPU_SSPP_MULTIRECT_NONE;
831 r_pipe->sspp = NULL;
903 r_pipe->sspp = pipe->sspp;
904 r_pipe->multirect_index = DPU_SSPP_RECT_1;
905 r_pipe
1094 struct dpu_sw_pipe *r_pipe = &pstate->r_pipe; local
1154 struct dpu_sw_pipe *r_pipe = &pstate->r_pipe; local
1261 const struct dpu_sw_pipe *r_pipe = &pstate->r_pipe; local
[all...]
H A Ddpu_plane.h22 * @r_pipe: software pipe description of the second pipe
39 struct dpu_sw_pipe r_pipe; member in struct:dpu_plane_state
H A Ddpu_crtc.c474 if (pstate->r_pipe.sspp) {
475 set_bit(pstate->r_pipe.sspp->idx, fetch_active);
480 &pstate->r_pipe, 1, stage_cfg);
1350 if (pstate->r_pipe.sspp) {
1352 pstate->r_pipe.sspp->cap->name);
1354 pstate->r_pipe.multirect_mode, pstate->r_pipe.multirect_index);

Completed in 118 milliseconds