Bjorn Helgaas 7f142022e6 agp/intel: Convert to generic power management
Convert agpgart-intel from legacy PCI power management to the generic power
management framework.

Previously agpgart-intel used legacy PCI power management, and
agp_intel_resume() was responsible for both device-specific things and
generic PCI things like saving and restoring config space and managing
power state.

In this case, agp_intel_suspend() was empty, and agp_intel_resume()
already did only device-specific things, so simply convert it to take a
struct device * instead of a struct pci_dev *.

Based on 0aeddbd0cb07 ("via-agp: convert to generic power management") by
Vaibhav Gupta <vaibhavgupta40@gmail.com>.

Link: https://lore.kernel.org/r/20221025203852.681822-3-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Dave Airlie <airlied@redhat.com>
2022-10-26 11:25:22 -05:00
..
2022-10-10 13:09:33 -07:00
2018-06-05 11:24:55 -07:00
2022-08-04 11:05:48 -07:00
2022-09-23 12:27:57 +02:00
2022-10-11 17:42:58 -06:00
2022-04-22 16:24:47 +02:00