Searched refs:CURSOR_SRC_BLEND_MASK (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/tegra/ | ||
D | dc.h | 347 #define CURSOR_SRC_BLEND_MASK (3 << 8) macro |
D | dc.c | 758 value &= ~CURSOR_SRC_BLEND_MASK; in tegra_cursor_atomic_update() |