diff options
author | Eric Anholt <eric@anholt.net> | 2008-07-28 23:14:11 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-07-28 23:14:47 -0700 |
commit | 0e49e49c9f8fdbe77740c1bdcc0cb4102d26bf7a (patch) | |
tree | 514b553d1e26bcc7e9170684c96d38e399faa6cd /shared-core | |
parent | e68b57c17da422f61b34c8221c8f4655c676b925 (diff) |
intel: Fix typo in unused register definition name.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/i915_drv.h | 2 |
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 |