Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.h539 #define CURSOR_SRC_BLEND_MASK (3 << 8) macro
H A Ddc.c964 value &= ~CURSOR_SRC_BLEND_MASK; in __tegra_cursor_atomic_update()