commit | 4b95320fc4d21b0ff2f8604305dd6c851aff6096 | [log] [tgz] |
---|---|---|
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | Wed Jan 17 11:07:54 2007 +0800 |
committer | Dave Jones <davej@redhat.com> | Wed Jan 17 00:26:30 2007 -0500 |
tree | e19b8e1c8177ed8a2715f723e278fcd19381807e | |
parent | 7b37b064c294af350c462f77d7a9a44485a93684 [diff] |
[AGPGART] intel_agp: restore graphics device's pci space early in resume 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>