diff options
author | Eric Anholt <eric@anholt.net> | 2008-06-09 12:00:14 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-06-09 12:01:51 -0700 |
commit | cc98d41df63f1ee2561440fab3aa471a80a12920 (patch) | |
tree | d2d631f006098f8dcce823bdbd44a5e572d0fd10 /src/i810_reg.h | |
parent | 432d07fb175b385715eb3ccf97a303d2ad7bfe11 (diff) |
Add a little program to dump out the first 64 dwords of the status page.
Diffstat (limited to 'src/i810_reg.h')
-rw-r--r-- | src/i810_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i810_reg.h b/src/i810_reg.h index 279677c7..d8e0cb2c 100644 --- a/src/i810_reg.h +++ b/src/i810_reg.h @@ -491,6 +491,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * - new bits for i810 * - new register hwstam (mask) */ +#define HWS_PGA 0x2080 #define PWRCTXA 0x2088 /* 965GM+ only */ #define PWRCTX_EN (1<<0) #define HWSTAM 0x2098 /* p290 */ |