https://bugs.freedesktop.org/show_bug.cgi?id=39099
Emil Velikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48986|0 |1 is obsolete| | --- Comment #6 from Emil Velikov <[email protected]> 2011-07-18 16:05:38 PDT --- Created an attachment (id=49279) View: https://bugs.freedesktop.org/attachment.cgi?id=49279 Review: https://bugs.freedesktop.org/review?bug=39099&attachment=49279 Final patch I was not able to oversee the issue while creating the initial patch The issue lies within a missing (or actually 3) brackets, causing incorrect argument to the function xf86IsEntityShared() It must be * xf86IsEntityShared(pScrn->entityList[0]) while currently it is * xf86IsEntityShared(pScrn->entityList[0] || pScrn->confScreen->device->screen == i) Please test Emil -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- 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
