[Nouveau] [Bug 98240] Kernel module fails to load on HP Pavilion V3A33AV laptop.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Oct 14 02:27:55 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=98240
--- Comment #6 from Ilia Mirkin <imirkin at alum.mit.edu> ---
I'm looking over the fast logic and it seems like it should have worked. This
debug patch should provide more info on what's going wrong. Mind reinstating
the line in shadowacpi.c and applying the below?
diff --git a/drivers/gpu/drm/nouveau/nouveau_acpi.c
b/drivers/gpu/drm/nouveau/nouveau_acpi.c
--- a/drivers/gpu/drm/nouveau/nouveau_acpi.c
+++ b/drivers/gpu/drm/nouveau/nouveau_acpi.c
@@ -423,7 +423,9 @@ bool nouveau_acpi_rom_supported(struct device *dev)
int nouveau_acpi_get_bios_chunk(uint8_t *bios, int offset, int len)
{
- return nouveau_rom_call(nouveau_dsm_priv.rom_handle, bios, offset,
len);
+ int ret = nouveau_rom_call(nouveau_dsm_priv.rom_handle, bios, offset,
len);
+ printk(KERN_INFO "retrieving _ROM off: 0x%x, len: 0x%x, ret: 0x%x",
offset, len, ret);
+ return ret;
}
void *
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20161014/449d9b7a/attachment-0001.html>
More information about the Nouveau
mailing list