fetch_type
if ((format->fetch_type == MDP_PLANE_PLANAR) &&
if (fmt->fetch_type == MDP_PLANE_INTERLEAVED) {
if (fmt->fetch_type == MDP_PLANE_PSEUDO_PLANAR) {
src_format = (chroma_samp << 23) | (fmt->fetch_type << 19) |
if (fmt->alpha_enable && fmt->fetch_type == MDP_PLANE_INTERLEAVED)
(fmt->fetch_type << 19) |
if (fmt->fetch_type == MDP_PLANE_PSEUDO_PLANAR) {
MDP4_PIPE_SRC_FORMAT_FETCH_PLANES(format->fetch_type) |
MDP5_PIPE_SRC_FORMAT_FETCH_TYPE(format->fetch_type) |
.fetch_type = MDP_PLANE_INTERLEAVED, \
.fetch_type = MDP_PLANE_INTERLEAVED, \
.fetch_type = MDP_PLANE_INTERLEAVED, \
.fetch_type = MDP_PLANE_INTERLEAVED, \
.fetch_type = MDP_PLANE_INTERLEAVED, \
.fetch_type = MDP_PLANE_INTERLEAVED, \
.fetch_type = MDP_PLANE_INTERLEAVED, \
.fetch_type = MDP_PLANE_INTERLEAVED, \
.fetch_type = MDP_PLANE_PSEUDO_PLANAR, \
.fetch_type = MDP_PLANE_PSEUDO_PLANAR, \
.fetch_type = MDP_PLANE_PSEUDO_PLANAR, \
.fetch_type = MDP_PLANE_PLANAR, \
.fetch_type = MDP_PLANE_INTERLEAVED, \
.fetch_type = MDP_PLANE_INTERLEAVED, \
enum mdp_fetch_type fetch_type;
parse_probe_arg(char *arg, const struct fetch_type *type,
static const struct fetch_type *find_fetch_type(const char *type, unsigned long flags)
const struct fetch_type *t2 = find_fetch_type(NULL, ctx->flags);
const struct fetch_type *t,
static const struct fetch_type *find_fetch_type_from_btf_type(
static const struct fetch_type probe_fetch_types[] = {
static int parse_probe_vars(char *orig_arg, const struct fetch_type *t,
const struct fetch_type *type; /* Type of this argument */