search for: p0ls

Displaying 4 results from an estimated 4 matches for "p0ls".

Did you mean: p0l
2018 Nov 28
0
4.20.0-rc3 nouveau/Quadro P2000 Mobile: runpm causing ACPI errors, lockups
...ower resource \_SB.PCI0.PEG0.PG00 by calling its _OFF method (happens when the root port is runtime suspended). This ends up calling \_SB.PCI0.PGON which calls \_SB.PCI0.PEG0.PEGP.NVPO. The last method looks like this: Method (NVPO, 0, NotSerialized) { While ((\_SB.PCI0.P0LS < 0x03)) { Sleep (One) } So basically it polls P0LS register infinitely if the returned value is less than 3. I suspect this is the issue and it then makes the other like wifi to fail to execute its methods. P0LS comes from this operation region:...
2018 Nov 28
2
4.20.0-rc3 nouveau/Quadro P2000 Mobile: runpm causing ACPI errors, lockups
...ling its _OFF method (happens when the root > port is runtime suspended). This ends up calling \_SB.PCI0.PGON which > calls \_SB.PCI0.PEG0.PEGP.NVPO. > > The last method looks like this: > > Method (NVPO, 0, NotSerialized) > { > While ((\_SB.PCI0.P0LS < 0x03)) > { > Sleep (One) > } > > So basically it polls P0LS register infinitely if the returned value is > less than 3. I suspect this is the issue and it then makes the other > like wifi to fail to execute its methods. > > P...
2018 Nov 28
2
4.20.0-rc3 nouveau/Quadro P2000 Mobile: runpm causing ACPI errors, lockups
On Wed, Nov 28, 2018 at 01:08:57PM +0200, Mika Westerberg wrote: > On Tue, Nov 27, 2018 at 09:49:44PM -0500, Michael S. Tsirkin wrote: > > On Tue, Nov 27, 2018 at 11:36:50AM +0200, Mika Westerberg wrote: > > > +linux-acpi > > > > > > Hi Michael, > > > > > > On Mon, Nov 26, 2018 at 10:53:26PM -0500, Michael S. Tsirkin wrote: > > >
2018 Nov 28
0
4.20.0-rc3 nouveau/Quadro P2000 Mobile: runpm causing ACPI errors, lockups
...root > > port is runtime suspended). This ends up calling \_SB.PCI0.PGON which > > calls \_SB.PCI0.PEG0.PEGP.NVPO. > > > > The last method looks like this: > > > > Method (NVPO, 0, NotSerialized) > > { > > While ((\_SB.PCI0.P0LS < 0x03)) > > { > > Sleep (One) > > } > > > > So basically it polls P0LS register infinitely if the returned value is > > less than 3. I suspect this is the issue and it then makes the other > > like wifi to fail to...