提交 08da3f41 编写于 作者: D Dave Jones

[AGPGART] Add suspend callback for i965

Signed-off-by: NDave Jones <davej@redhat.com>
上级 c14635eb
......@@ -1924,6 +1924,8 @@ static int agp_intel_resume(struct pci_dev *pdev)
intel_i830_configure();
else if (bridge->driver == &intel_810_driver)
intel_i810_configure();
else if (bridge->driver == &intel_i965_driver)
intel_i915_configure();
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册