Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/drm/
H A Dmga_drm.h56 #define MGA_T2 0x8 /* multitexture */ macro
66 #define MGA_WARP_T2GZ (MGA_T2)
67 #define MGA_WARP_T2GZF (MGA_T2|MGA_F)
68 #define MGA_WARP_T2GZA (MGA_T2|MGA_A)
69 #define MGA_WARP_T2GZAF (MGA_T2|MGA_A|MGA_F)
70 #define MGA_WARP_T2GZS (MGA_T2|MGA_S)
71 #define MGA_WARP_T2GZSF (MGA_T2|MGA_S|MGA_F)
72 #define MGA_WARP_T2GZSA (MGA_T2|MGA_S|MGA_A)
73 #define MGA_WARP_T2GZSAF (MGA_T2|MGA_S|MGA_F|MGA_A)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H A Dmga_drm.h17 #define MGA_T2 0x8 macro
26 #define MGA_WARP_T2GZ (MGA_T2)
27 #define MGA_WARP_T2GZF (MGA_T2|MGA_F)
28 #define MGA_WARP_T2GZA (MGA_T2|MGA_A)
29 #define MGA_WARP_T2GZAF (MGA_T2|MGA_A|MGA_F)
30 #define MGA_WARP_T2GZS (MGA_T2|MGA_S)
31 #define MGA_WARP_T2GZSF (MGA_T2|MGA_S|MGA_F)
32 #define MGA_WARP_T2GZSA (MGA_T2|MGA_S|MGA_A)
33 #define MGA_WARP_T2GZSAF (MGA_T2|MGA_S|MGA_F|MGA_A)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Dmga_drm.h30 #define MGA_T2 0x8 macro
39 #define MGA_WARP_T2GZ (MGA_T2)
40 #define MGA_WARP_T2GZF (MGA_T2 | MGA_F)
41 #define MGA_WARP_T2GZA (MGA_T2 | MGA_A)
42 #define MGA_WARP_T2GZAF (MGA_T2 | MGA_A | MGA_F)
43 #define MGA_WARP_T2GZS (MGA_T2 | MGA_S)
44 #define MGA_WARP_T2GZSF (MGA_T2 | MGA_S | MGA_F)
45 #define MGA_WARP_T2GZSA (MGA_T2 | MGA_S | MGA_A)
46 #define MGA_WARP_T2GZSAF (MGA_T2 | MGA_S | MGA_F | MGA_A)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Dmga_drm.h30 #define MGA_T2 0x8 macro
39 #define MGA_WARP_T2GZ (MGA_T2)
40 #define MGA_WARP_T2GZF (MGA_T2 | MGA_F)
41 #define MGA_WARP_T2GZA (MGA_T2 | MGA_A)
42 #define MGA_WARP_T2GZAF (MGA_T2 | MGA_A | MGA_F)
43 #define MGA_WARP_T2GZS (MGA_T2 | MGA_S)
44 #define MGA_WARP_T2GZSF (MGA_T2 | MGA_S | MGA_F)
45 #define MGA_WARP_T2GZSA (MGA_T2 | MGA_S | MGA_A)
46 #define MGA_WARP_T2GZSAF (MGA_T2 | MGA_S | MGA_F | MGA_A)
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/
H A Dmga_state.c264 if (pipe & MGA_T2) { in mga_g400_emit_pipe()
274 if (dev_priv->warp_pipe & MGA_T2) { in mga_g400_emit_pipe()
352 int multitex = sarea_priv->warp_pipe & MGA_T2; in mga_g400_emit_state()

Completed in 5 milliseconds