dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/radeon: Document that R700 has a different TA status bit than R600
@ 2012-07-07 11:08 Lauri Kasanen
  0 siblings, 0 replies; only message in thread
From: Lauri Kasanen @ 2012-07-07 11:08 UTC (permalink / raw)
  To: dri-devel

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 --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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-07 11:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-07 11:08 [PATCH 1/2] drm/radeon: Document that R700 has a different TA status bit than R600 Lauri Kasanen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox