[AGPGART] intel_agp: restore graphics device's pci space early in resume
authorWang Zhenyu <zhenyu.z.wang@intel.com>
Wed, 17 Jan 2007 03:07:54 +0000 (11:07 +0800)
committerDave Jones <davej@redhat.com>
Wed, 17 Jan 2007 05:26:30 +0000 (00:26 -0500)
Currently in resuming path graphics device's pci space restore is
behind host bridge, so resume function wrongly accesses graphics
device's space. This makes resuming failure which crashed X.
here's a patch to restore device's pci space early, which makes
resuming ok with X.

Signed-off-by: Wang Zhenyu <zhenyu.z.wang@intel.com>
Signed-off-by: Dave Jones <davej@redhat.com>

No differences found