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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Dmga_drm.h50 #define MGA_T2 0x8 /* multitexture */ macro
60 #define MGA_WARP_T2GZ (MGA_T2)
61 #define MGA_WARP_T2GZF (MGA_T2|MGA_F)
62 #define MGA_WARP_T2GZA (MGA_T2|MGA_A)
63 #define MGA_WARP_T2GZAF (MGA_T2|MGA_A|MGA_F)
64 #define MGA_WARP_T2GZS (MGA_T2|MGA_S)
65 #define MGA_WARP_T2GZSF (MGA_T2|MGA_S|MGA_F)
66 #define MGA_WARP_T2GZSA (MGA_T2|MGA_S|MGA_A)
67 #define MGA_WARP_T2GZSAF (MGA_T2|MGA_S|MGA_F|MGA_A)
H A Dmga_state.c267 if (pipe & MGA_T2) {
277 if (dev_priv->warp_pipe & MGA_T2) {
355 int multitex = sarea_priv->warp_pipe & MGA_T2;

Completed in 54 milliseconds