Home
last modified time | relevance | path

Searched refs:BLEND_CONTROL_DEPENDENT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.c197 background[0] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy()
198 background[1] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy()
210 background[2] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy()
214 background[2] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy()
233 background[i] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy()
240 background[2] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy()
H A Ddc.h692 #define BLEND_CONTROL_DEPENDENT (2 << 2) macro