Home
last modified time | relevance | path

Searched refs:has_alpha (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_fourcc.c207 …B4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info()
208 …R4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info()
209 …A4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info()
210 …A4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info()
215 …B1555, .depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info()
216 …R1555, .depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info()
217 …A5551, .depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info()
218 …A5551, .depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info()
231 …65_A8, .depth = 24, .num_planes = 2, .cpp = { 2, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info()
232 …65_A8, .depth = 24, .num_planes = 2, .cpp = { 2, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info()
[all …]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb.c48 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
50 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
56 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
58 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
77 .hsub = 1, .vsub = 1, .has_alpha = true },
80 .hsub = 1, .vsub = 1, .has_alpha = true },
89 .hsub = 1, .vsub = 1, .has_alpha = true },
92 .hsub = 1, .vsub = 1, .has_alpha = true },
101 .hsub = 1, .vsub = 1, .has_alpha = true },
104 .hsub = 1, .vsub = 1, .has_alpha = true },
[all …]
H A Dintel_fbdev.c520 if (!info->depth || info->num_planes != 1 || info->has_alpha || info->is_yuv) in intel_fbdev_color_mode()
H A Dskl_universal_plane.c1025 if (!plane_state->hw.fb->format->has_alpha) in skl_plane_ctl_alpha()
1043 if (!plane_state->hw.fb->format->has_alpha) in glk_plane_color_ctl_alpha()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c588 .has_alpha = true, },
591 .has_alpha = true, },
594 .has_alpha = true, },
601 .has_alpha = true, },
604 .has_alpha = true, },
616 .has_alpha = true, },
619 .has_alpha = true, },
622 .has_alpha = true, },
629 .has_alpha = true, },
632 .has_alpha = true, },
/linux/include/drm/
H A Ddrm_fourcc.h137 bool has_alpha; member
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_disp_ovl.c522 if (blend_mode || state->base.fb->format->has_alpha) in mtk_ovl_layer_config()
531 if (blend_mode == DRM_MODE_BLEND_PIXEL_NONE || !state->base.fb->format->has_alpha) in mtk_ovl_layer_config()
H A Dmtk_ethdr.c192 if ((state->base.fb && !state->base.fb->format->has_alpha) || in mtk_ethdr_layer_config()
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.c627 unsigned int has_alpha = ctx->d_frame.fmt->flags & FMT_HAS_ALPHA; in fimc_ctrls_activate() local
639 v4l2_ctrl_activate(ctrls->alpha, active && has_alpha); in fimc_ctrls_activate()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_vop2_reg.c2025 pixel_alpha_en = fb->format->has_alpha; in vop2_setup_alpha()