Hi

This info comes from r600_demo, and was confirmed correct on a RV710.

Signed-off-by: Lauri Kasanen <c...@gmx.com>
---
 drivers/gpu/drm/radeon/r600d.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/gpu/drm/radeon/r600d.h b/drivers/gpu/drm/radeon/r600d.h
index 025fd5b..b818a5c 100644
--- a/drivers/gpu/drm/radeon/r600d.h
+++ b/drivers/gpu/drm/radeon/r600d.h
@@ -1192,6 +1192,7 @@
 #define                S_008010_VC_BUSY(x)                     (((x) & 1) << 
11)
 #define                S_008010_DB03_CLEAN(x)                  (((x) & 1) << 
12)
 #define                S_008010_CB03_CLEAN(x)                  (((x) & 1) << 
13)
+#define                S_008010_R700_TA03_BUSY(x)              (((x) & 1) << 
14)
 #define                S_008010_VGT_BUSY_NO_DMA(x)             (((x) & 1) << 
16)
 #define                S_008010_VGT_BUSY(x)                    (((x) & 1) << 
17)
 #define                S_008010_TA03_BUSY(x)                   (((x) & 1) << 
18)
-- 
1.7.2.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to