summaryrefslogtreecommitdiff
path: root/shared-core/i915_drv.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-07-28 23:14:11 -0700
committerEric Anholt <eric@anholt.net>2008-07-28 23:14:47 -0700
commit0e49e49c9f8fdbe77740c1bdcc0cb4102d26bf7a (patch)
tree514b553d1e26bcc7e9170684c96d38e399faa6cd /shared-core/i915_drv.h
parente68b57c17da422f61b34c8221c8f4655c676b925 (diff)
intel: Fix typo in unused register definition name.
Diffstat (limited to 'shared-core/i915_drv.h')
-rw-r--r--shared-core/i915_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h
index 9d3a37df..3cd57c21 100644
--- a/shared-core/i915_drv.h
+++ b/shared-core/i915_drv.h
@@ -887,7 +887,7 @@ extern int i915_wait_ring(struct drm_device * dev, int n, const char *caller);
#define ACTHD_I965 0x02074
#define HWS_PGA 0x02080
#define HWS_ADDRESS_MASK 0xfffff000
-#define HWS_START_ADDRES_SHIFT 4
+#define HWS_START_ADDRESS_SHIFT 4
#define IPEIR 0x02088
#define NOPID 0x02094
#define HWSTAM 0x02098