Re: [Nouveau] GP106M+Intel Skylake, Kernel 4.10-rc3 : No display on HDMI or DP

2017-01-20 Thread Sylvain Fabre
Le vendredi 13 janvier 2017, 10:35:49 CET Ilia Mirkin a écrit : > > OK. So it sees the monitor, and detects its modes. Can you confirm > that these are *not* listed in xrandr? In your original xrandr paste, > the DP-1/HDMI-1 connectors were listed as disconnected. Perhaps you > ran that xrandr com

[Nouveau] [Bug 94990] [GM204] GTX 970 + 4GB VRAM fails at secboot (v4.6+)

2017-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94990 --- Comment #108 from Yann Golanski --- Any updates on this bug?… I would like to update to F25 but I cannot because of this. ☹ -- You are receiving this mail because: You are the assignee for the bug.___

Re: [Nouveau] NVAC "No Signal"

2017-01-20 Thread poma
On 09.01.2017 19:20, Roy Spliet wrote: > Op 09-01-17 om 00:24 schreef Ben Skeggs: >> On 12/24/2016 07:48 PM, Roy Spliet wrote: >>> I've observed this regression on my NVAC board; a 1920x1080 TV on HDMI >>> (single monitor set-up) gets no signal with Fedora kernels from 4.8. >>> Trace sent to the mm

[Nouveau] [PATCH] drm/nouveau/client: use rb_entry()

2017-01-20 Thread Geliang Tang
To make the code clearer, use rb_entry() instead of container_of() to deal with rbtree. Signed-off-by: Geliang Tang --- drivers/gpu/drm/nouveau/nvkm/core/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nvkm/core/client.c b/drivers/gpu/drm

Re: [Nouveau] [PATCH] drm/nouveau/client: use rb_entry()

2017-01-20 Thread Ben Skeggs
On 01/21/2017 12:36 AM, Geliang Tang wrote: > To make the code clearer, use rb_entry() instead of container_of() to > deal with rbtree. Hey Geliang, Looks good, however, I've already got a patch handling this pending in my tree. Thank you! Ben. > > Signed-off-by: Geliang Tang > --- > drivers/