diff mbox

[1/2] drm/radeon: Document that R700 has a different TA status bit than R600

Message ID 20120707140848.949d0976.cand@gmx.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lauri Kasanen July 7, 2012, 11:08 a.m. UTC
Hi

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

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

Patch

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)