fetch_planes       37 drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c 	.fetch_planes = DPU_PLANE_INTERLEAVED,                            \
fetch_planes       56 drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c 	.fetch_planes = DPU_PLANE_INTERLEAVED,                            \
fetch_planes       76 drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c 	.fetch_planes = DPU_PLANE_INTERLEAVED,                            \
fetch_planes       94 drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c 	.fetch_planes = DPU_PLANE_PSEUDO_PLANAR,                          \
fetch_planes      113 drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c 	.fetch_planes = DPU_PLANE_PSEUDO_PLANAR,                          \
fetch_planes      131 drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c 	.fetch_planes = DPU_PLANE_PSEUDO_PLANAR,                          \
fetch_planes      150 drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c 	.fetch_planes = DPU_PLANE_PSEUDO_PLANAR,                          \
fetch_planes      170 drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c 	.fetch_planes = DPU_PLANE_PLANAR,                                 \
fetch_planes      675 drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c 	if (fmt->fetch_planes == DPU_PLANE_INTERLEAVED) {
fetch_planes      702 drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c 		if (fmt->fetch_planes == DPU_PLANE_PSEUDO_PLANAR) {
fetch_planes      353 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h 	enum dpu_plane_type fetch_planes;
fetch_planes      278 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c 	src_format = (chroma_samp << 23) | (fmt->fetch_planes << 19) |
fetch_planes      285 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c 	if (fmt->alpha_enable && fmt->fetch_planes == DPU_PLANE_INTERLEAVED)
fetch_planes      164 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c 	if (fmt->fetch_planes == DPU_PLANE_PSEUDO_PLANAR) {