Home
last modified time | relevance | path

Searched refs:fetch_type (Results 1 – 11 of 11) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/msm/disp/
Dmdp_format.c73 .fetch_type = MDP_PLANE_INTERLEAVED, \
93 .fetch_type = MDP_PLANE_INTERLEAVED, \
113 .fetch_type = MDP_PLANE_INTERLEAVED, \
132 .fetch_type = MDP_PLANE_PSEUDO_PLANAR, \
152 .fetch_type = MDP_PLANE_PSEUDO_PLANAR, \
171 .fetch_type = MDP_PLANE_PSEUDO_PLANAR, \
191 .fetch_type = MDP_PLANE_PSEUDO_PLANAR, \
211 .fetch_type = MDP_PLANE_PLANAR, \
Dmdp_format.h56 enum mdp_fetch_type fetch_type; member
/linux-6.14.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_formats.c183 if (fmt->fetch_type == MDP_PLANE_INTERLEAVED) { in _dpu_format_populate_plane_sizes_linear()
210 if (fmt->fetch_type == MDP_PLANE_PSEUDO_PLANAR) { in _dpu_format_populate_plane_sizes_linear()
Ddpu_hw_wb.c79 (fmt->fetch_type << 19) | in dpu_hw_wb_setup_format()
Ddpu_hw_sspp.c252 src_format = (chroma_samp << 23) | (fmt->fetch_type << 19) | in dpu_hw_sspp_setup_format()
259 if (fmt->alpha_enable && fmt->fetch_type == MDP_PLANE_INTERLEAVED) in dpu_hw_sspp_setup_format()
Ddpu_encoder_phys_wb.c597 if ((format->fetch_type == MDP_PLANE_PLANAR) && in dpu_encoder_phys_wb_prepare_wb_job()
Ddpu_plane.c217 if (fmt->fetch_type == MDP_PLANE_PSEUDO_PLANAR) { in _dpu_plane_calc_fill_level()
/linux-6.14.4/kernel/trace/
Dtrace_probe.h139 struct fetch_type { struct
234 const struct fetch_type *type; /* Type of this argument */
Dtrace_probe.c82 static const struct fetch_type probe_fetch_types[] = {
109 static const struct fetch_type *find_fetch_type(const char *type, unsigned long flags) in find_fetch_type()
699 static const struct fetch_type *find_fetch_type_from_btf_type( in find_fetch_type_from_btf_type()
906 static int parse_probe_vars(char *orig_arg, const struct fetch_type *t, in NOKPROBE_SYMBOL()
1046 parse_probe_arg(char *arg, const struct fetch_type *type, in parse_probe_arg()
1157 const struct fetch_type *t2 = find_fetch_type(NULL, ctx->flags); in parse_probe_arg()
1218 const struct fetch_type *t, in __parse_bitfield_probe_arg()
/linux-6.14.4/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_plane.c309 MDP4_PIPE_SRC_FORMAT_FETCH_PLANES(format->fetch_type) | in mdp4_plane_mode_set()
/linux-6.14.4/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_plane.c796 MDP5_PIPE_SRC_FORMAT_FETCH_TYPE(format->fetch_type) | in mdp5_hwpipe_mode_set()