commit | 0baf823a10bd4131f70e9712d1f02de3c247f1df | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Sat Nov 08 11:44:14 2008 +1000 |
committer | Dave Airlie <airlied@linux.ie> | Tue Nov 11 18:03:28 2008 +1000 |
tree | 1a1593f990d54cf2b5f98fb9e4105f05ea6fe742 | |
parent | afa21e0584f78964c092981fad94e45d38cda249 [diff] |
drm/i915: Move legacy breadcrumb out of the reserved status page area Addresses in the hardware status page below index 0x20 are reserved for use by the hardware. The legacy breadcrumb was sitting at index 5. Move it to index 0x21, and make sure everyone uses the defined value instead of hard-coded constants. Signed-off-by: Keith Packard <keithp@keithp.com> Signed-off-by: Dave Airlie <airlied@linux.ie>