[Nouveau] [Bug 100660] [nouveau] No temperature/voltages/GPU and RAM frequency/fan speed reporting for GTX 1060 6GB

2017-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100660 --- Comment #3 from Rhys Kidd --- Artem: I'm working on getting at least the new temperature sensor subset of this bug report working on the Pascal series. See: https://patchwork.freedesktop.org/patch/174696/ -- You are

[Nouveau] [PATCH v2] drm/nouveau/therm: initial implementation of new gp1xx temperature sensor

2017-08-31 Thread Rhys Kidd
v2: - add nv138 and drop nv13b chipsets (Ilia Mirkin) - refactor out status variable and instead mask tsensor (Ilia Mirkin) - switch SHADOWed state message away from nvkm_error() (Ilia Mirkin) - rename internal temperature variable (Karol Herbst) Signed-off-by: Rhys Kidd

[Nouveau] [Bug 100228] [NV137] bus: MMIO read of 00000000 FAULT at 409800 [ TIMEOUT ]

2017-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100228 Rhys Kidd changed: What|Removed |Added See Also|

[Nouveau] [Bug 101220] [NV137/GP107] xorg-server-1.19.3 crashes when trying to enable HDMI output

2017-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101220 Rhys Kidd changed: What|Removed |Added See Also|

[Nouveau] [PATCH] drm: nouveau: replace magic constant for TASK_COMM_LEN

2017-08-31 Thread Michał Mirosław
Client's name is task_comm + pid: use constant for clarity and prepare for changed TASK_COMM_LEN. Signed-off-by: Michał Mirosław --- drivers/gpu/drm/nouveau/nouveau_drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [Nouveau] [PATCH v5 2/2] nv110/exa: update sched codes

2017-08-31 Thread Aaryaman Vasishta
Hi, Any updates on the review of this patch? Cheers, Aaryaman On Sun, Jul 2, 2017 at 12:37 AM, Aaryaman Vasishta < jem456.vasis...@gmail.com> wrote: > v5: Rebased on depbar removal patch; removed a redundant read dep-bar. > > This patch adds proper delays to maxwell exa shaders. rendercheck

Re: [Nouveau] [RFC PATCH] drm/nouveau/therm: initial implementation of new gp1xx temperature sensor

2017-08-31 Thread Karol Herbst
On Thu, Aug 31, 2017 at 4:55 AM, Rhys Kidd wrote: > Signed-off-by: Rhys Kidd > --- > .../gpu/drm/nouveau/include/nvkm/subdev/therm.h| 1 + > drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 6 +++ >