Searched refs:CURSOR_DST_BLEND_MASK (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/tegra/ | ||
D | dc.h | 519 #define CURSOR_DST_BLEND_MASK (3 << 16) macro |
D | dc.c | 911 value &= ~CURSOR_DST_BLEND_MASK; in tegra_cursor_atomic_update() |