summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/r300_reg.h
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2009-04-07 22:20:58 +0000
committerrnoland <rnoland@FreeBSD.org>2009-04-07 22:20:58 +0000
commitf5751c34ee5affa9aba22473f08b33d6fb686322 (patch)
treea8c9baf89cd58a7bbe0f415dee3cf527b79dcb7a /sys/dev/drm/r300_reg.h
parentb2a611f93a1bd1f74b0f463a784f9e3f364760ea (diff)
downloadFreeBSD-src-f5751c34ee5affa9aba22473f08b33d6fb686322.zip
FreeBSD-src-f5751c34ee5affa9aba22473f08b33d6fb686322.tar.gz
Add regs required for occlusion queries support
Submitted by: Maciej Cencora <m.cencora@gmail.com> MFC after: 3 days
Diffstat (limited to 'sys/dev/drm/r300_reg.h')
-rw-r--r--sys/dev/drm/r300_reg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/drm/r300_reg.h b/sys/dev/drm/r300_reg.h
index c92779e..928440f 100644
--- a/sys/dev/drm/r300_reg.h
+++ b/sys/dev/drm/r300_reg.h
@@ -1776,6 +1776,11 @@ __FBSDID("$FreeBSD$");
#define R500_RB3D_COLOR_CLEAR_VALUE_AR 0x46c0
#define R500_RB3D_CONSTANT_COLOR_AR 0x4ef8
+#define R300_SU_REG_DEST 0x42c8
+#define RV530_FG_ZBREG_DEST 0x4be8
+#define R300_ZB_ZPASS_DATA 0x4f58
+#define R300_ZB_ZPASS_ADDR 0x4f5c
+
#endif /* _R300_REG_H */
/* *INDENT-ON* */
OpenPOWER on IntegriCloud