Home
last modified time | relevance | path

Searched refs:has_alpha (Results 1 – 7 of 7) 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/include/drm/
H A Ddrm_fourcc.h137 bool has_alpha; member
/linux/drivers/gpu/drm/vc4/
H A Dvc4_plane.c738 if (info->has_alpha) in vc4_lbm_components()
772 if (state->alpha != DRM_BLEND_ALPHA_OPAQUE && info->has_alpha) in vc4_lbm_channel_size()
1132 if (!state->fb->format->has_alpha) in vc4_hvs4_get_alpha_blend_mode()
1163 if (!state->fb->format->has_alpha) in vc4_hvs5_get_alpha_blend_mode()
1195 (!state->fb->format->has_alpha || in vc4_hvs6_get_alpha_mask_mode()
1480 fb->format->has_alpha; in vc4_plane_mode_set()
1684 vc4_state->needs_bg_fill = fb->format->has_alpha || !covers_screen || in vc4_plane_mode_set()
1946 fb->format->has_alpha; in vc6_plane_mode_set()
2101 vc4_state->needs_bg_fill = fb->format->has_alpha || !covers_screen || in vc6_plane_mode_set()
/linux/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_plane.c453 if (format->has_alpha) in atmel_hlcdc_plane_update_general_settings()
488 if (format->has_alpha) in atmel_xlcdc_plane_update_general_settings()
679 ovl_s->fb->format->has_alpha || in atmel_hlcdc_plane_prepare_disc_area()
824 hstate->base.fb->format->has_alpha)) in atmel_hlcdc_plane_atomic_check()
/linux/drivers/gpu/drm/arm/
H A Dmalidp_planes.c597 fb->format->has_alpha) in malidp_de_plane_check()
872 } else if (new_state->fb->format->has_alpha) { in malidp_de_plane_update()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_ethdr.c192 if ((state->base.fb && !state->base.fb->format->has_alpha) || in mtk_ethdr_layer_config()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c1050 if (fb->format->has_alpha && win_index > 0) { in vop_plane_atomic_update()