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

2016-12-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94990 --- Comment #105 from fariou...@yahoo.fr --- Hi, I'm joining the group of gtx970 4GB owners who have issues with nouveau :) I've applied 0001-nvkm_gpuobj-size-is-smaller-then-nvkm_gpuobj-size-ca.patch and now I have at least a console. However,

Re: [Nouveau] [PATCH] drm/nouveau: Drop superfluous DRM_SWITCH_POWER_DYNAMIC_OFF checks

2016-12-18 Thread Lukas Wunner
Hi Ben, On Wed, Dec 14, 2016 at 08:00:16PM +0100, Lukas Wunner wrote: > On Tue, Nov 08, 2016 at 09:29:38PM +0100, Peter Wu wrote: > > On Tue, Nov 08, 2016 at 12:57:00PM +0100, Lukas Wunner wrote: > > > nouveau's ->suspend and ->resume callbacks are currently skipped if the > > > device's status

Re: [Nouveau] [PATCH] drm/nouveau: use designated initializers

2016-12-18 Thread Daniel Vetter
On Fri, Dec 16, 2016 at 05:04:42PM -0800, Kees Cook wrote: > Prepare to mark sensitive kernel structures for randomization by making > sure they're using designated initializers. These were identified during > allyesconfig builds of x86, arm, and arm64, with most initializer fixes > extracted from