[Nouveau] [Bug 90626] HP ZBook 15 nouveau driver hangup for kernel >= 4.1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 2 00:46:47 PST 2015


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

--- Comment #24 from Ilia Mirkin <imirkin at alum.mit.edu> ---
Looks like this bios hard-codes a 4K return size for each bios chunk fetch.
There is a "fast" and a "slow" method in nouveau... the fast one grabs it all
in one go, while the "slow" one does it 4K at a time.

In drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c, try commenting out the
line

                { 0, &nvbios_acpi_fast },

For some reason we're not detecting that it's fetching a bad bios...

-- 
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/20151102/fe302d4d/attachment.html>


More information about the Nouveau mailing list