https://bugs.freedesktop.org/show_bug.cgi?id=90453
--- Comment #15 from Ilia Mirkin <[email protected]> --- BTW, as per my suggestion in https://bugs.freedesktop.org/show_bug.cgi?id=90276#c11 you can likely "fix" the PDISP errors by changing drivers/gpu/drm/nouveau/nv50_display.c: - if (show && nv_crtc->cursor.nvbo) + if (show && nv_crtc->base.enabled && nv_crtc->cursor.nvbo) However that didn't fix the underlying issues for the other user, and it is likely not to help your hang either, I'm afraid. But perhaps worth a shot? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
