[Nouveau] [Bug 88514] X segfaults when using prime offloading to nouveau card

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jan 17 01:56:04 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=88514

--- Comment #10 from Chris Wilson <chris at chris-wilson.co.uk> ---
Right, the bug is just that we attempted to dereference a DRI2ScreenPtr on a
GPU screen for which DRI2 was never initialised (due to NoAccel). So we have 2
bugs:

1. The code should be more robust and only add an offload_slave if DRI2 was
enabled on that Screen (or be prepared for lies).

2. Nouveau shouldn't be claiming to be an offload slave if it doesn't support
offloading (due to NoAccel).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20150117/ad160d3b/attachment.html>


More information about the Nouveau mailing list