Re: [Nouveau] [PATCH v3 4/4] drm/nouveau: Move PBN and VCPI allocation into nv50_head_atom

2019-02-04 Thread Ben Skeggs
On Sat, 2 Feb 2019 at 10:20, Lyude Paul wrote: > > Atomic checks should never modify anything outside of the state that > they're passed in. Unfortunately this appears to be exactly what we're > doing in nv50_msto_atomic_check() where we update mstc->pbn every time > the function is called. This

[Nouveau] [Bug 100567] Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]

2019-02-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100567 --- Comment #24 from ken...@gmail.com --- Happened another 3 times. Logs and stack traces: - https://gist.github.com/kenorb/9e6537747630f72bf7cc4a5afcc288a7 - https://gist.github.com/kenorb/0e85a737488ad8c294d70dd83d2bcd13 -

[Nouveau] [Bug 100446] Backlight control not working on Pascal / GP106 using nouveau drivers

2019-02-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100446 Ilia Mirkin changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

Re: [Nouveau] [PATCH v3 3/4] drm/atomic: Add drm_atomic_state->duplicated

2019-02-04 Thread Daniel Vetter
On Fri, Feb 01, 2019 at 07:20:03PM -0500, Lyude Paul wrote: > Since > > commit 39b50c603878 ("drm/atomic_helper: Stop modesets on unregistered > connectors harder") > > We've been failing atomic checks if they try to enable new displays on > unregistered connectors. This is fine except for the

Re: [Nouveau] [PATCH v2 3/4] drm/atomic: Add drm_atomic_state->duplicated

2019-02-04 Thread Daniel Vetter
On Fri, Feb 01, 2019 at 05:41:58PM -0500, Lyude Paul wrote: > Important! below > > On Fri, 2019-02-01 at 18:57 +0100, Daniel Vetter wrote: > > On Thu, Jan 31, 2019 at 08:14:50PM -0500, Lyude Paul wrote: > > > Since > > > > > > commit 39b50c603878 ("drm/atomic_helper: Stop modesets on