search for: pme_turn_off

Displaying 6 results from an estimated 6 matches for "pme_turn_off".

2019 Nov 20
4
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
...n the device is > > put into D3cold. All of that is implemented as form of ACPI methods that > > pretty much do the hardware specific things that are outside of PCIe > > spec to get the device into D3cold. At high level the _OFF() method > > causes the root port to broadcast PME_Turn_Off message that results the > > link to enter L2/3 ready, it then asserts PERST, configures WAKE (both > > can be GPIOs) and finally removes power (if the link goes into L3, > > otherwise it goes into L2). > > > > I think this is where the problem actually lies - the ASL...
2019 Nov 20
0
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
...osed to turn off when the device is > put into D3cold. All of that is implemented as form of ACPI methods that > pretty much do the hardware specific things that are outside of PCIe > spec to get the device into D3cold. At high level the _OFF() method > causes the root port to broadcast PME_Turn_Off message that results the > link to enter L2/3 ready, it then asserts PERST, configures WAKE (both > can be GPIOs) and finally removes power (if the link goes into L3, > otherwise it goes into L2). > > I think this is where the problem actually lies - the ASL methods that > are use...
2019 Nov 20
0
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
...> > put into D3cold. All of that is implemented as form of ACPI methods that > > > pretty much do the hardware specific things that are outside of PCIe > > > spec to get the device into D3cold. At high level the _OFF() method > > > causes the root port to broadcast PME_Turn_Off message that results the > > > link to enter L2/3 ready, it then asserts PERST, configures WAKE (both > > > can be GPIOs) and finally removes power (if the link goes into L3, > > > otherwise it goes into L2). > > > > > > I think this is where the problem...
2019 Nov 20
1
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
...that the OS is supposed to turn off when the device is put into D3cold. All of that is implemented as form of ACPI methods that pretty much do the hardware specific things that are outside of PCIe spec to get the device into D3cold. At high level the _OFF() method causes the root port to broadcast PME_Turn_Off message that results the link to enter L2/3 ready, it then asserts PERST, configures WAKE (both can be GPIOs) and finally removes power (if the link goes into L3, otherwise it goes into L2). I think this is where the problem actually lies - the ASL methods that are used to put the device into D3co...
2019 Nov 20
3
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
...into D3cold. All of that is implemented as form of ACPI methods that > > > > pretty much do the hardware specific things that are outside of PCIe > > > > spec to get the device into D3cold. At high level the _OFF() method > > > > causes the root port to broadcast PME_Turn_Off message that results the > > > > link to enter L2/3 ready, it then asserts PERST, configures WAKE (both > > > > can be GPIOs) and finally removes power (if the link goes into L3, > > > > otherwise it goes into L2). > > > > > > > > I think...
2019 Nov 19
3
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
On Tue, Nov 19, 2019 at 10:50 PM Bjorn Helgaas <helgaas at kernel.org> wrote: > > [+cc Dave] > > On Thu, Oct 17, 2019 at 02:19:01PM +0200, Karol Herbst wrote: > > Fixes state transitions of Nvidia Pascal GPUs from D3cold into higher device > > states. > > > > v2: convert to pci_dev quirk > > put a proper technical explanation of the issue as a