drm/i915: Don't save/restore hardware status page address register
authorZhenyu Wang <zhenyuw@linux.intel.com>
Wed, 2 Mar 2011 05:52:37 +0000 (13:52 +0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 2 Mar 2011 11:26:13 +0000 (11:26 +0000)
It's cleaned before saving and re-initialized after restoring.
So don't need to save/restore it. And also new chip has new address
for hardware status page register, don't write to old address.

Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found