[Nouveau] [Bug 100860] Dual Monitor display problem, after switching screen positions, with 4.10 Kernels

2017-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100860 --- Comment #2 from Ben Skeggs --- Give this commit a try :) https://github.com/skeggsb/nouveau/commit/05f6b91406a382af7d16d6306034c6859afc3eaf -- You are receiving this mail because: You are the assignee for the

[Nouveau] [Bug 91632] Assert in nouveau_pushbuf_data

2017-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91632 --- Comment #12 from Andrey --- Same here with qupzilla. But Chromium is working fine. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

Re: [Nouveau] [PATCH v5 3/5] nouveau_hwmon: Remove old code, add .write/.read operations

2017-05-01 Thread Martin Peres
On 26/04/17 19:46, Oscar Salvador wrote: > This patch removes old code related to the old api and transforms the > functions for the new api. It also adds the .write and .read operations. > > Signed-off-by: Oscar Salvador > --- >

Re: [Nouveau] [PATCH v5 2/5] nouveau_hwmon: Add nouveau_hwmon_ops structure with .is_visible/.read_string

2017-05-01 Thread Martin Peres
On 26/04/17 19:46, Oscar Salvador wrote: > This patch introduces the nouveau_hwmon_ops structure, sets up > .is_visible and .read_string operations and adds all the functions > for these operations. > This is also a preparation for the next patches, where most of the > work is being done. > This

Re: [Nouveau] [PATCH v5 5/5] nouveau_hwmon: Change permissions to numeric

2017-05-01 Thread Martin Peres
On 26/04/17 19:46, Oscar Salvador wrote: > This patch replaces the symbolic permissions with the numeric ones, > and adds me to the authors too. > > Signed-off-by: Oscar Salvador > --- > drivers/gpu/drm/nouveau/nouveau_hwmon.c | 14 +++--- > 1 file

Re: [Nouveau] [PATCH v5 4/5] nouveau_hwmon: Add support for auto_point attributes

2017-05-01 Thread Martin Peres
The name of the patch is misleading since you also add support for pwm1_min/max. Could you add change the title to "nouveau/hwmon: expose the auto_point and pwm_min/max attrs"? And while you are at it, please change every commit title to nouveau/hwmon instead of nouveau_hwmon. On 26/04/17 19:46,