intel: Fix typo in unused register definition name.

main
Eric Anholt 2008-07-28 23:14:11 -07:00
parent e68b57c17d
commit 0e49e49c9f
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ extern int i915_wait_ring(struct drm_device * dev, int n, const char *caller);
#define ACTHD_I965 0x02074 #define ACTHD_I965 0x02074
#define HWS_PGA 0x02080 #define HWS_PGA 0x02080
#define HWS_ADDRESS_MASK 0xfffff000 #define HWS_ADDRESS_MASK 0xfffff000
#define HWS_START_ADDRES_SHIFT 4 #define HWS_START_ADDRESS_SHIFT 4
#define IPEIR 0x02088 #define IPEIR 0x02088
#define NOPID 0x02094 #define NOPID 0x02094
#define HWSTAM 0x02098 #define HWSTAM 0x02098