summaryrefslogtreecommitdiff
path: root/libxvmc/viaLowLevelPro.c
diff options
context:
space:
mode:
authorThomas Hellström <thomas@shipmail.org>2006-10-29 18:49:29 +0000
committerThomas Hellström <thomas@shipmail.org>2006-10-29 18:49:29 +0000
commit7150837570bb2b7fe83065f3e4baad265d119438 (patch)
tree67d644a832ed99b60337510f44536bb4623f177a /libxvmc/viaLowLevelPro.c
parente3f4b3c60669a8a8d1320d1e2649f849fe346269 (diff)
Via managed to mix up the 2D / 3D engine busy status bits.
Funny we never noticed this before.
Diffstat (limited to 'libxvmc/viaLowLevelPro.c')
-rw-r--r--libxvmc/viaLowLevelPro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxvmc/viaLowLevelPro.c b/libxvmc/viaLowLevelPro.c
index 5fe3ab5..aff4d5a 100644
--- a/libxvmc/viaLowLevelPro.c
+++ b/libxvmc/viaLowLevelPro.c
@@ -197,8 +197,8 @@ typedef struct _XvMCLowLevel
#define VIA_VR_QUEUE_BUSY 0x00020000 /* Virtual Queue is busy */
#define VIA_CMD_RGTR_BUSY 0x00000080 /* Command Regulator is busy */
-#define VIA_2D_ENG_BUSY 0x00000001 /* 2D Engine is busy */
-#define VIA_3D_ENG_BUSY 0x00000002 /* 3D Engine is busy */
+#define VIA_2D_ENG_BUSY 0x00000002 /* 2D Engine is busy */
+#define VIA_3D_ENG_BUSY 0x00000001 /* 3D Engine is busy */
#define VIA_GEM_8bpp 0x00000000
#define VIA_GEM_16bpp 0x00000100
#define VIA_GEM_32bpp 0x00000300