| /linux/drivers/gpu/drm/ |
| H A D | drm_fourcc.c | 207 …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 D | intel_fb.c | 48 .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 D | intel_fbdev.c | 520 if (!info->depth || info->num_planes != 1 || info->has_alpha || info->is_yuv) in intel_fbdev_color_mode()
|
| H A D | skl_universal_plane.c | 1025 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 D | amdgpu_display.c | 588 .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 D | drm_fourcc.h | 137 bool has_alpha; member
|
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_disp_ovl.c | 522 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 D | mtk_ethdr.c | 192 if ((state->base.fb && !state->base.fb->format->has_alpha) || in mtk_ethdr_layer_config()
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-core.c | 627 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 D | rockchip_vop2_reg.c | 2025 pixel_alpha_en = fb->format->has_alpha; in vop2_setup_alpha()
|