Re: [PATCH 0/2] PCI: Ignore hotplug events for dual GPU systems

2014-09-15 Thread Rajat Jain
On Mon, Sep 15, 2014 at 3:53 AM, Dave Airlie wrote: > >> Acked-by: Rafael J. Wysocki > > Acked-by: Dave Airlie Acked-by: Rajat Jain >> >> for both. >> >> > --- >> > >> > Bjorn Helgaas (2): >> > PCI: Add pci_ignore_hotplug() to ignore hotplug events for a device >> > ACPIPHP / rade

Re: [PATCH 0/2] PCI: Ignore hotplug events for dual GPU systems

2014-09-15 Thread Dave Airlie
> Acked-by: Rafael J. Wysocki Acked-by: Dave Airlie > > for both. > > > --- > > > > Bjorn Helgaas (2): > > PCI: Add pci_ignore_hotplug() to ignore hotplug events for a device > > ACPIPHP / radeon / nouveau: Remove acpi_bus_no_hotplug() > > > > > > drivers/acpi/bus.c

Re: [PATCH 0/2] PCI: Ignore hotplug events for dual GPU systems

2014-09-14 Thread Rafael J. Wysocki
On Thursday, September 11, 2014 04:23:54 PM Bjorn Helgaas wrote: > These are intended to resolve problems on dual GPU systems where the radeon > driver becomes unusable because of problems suspending or resuming a GPU. > When the GPU is powered off, we may get hotplug remove events, and we > would

Re: [PATCH 0/2] PCI: Ignore hotplug events for dual GPU systems

2014-09-12 Thread Alex Deucher
On Thu, Sep 11, 2014 at 6:23 PM, Bjorn Helgaas wrote: > These are intended to resolve problems on dual GPU systems where the radeon > driver becomes unusable because of problems suspending or resuming a GPU. > When the GPU is powered off, we may get hotplug remove events, and we > would normally u

[PATCH 0/2] PCI: Ignore hotplug events for dual GPU systems

2014-09-11 Thread Bjorn Helgaas
These are intended to resolve problems on dual GPU systems where the radeon driver becomes unusable because of problems suspending or resuming a GPU. When the GPU is powered off, we may get hotplug remove events, and we would normally unbind the driver and destroy the pci_dev. But in this case, t