diff options
author | Alex Deucher <alex@samba.(none)> | 2007-11-29 00:46:23 -0500 |
---|---|---|
committer | Alex Deucher <alex@samba.(none)> | 2007-11-29 00:46:23 -0500 |
commit | 9963b0fe01feb6dd0cb555b874a48f6fa3b255cb (patch) | |
tree | 3aca32c1676b7609c56014e245c3a5825df5784c /src/radeon_reg.h | |
parent | 6c56e3d7655b17e93e8823aefe34b05291104695 (diff) |
RADEON: fix cursor offset on avivo chips
Diffstat (limited to 'src/radeon_reg.h')
-rw-r--r-- | src/radeon_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_reg.h b/src/radeon_reg.h index d3c4e52a..1860fa44 100644 --- a/src/radeon_reg.h +++ b/src/radeon_reg.h @@ -3400,6 +3400,7 @@ #define AVIVO_D1CUR_SURFACE_ADDRESS 0x6408 #define AVIVO_D1CUR_SIZE 0x6410 #define AVIVO_D1CUR_POSITION 0x6414 +#define AVIVO_D1CUR_HOT_SPOT 0x6418 #define AVIVO_D1MODE_VIEWPORT_START 0x6580 #define AVIVO_D1MODE_VIEWPORT_SIZE 0x6584 |