Re: [Nouveau] [PATCH] drm/nouveau: Fix drm poll_helper handling

2017-05-15 Thread Lyude Paul
Good catch! Reviewed-by: Lyude On Mon, 2017-05-15 at 12:04 +0300, Peter Ujfalusi wrote: > Commit cae9ff036eea effectively disabled the drm poll_helper by > checking > the wrong flag to see if the driver should enable the poll or not: > mode_config.poll_enabled is only set to true by poll_init an

[Nouveau] [Bug 91413] fan alarm timer/update called from interrupt in an infinite loop

2017-05-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91413 --- Comment #15 from Ilia Mirkin --- Ben took some time to debug what was going on, you can give https://cgit.freedesktop.org/~airlied/linux/log/?h=drm-next a shot. It contains the relevant commits. I haven't tested it myself yet though. (Also,

Re: [Nouveau] GP10x failures on 4.12rc1

2017-05-15 Thread Max Ehrlich
Actually, I just forgot to include the latest linux-firmware, so now that error is replaced with a new error. It appears I am seeing the same EDID error reported here: https://lists.freedesktop.org/archives/nouveau/2017-May/027914.html (I think). On Sun, May 14, 2017 at 3:09 PM Max Ehrlich wrot

Re: [Nouveau] [PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations

2017-05-15 Thread Benjamin Tissoires
Hi Lv, I am trying to reduce the number of parallel discussion we have on the same subject, but there is something here I can't let you have. On Fri, May 12, 2017 at 8:08 AM, Zheng, Lv wrote: > Hi, > > If my previous reply is not persuasive enough. > Let me do that in a different way. > >> From:

Re: [Nouveau] [PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations

2017-05-15 Thread Benjamin Tissoires
Hi Lv, On Mon, May 15, 2017 at 5:55 AM, Zheng, Lv wrote: > Hi, Benjamin > >> From: linux-acpi-ow...@vger.kernel.org >> [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Benjamin >> Tissoires >> Subject: Re: [PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() >> invocations >> >> Hi Lv, >

Re: [Nouveau] [PATCH v1] ACPI: Switch to use generic UUID API

2017-05-15 Thread Mathias Nyman
diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c index 7b86508ac8cf..93b4f0de9418 100644 --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c @@ -210,13 +210,12 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) #ifdef CONFIG_ACPI

[Nouveau] [PATCH] drm/nouveau: Fix drm poll_helper handling

2017-05-15 Thread Peter Ujfalusi
Commit cae9ff036eea effectively disabled the drm poll_helper by checking the wrong flag to see if the driver should enable the poll or not: mode_config.poll_enabled is only set to true by poll_init and it is not indicating if the poll is enabled or not. nouveau_display_create() will initialize the

Re: [Nouveau] [PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations

2017-05-15 Thread Benjamin Tissoires
On Tue, May 9, 2017 at 9:02 AM, Lv Zheng wrote: > Since notification side has been changed to always notify kernel listeners > using _LID returning value. Now listeners needn't invoke acpi_lid_open(), > it should use a spec suggested control method lid device usage model: > register lid notificati

Re: [Nouveau] [Intel-gfx] [PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations

2017-05-15 Thread Benjamin Tissoires
On Mon, May 15, 2017 at 10:42 AM, Jani Nikula wrote: > On Mon, 15 May 2017, Benjamin Tissoires wrote: >> I'll answer everything in the other thread, where there are slightly >> more other points raised: https://lkml.org/lkml/2017/5/15/10 > > If you are discussing changes impacting i915, please ke

Re: [Nouveau] [PATCH v1] ACPI: Switch to use generic UUID API

2017-05-15 Thread Felipe Balbi
Hi, Andy Shevchenko writes: > acpi_evaluate_dsm() and friends take a pointer to a raw buffer of 16 > bytes. Instead we convert them to use uuid_le type. At the same time we > convert current users. > > acpi_str_to_uuid() becomes useless after the conversion and it's safe to > get rid of it. > >

Re: [Nouveau] [PATCH v1] ACPI: Switch to use generic UUID API

2017-05-15 Thread Zhang Rui
On Thu, 2017-05-04 at 12:21 +0300, Andy Shevchenko wrote: > acpi_evaluate_dsm() and friends take a pointer to a raw buffer of 16 > bytes. Instead we convert them to use uuid_le type. At the same time > we > convert current users. > > acpi_str_to_uuid() becomes useless after the conversion and it's

[Nouveau] GP10x failures on 4.12rc1

2017-05-15 Thread Max Ehrlich
I have two nvidia pascal cards on my machine, a GP107M (GeForce GTK 1050 Mobile) and a GP104 (GTX 1080 connected via thunderbolt). With 4.12 RC1 (which I understand to include signed firmware from nVidia) neither of these cards work. Here is the output from demsg when I modprobe nouveau. [ 112.5

Re: [Nouveau] [Intel-gfx] [PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations

2017-05-15 Thread Jani Nikula
On Mon, 15 May 2017, Benjamin Tissoires wrote: > On Mon, May 15, 2017 at 10:42 AM, Jani Nikula > wrote: >> On Mon, 15 May 2017, Benjamin Tissoires wrote: >>> I'll answer everything in the other thread, where there are slightly >>> more other points raised: https://lkml.org/lkml/2017/5/15/10 >> >

Re: [Nouveau] [Intel-gfx] [PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations

2017-05-15 Thread Jani Nikula
On Mon, 15 May 2017, Benjamin Tissoires wrote: > I'll answer everything in the other thread, where there are slightly > more other points raised: https://lkml.org/lkml/2017/5/15/10 If you are discussing changes impacting i915, please keep intel-gfx list in the loop. Thanks, Jani. -- Jani Niku