Symbol: dpu_sw_pipe
drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c
407
struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c
147
static void dpu_hw_sspp_setup_multirect(struct dpu_sw_pipe *pipe)
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c
157
void dpu_hw_setup_multirect_impl(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c
219
static void dpu_hw_sspp_setup_format(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c
263
void dpu_hw_setup_format_impl(struct dpu_sw_pipe *pipe, const struct msm_format *fmt,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c
445
static void dpu_hw_sspp_setup_rects(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c
471
static void dpu_hw_sspp_setup_sourceaddress(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c
544
static void dpu_hw_sspp_setup_solidfill(struct dpu_sw_pipe *pipe, u32 color)
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c
561
void dpu_hw_setup_solidfill_impl(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c
601
static void dpu_hw_sspp_setup_cdp(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h
190
void (*setup_format)(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h
198
void (*setup_rects)(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h
214
void (*setup_sourceaddress)(struct dpu_sw_pipe *ctx,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h
230
void (*setup_solidfill)(struct dpu_sw_pipe *pipe, u32 color);
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h
237
void (*setup_multirect)(struct dpu_sw_pipe *pipe);
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h
294
void (*setup_cdp)(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h
348
void dpu_hw_setup_multirect_impl(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h
352
void dpu_hw_setup_format_impl(struct dpu_sw_pipe *pipe, const struct msm_format *fmt,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h
357
static inline void dpu_hw_setup_rects_impl(struct dpu_sw_pipe *pipe, struct dpu_sw_pipe_cfg *cfg,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h
381
void dpu_hw_setup_solidfill_impl(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp_v13.c
119
static void dpu_hw_sspp_setup_multirect_v13(struct dpu_sw_pipe *pipe)
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp_v13.c
129
static void dpu_hw_sspp_setup_format_v13(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp_v13.c
193
static void dpu_hw_sspp_setup_rects_v13(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp_v13.c
214
static void dpu_hw_sspp_setup_sourceaddress_v13(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp_v13.c
237
static void dpu_hw_sspp_setup_solidfill_v13(struct dpu_sw_pipe *pipe, u32 color)
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp_v13.c
270
static void dpu_hw_sspp_setup_cdp_v13(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
1011
static bool dpu_plane_try_multirect_parallel(struct dpu_sw_pipe *pipe, struct dpu_sw_pipe_cfg *pipe_cfg,
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
1012
struct dpu_sw_pipe *r_pipe, struct dpu_sw_pipe_cfg *r_pipe_cfg,
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
1046
struct dpu_sw_pipe *pipe, *prev_pipe;
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
1112
struct dpu_sw_pipe *pipe = &pstate->pipe[0];
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
1113
struct dpu_sw_pipe *r_pipe = &pstate->pipe[1];
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
1200
static int dpu_plane_assign_resource_in_stage(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
1209
struct dpu_sw_pipe *r_pipe = pipe + 1;
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
1250
struct dpu_sw_pipe *pipe;
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
1326
static void dpu_plane_flush_csc(struct dpu_plane *pdpu, struct dpu_sw_pipe *pipe)
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
1403
struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
1529
struct dpu_sw_pipe *pipe;
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
1645
const struct dpu_sw_pipe *pipe;
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
197
struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
254
struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
319
struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
361
struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
397
struct dpu_sw_pipe *pipe)
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
515
static const struct dpu_csc_cfg *_dpu_plane_get_csc(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
531
static void _dpu_plane_setup_scaler(struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
579
struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
694
struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
727
struct dpu_sw_pipe *pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
963
struct dpu_sw_pipe **single_pipe,
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
988
struct dpu_sw_pipe *pipe = &pstate->pipe[0];
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
989
struct dpu_sw_pipe *r_pipe = &pstate->pipe[1];
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.h
34
struct dpu_sw_pipe pipe[PIPES_PER_PLANE];
drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h
654
struct dpu_sw_pipe *pipe, uint64_t modifier),
drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h
782
TP_PROTO(struct dpu_sw_pipe *pipe, struct dpu_hw_fmt_layout *layout),