patch-2.4.22 linux-2.4.22/drivers/video/sis/sis_accel.h
Next file: linux-2.4.22/drivers/video/sis/sis_main.c
Previous file: linux-2.4.22/drivers/video/sis/sis_accel.c
Back to the patch index
Back to the overall index
- Lines: 41
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/drivers/video/sis/sis_accel.h
- Orig date:
2003-06-13 07:51:37.000000000 -0700
diff -urN linux-2.4.21/drivers/video/sis/sis_accel.h linux-2.4.22/drivers/video/sis/sis_accel.h
@@ -47,7 +47,7 @@
#define TRAPAZOID_FILL 0x00000005 /* Fill trapezoid */
#define TRANSPARENT_BITBLT 0x00000006 /* Transparent Blit */
-/* Additional engine commands for 310/325 */
+/* Additional engine commands for 315 */
#define ALPHA_BLEND 0x00000007 /* Alpha blend ? */
#define A3D_FUNCTION 0x00000008 /* 3D command ? */
#define CLEAR_Z_BUFFER 0x00000009 /* ? */
@@ -90,11 +90,11 @@
#define NO_RESET_COUNTER 0x00400000
#define NO_LAST_PIXEL 0x00200000
-/* Subfunctions for Color/Enhanced Color Expansion (310/325 only) */
+/* Subfunctions for Color/Enhanced Color Expansion (315 only) */
#define COLOR_TO_MONO 0x00100000
#define AA_TEXT 0x00200000
-/* Some general registers for 310/325 series */
+/* Some general registers for 315 series */
#define SRC_ADDR 0x8200
#define SRC_PITCH 0x8204
#define AGP_BASE 0x8206 /* color-depth dependent value */
@@ -326,7 +326,7 @@
-/* ----------- SiS 310/325 series --------------- */
+/* -------------- SiS 315 series --------------- */
/* Q_STATUS:
bit 31 = 1: All engines idle and all queues empty
@@ -342,7 +342,7 @@
bits 7:0: 2D counter 1
Where is the command queue length (current amount of commands the queue
- can accept) on the 310/325 series? (The current implementation is taken
+ can accept) on the 315 series? (The current implementation is taken
from 300 series and certainly wrong...)
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)