aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_reg.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-08-21 10:07:54 +1000
committerDave Airlie <airlied@redhat.com>2009-08-21 10:07:54 +1000
commit17782d99502851dc7e48114ee9c5a6d6741cba18 (patch)
treee1c02cb262e9fc5e7f50d4a6899d13041d4706f0 /drivers/gpu/drm/radeon/radeon_reg.h
parentdrm: Fix sysfs device confusion. (diff)
downloadlinux-dev-17782d99502851dc7e48114ee9c5a6d6741cba18.tar.xz
linux-dev-17782d99502851dc7e48114ee9c5a6d6741cba18.zip
drm/radeon/kms: add r100/r200 OQ support.
This adds the relocation necessary for OQ support on the r100/r200 chipsets. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/radeon/radeon_reg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_reg.h b/drivers/gpu/drm/radeon/radeon_reg.h
index 5a098f304edb..5834497b366d 100644
--- a/drivers/gpu/drm/radeon/radeon_reg.h
+++ b/drivers/gpu/drm/radeon/radeon_reg.h
@@ -2337,6 +2337,9 @@
# define RADEON_RE_WIDTH_SHIFT 0
# define RADEON_RE_HEIGHT_SHIFT 16
+#define RADEON_RB3D_ZPASS_DATA 0x3290
+#define RADEON_RB3D_ZPASS_ADDR 0x3294
+
#define RADEON_SE_CNTL 0x1c4c
# define RADEON_FFACE_CULL_CW (0 << 0)
# define RADEON_FFACE_CULL_CCW (1 << 0)