Searched refs:CURSOR_DST_BLEND_FACTOR_SELECT (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/arm/nvidia/drm2/
H A Dtegra_dc_reg.h279 #define CURSOR_DST_BLEND_FACTOR_SELECT(x) (((x) & 0x3) << 16) macro
H A Dtegra_dc.c1033 val &= ~CURSOR_DST_BLEND_FACTOR_SELECT(~0);
1036 val |= CURSOR_DST_BLEND_FACTOR_SELECT(DST_NEG_K1_TIMES_SRC);

Completed in 105 milliseconds