drm/i915: Move legacy breadcrumb out of the reserved status page area
authorKeith Packard <keithp@keithp.com>
Sat, 8 Nov 2008 01:44:14 +0000 (11:44 +1000)
committerDave Airlie <airlied@linux.ie>
Tue, 11 Nov 2008 08:03:28 +0000 (18:03 +1000)
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>

No differences found