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()
801 struct dpu_sw_pipe_cfg *r_pipe_cfg = &pstate->r_pipe_cfg; in dpu_plane_atomic_check() local
903 *r_pipe_cfg = *pipe_cfg; in dpu_plane_atomic_check()
906 r_pipe_cfg->src_rect.x1 = pipe_cfg->src_rect.x2; in dpu_plane_atomic_check()
907 r_pipe_cfg->dst_rect.x1 = pipe_cfg->dst_rect.x2; in dpu_plane_atomic_check()
915 ret = dpu_plane_atomic_check_pipe(pdpu, r_pipe, r_pipe_cfg, fmt, in dpu_plane_atomic_check()
1097 struct dpu_sw_pipe_cfg *r_pipe_cfg = &pstate->r_pipe_cfg; in dpu_plane_sspp_atomic_update() local
1126 dpu_plane_sspp_update_pipe(plane, r_pipe, r_pipe_cfg, fmt, in dpu_plane_sspp_atomic_update()
1281 const struct dpu_sw_pipe_cfg *r_pipe_cfg = &pstate->r_pipe_cfg; in dpu_plane_atomic_print_state() local
1298 drm_printf(p, "\tsrc[1]=" DRM_RECT_FMT "\n", DRM_RECT_ARG(&r_pipe_cfg->src_rect)); in dpu_plane_atomic_print_state()
[all …]
H A Ddpu_plane.h41 struct dpu_sw_pipe_cfg r_pipe_cfg; member