Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_ethdr.c187 if (state->base.pixel_blend_mode == DRM_MODE_BLEND_PREMULTI) in mtk_ethdr_layer_config()
193 state->base.pixel_blend_mode == DRM_MODE_BLEND_PIXEL_NONE) { in mtk_ethdr_layer_config()
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_wb_connector.c28 dflow->pixel_blend_mode = DRM_MODE_BLEND_PIXEL_NONE; in komeda_wb_init_data_flow()
/linux/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c282 plane_state->pixel_blend_mode = DRM_MODE_BLEND_PREMULTI; in __drm_atomic_helper_plane_state_init()
287 plane_state->pixel_blend_mode = val; in __drm_atomic_helper_plane_state_init()
H A Ddrm_atomic_uapi.c591 state->pixel_blend_mode = val; in drm_atomic_plane_set_property()
688 *val = state->pixel_blend_mode; in drm_atomic_plane_get_property()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/tests/
H A Damdgpu_dm_plane_test.c131 state.pixel_blend_mode = DRM_MODE_BLEND_PIXEL_NONE; in dm_test_fill_blending_defaults()
165 state.pixel_blend_mode = DRM_MODE_BLEND_PREMULTI; in dm_test_fill_blending_premulti_alpha_format()
200 state.pixel_blend_mode = DRM_MODE_BLEND_COVERAGE; in dm_test_fill_blending_coverage_alpha_format()
240 state->pixel_blend_mode = DRM_MODE_BLEND_PIXEL_NONE; in dm_test_fill_blending_global_alpha()
1178 state->pixel_blend_mode = DRM_MODE_BLEND_PIXEL_NONE; in dm_test_fill_blending_global_alpha_dcn42()
/linux/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c1025 switch (plane_state->hw.pixel_blend_mode) { in skl_plane_ctl_alpha()
1033 MISSING_CASE(plane_state->hw.pixel_blend_mode); in skl_plane_ctl_alpha()
1043 switch (plane_state->hw.pixel_blend_mode) { in glk_plane_color_ctl_alpha()
1051 MISSING_CASE(plane_state->hw.pixel_blend_mode); in glk_plane_color_ctl_alpha()
H A Dintel_display_types.h680 u16 pixel_blend_mode; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c113 if (plane_state->pixel_blend_mode == DRM_MODE_BLEND_PREMULTI || in amdgpu_dm_plane_fill_blending_from_plane_state()
114 plane_state->pixel_blend_mode == DRM_MODE_BLEND_COVERAGE) { in amdgpu_dm_plane_fill_blending_from_plane_state()
135 if (*per_pixel_alpha && plane_state->pixel_blend_mode == DRM_MODE_BLEND_COVERAGE) in amdgpu_dm_plane_fill_blending_from_plane_state()
H A Damdgpu_dm.c5759 if (old_other_state->pixel_blend_mode != in should_reset_plane()
5760 new_other_state->pixel_blend_mode) in should_reset_plane()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_vop2_reg.c2016 if (plane->state->pixel_blend_mode == DRM_MODE_BLEND_PREMULTI) in vop2_setup_alpha()