| /Linux-v4.19/drivers/gpu/drm/ |
| D | drm_fourcc.c | 115 …B4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info() 116 …R4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info() 117 …A4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info() 118 …A4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info() 123 …B1555, .depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info() 124 …R1555, .depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info() 125 …A5551, .depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info() 126 …A5551, .depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info() 135 …65_A8, .depth = 24, .num_planes = 2, .cpp = { 2, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info() 136 …65_A8, .depth = 24, .num_planes = 2, .cpp = { 2, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, in __drm_format_info() [all …]
|
| /Linux-v4.19/include/drm/ |
| D | drm_fourcc.h | 51 bool has_alpha; member
|
| /Linux-v4.19/drivers/gpu/drm/vc4/ |
| D | vc4_plane.c | 620 fb->format->has_alpha; in vc4_plane_mode_set() 625 VC4_SET_FIELD(fb->format->has_alpha ? in vc4_plane_mode_set() 630 (fb->format->has_alpha ? SCALER_POS2_ALPHA_PREMULT : 0) | in vc4_plane_mode_set() 722 vc4_state->needs_bg_fill = fb->format->has_alpha || !covers_screen || in vc4_plane_mode_set()
|
| D | vc4_txp.c | 318 if (fb->format->has_alpha) in vc4_txp_connector_atomic_commit()
|
| /Linux-v4.19/drivers/gpu/drm/sun4i/ |
| D | sun4i_backend.c | 496 if (fb->format->has_alpha || (plane_state->alpha != DRM_BLEND_ALPHA_OPAQUE)) in sun4i_backend_atomic_check() 554 if (plane_states[0]->fb->format->has_alpha || in sun4i_backend_atomic_check() 567 if (fb->format->has_alpha || (p_state->alpha != DRM_BLEND_ALPHA_OPAQUE)) in sun4i_backend_atomic_check()
|
| /Linux-v4.19/drivers/gpu/drm/atmel-hlcdc/ |
| D | atmel_hlcdc_plane.c | 381 if (format->has_alpha) in atmel_hlcdc_plane_update_general_settings() 553 ovl_s->fb->format->has_alpha || in atmel_hlcdc_plane_prepare_disc_area() 756 state->base.fb->format->has_alpha)) in atmel_hlcdc_plane_atomic_check()
|
| /Linux-v4.19/drivers/gpu/drm/hisilicon/kirin/ |
| D | kirin_drm_ade.c | 718 bool has_alpha = has_Alpha_channel(fmt); in ade_get_blending_params() local 723 if (has_alpha && glb_alpha < 255) in ade_get_blending_params() 725 else if (has_alpha) in ade_get_blending_params()
|
| /Linux-v4.19/drivers/gpu/drm/arm/ |
| D | malidp_planes.c | 331 bool format_has_alpha = plane->state->fb->format->has_alpha; in malidp_de_plane_update()
|
| /Linux-v4.19/drivers/media/platform/exynos4-is/ |
| D | fimc-core.c | 652 unsigned int has_alpha = ctx->d_frame.fmt->flags & FMT_HAS_ALPHA; in fimc_ctrls_activate() local 664 v4l2_ctrl_activate(ctrls->alpha, active && has_alpha); in fimc_ctrls_activate()
|
| /Linux-v4.19/drivers/gpu/drm/stm/ |
| D | ltdc.c | 744 if (!fb->format->has_alpha) in ltdc_plane_atomic_update()
|
| /Linux-v4.19/drivers/gpu/drm/exynos/ |
| D | exynos_mixer.c | 619 mixer_cfg_gfx_blend(ctx, win, fb->format->has_alpha); in mixer_graph_buffer()
|
| /Linux-v4.19/drivers/gpu/drm/rockchip/ |
| D | rockchip_drm_vop.c | 799 if (fb->format->has_alpha && win_index > 0) { in vop_plane_atomic_update()
|