has_alpha         800 drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c 	if (!fb->format->has_alpha)
has_alpha         607 drivers/gpu/drm/arm/malidp_planes.c 	    fb->format->has_alpha)
has_alpha         879 drivers/gpu/drm/arm/malidp_planes.c 	} else if (state->fb->format->has_alpha) {
has_alpha         380 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 		if (format->has_alpha)
has_alpha         553 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 		    ovl_s->fb->format->has_alpha ||
has_alpha         709 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 	     state->base.fb->format->has_alpha))
has_alpha         167 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ARGB4444,	.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         168 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ABGR4444,	.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         169 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGBA4444,	.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         170 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGRA4444,	.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         175 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ARGB1555,	.depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         176 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ABGR1555,	.depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         177 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGBA5551,	.depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         178 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGRA5551,	.depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         187 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGB565_A8,	.depth = 24, .num_planes = 2, .cpp = { 2, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         188 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGR565_A8,	.depth = 24, .num_planes = 2, .cpp = { 2, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         193 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ARGB2101010,	.depth = 30, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         194 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ABGR2101010,	.depth = 30, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         195 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGBA1010102,	.depth = 30, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         196 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGRA1010102,	.depth = 30, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         197 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ARGB8888,	.depth = 32, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         198 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ABGR8888,	.depth = 32, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         199 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGBA8888,	.depth = 32, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         200 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGRA8888,	.depth = 32, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         203 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ARGB16161616F,	.depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         204 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ABGR16161616F,	.depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         205 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGB888_A8,	.depth = 32, .num_planes = 2, .cpp = { 3, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         206 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGR888_A8,	.depth = 32, .num_planes = 2, .cpp = { 3, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         207 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XRGB8888_A8,	.depth = 32, .num_planes = 2, .cpp = { 4, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         208 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XBGR8888_A8,	.depth = 32, .num_planes = 2, .cpp = { 4, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         209 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGBX8888_A8,	.depth = 32, .num_planes = 2, .cpp = { 4, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         210 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGRX8888_A8,	.depth = 32, .num_planes = 2, .cpp = { 4, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
has_alpha         233 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_AYUV,		.depth = 0,  .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true, .is_yuv = true },
has_alpha         237 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_Y410,            .depth = 0,  .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true, .is_yuv = true },
has_alpha         238 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_Y412,            .depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true, .is_yuv = true },
has_alpha         239 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_Y416,            .depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true, .is_yuv = true },
has_alpha         245 drivers/gpu/drm/drm_fourcc.c 		  .hsub = 2, .vsub = 2, .has_alpha = true, .is_yuv = true },
has_alpha         251 drivers/gpu/drm/drm_fourcc.c 		  .hsub = 2, .vsub = 2, .has_alpha = true, .is_yuv = true },
has_alpha         328 drivers/gpu/drm/exynos/exynos5433_drm_decon.c 	if (fb->format->has_alpha)
has_alpha         648 drivers/gpu/drm/exynos/exynos_drm_fimd.c 	if (fb->format->has_alpha)
has_alpha         614 drivers/gpu/drm/exynos/exynos_mixer.c 	if (fb->format->has_alpha)
has_alpha         644 drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c 	bool has_alpha = has_Alpha_channel(fmt);
has_alpha         649 drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c 	if (has_alpha && glb_alpha < 255)
has_alpha         651 drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c 	else if (has_alpha)
has_alpha        2457 drivers/gpu/drm/i915/display/intel_display.c 	  .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
has_alpha        2459 drivers/gpu/drm/i915/display/intel_display.c 	  .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
has_alpha        4027 drivers/gpu/drm/i915/display/intel_display.c 	if (!plane_state->base.fb->format->has_alpha)
has_alpha        4045 drivers/gpu/drm/i915/display/intel_display.c 	if (!plane_state->base.fb->format->has_alpha)
has_alpha         763 drivers/gpu/drm/i915/display/intel_fbc.c 	    cache->fb.format->has_alpha) {
has_alpha         569 drivers/gpu/drm/imx/ipuv3-plane.c 						!fb->format->has_alpha, 0xff,
has_alpha         578 drivers/gpu/drm/imx/ipuv3-plane.c 						!fb->format->has_alpha, 0xff,
has_alpha         899 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 	if (fb->format->has_alpha && win_index > 0) {
has_alpha         831 drivers/gpu/drm/stm/ltdc.c 	if (!fb->format->has_alpha)
has_alpha         532 drivers/gpu/drm/sun4i/sun4i_backend.c 		if (fb->format->has_alpha || (plane_state->alpha != DRM_BLEND_ALPHA_OPAQUE))
has_alpha         592 drivers/gpu/drm/sun4i/sun4i_backend.c 	    (plane_states[0]->fb->format->has_alpha ||
has_alpha         605 drivers/gpu/drm/sun4i/sun4i_backend.c 		if (fb->format->has_alpha || (p_state->alpha != DRM_BLEND_ALPHA_OPAQUE))
has_alpha         813 drivers/gpu/drm/vc4/vc4_plane.c 			  fb->format->has_alpha;
has_alpha         818 drivers/gpu/drm/vc4/vc4_plane.c 			VC4_SET_FIELD(fb->format->has_alpha ?
has_alpha         823 drivers/gpu/drm/vc4/vc4_plane.c 			(fb->format->has_alpha ? SCALER_POS2_ALPHA_PREMULT : 0) |
has_alpha         918 drivers/gpu/drm/vc4/vc4_plane.c 	vc4_state->needs_bg_fill = fb->format->has_alpha || !covers_screen ||
has_alpha         292 drivers/gpu/drm/vc4/vc4_txp.c 	if (fb->format->has_alpha)
has_alpha         628 drivers/media/platform/exynos4-is/fimc-core.c 	unsigned int has_alpha = ctx->d_frame.fmt->flags & FMT_HAS_ALPHA;
has_alpha         640 drivers/media/platform/exynos4-is/fimc-core.c 		v4l2_ctrl_activate(ctrls->alpha, active && has_alpha);
has_alpha         132 include/drm/drm_fourcc.h 	bool has_alpha;