Re: [Nouveau] [PATCH 2/6] drm/nouveau/core: make use of new strtolower() function

2016-07-03 Thread Alexandre Courbot
On Sun, Jul 3, 2016 at 12:21 AM, Markus Mayer wrote: > On 1 July 2016 at 18:18, Alexandre Courbot wrote: >> On Fri, Jul 1, 2016 at 8:50 AM, Markus Mayer wrote: >>> Call strtolower() rather than walking the string explicitly to

[Nouveau] Displays goes in standby mode on boot when HDMI/DVI used (VM + PCI passthrough)

2016-07-03 Thread thierry DeTheGeek
Hi I have an issue with a Nvidia GeForce 710 graphic card since several weeks, probably related to a bug in Nouveau. Here is my setup : A Computer based on X58 chipset running Proxmox VE 4.x. The graphic card is used by a qemu-kvm virtual machine running Debian 9 testing thanks to PCI

[Nouveau] [Bug 94964] Tearing with opengl-hq and not with opengl on Gnome with MPV

2016-07-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94964 --- Comment #1 from Paviluf --- I still have this problem on Fedora 24 -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the

Re: [Nouveau] [PATCH 1/6] lib: string: add function strtolower()

2016-07-03 Thread Michel Hermier
Le 01/07/2016 à 01:50, Markus Mayer a écrit : Add a function called strtolower() to convert strings to lower case in-place, overwriting the original string. This seems to be a recurring requirement in the kernel that is currently being solved by several duplicated implementations doing the same