Home
last modified time | relevance | path

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

12

/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 Dintel_fbc.c1697 fb->format->has_alpha) { in intel_fbc_check_plane()
/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/drivers/gpu/drm/kmb/
H A Dkmb_plane.c310 int has_alpha = state->fb->format->has_alpha; in kmb_plane_set_alpha() local
315 if (has_alpha) { in kmb_plane_set_alpha()
333 if (plane_alpha == DRM_BLEND_ALPHA_OPAQUE && !has_alpha) { in kmb_plane_set_alpha()
/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()
H A Dvc4_txp.c325 if (fb->format->has_alpha) in vc4_txp_connector_atomic_commit()
/linux/include/drm/
H A Ddrm_fourcc.h137 bool has_alpha; member
/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/hisilicon/kirin/
H A Dkirin_drm_ade.c645 bool has_alpha = has_Alpha_channel(fmt); in ade_get_blending_params() local
650 if (has_alpha && glb_alpha < 255) in ade_get_blending_params()
652 else if (has_alpha) in ade_get_blending_params()
/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_mdp_rdma.c195 if (!csc_enable && fmt_info->has_alpha) in mtk_mdp_rdma_config()
H A Dmtk_ethdr.c192 if ((state->base.fb && !state->base.fb->format->has_alpha) || in mtk_ethdr_layer_config()
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_backend.c515 if (fb->format->has_alpha || (plane_state->alpha != DRM_BLEND_ALPHA_OPAQUE)) in sun4i_backend_atomic_check()
587 if (fb->format->has_alpha || (p_state->alpha != DRM_BLEND_ALPHA_OPAQUE)) in sun4i_backend_atomic_check()
/linux/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-plane.c602 !fb->format->has_alpha, 0xff, in ipu_plane_atomic_update()
611 !fb->format->has_alpha, 0xff, in ipu_plane_atomic_update()
/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-dtg.c281 if (!format->has_alpha || alpha != 255) in dcss_dtg_plane_alpha_set()
/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/ingenic/
H A Dingenic-drm-drv.c69 bool has_alpha; member
1376 if (soc_info->has_alpha) in ingenic_drm_bind()
1611 .has_alpha = true,
/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/exynos/
H A Dexynos5433_drm_decon.c330 if (fb->format->has_alpha) in decon_win_set_pixfmt()
H A Dexynos_mixer.c617 if (fb->format->has_alpha) in mixer_graph_buffer()
H A Dexynos_drm_fimd.c674 if (fb->format->has_alpha) in fimd_win_set_pixfmt()
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline_state.c852 if (!fb->format->has_alpha) in komeda_complete_data_flow_cfg()
/linux/drivers/gpu/drm/stm/
H A Dltdc.c1337 if (!fb->format->has_alpha) in ltdc_plane_atomic_update()

12