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

Emil Velikov <emil.l.veli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.freedesktop.or
                   |                            |g/show_bug.cgi?id=58087

--- Comment #6 from Emil Velikov <emil.l.veli...@gmail.com> ---
Appears to be failing in nouveau_display.c

nouveau_display_create(struct drm_device *dev)
...
296:    disp = drm->display = kzalloc(sizeof(*disp), GFP_KERNEL);
    if (!disp)
        return -ENOMEM;
...

See
https://bugzilla.kernel.org/show_bug.cgi?id=51301
https://lkml.org/lkml/2012/11/27/486

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to