[Nouveau] [Bug 103351] Nouveau fails when booting with a screen connected to displayport since 13a86519202c5d119d83640d6f781f3181205d2c
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue May 8 18:23:29 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=103351
--- Comment #7 from Ilia Mirkin <imirkin at alum.mit.edu> ---
Just something I noticed... does this help? (Obviously without a revert
applied.)
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gm200.c
b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gm200.c
index a23c5f315221..ff94c6cb9a29 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gm200.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gm200.c
@@ -26,7 +26,7 @@
static const struct nvkm_i2c_func
gm200_i2c = {
- .pad_x_new = gf119_i2c_pad_x_new,
+ .pad_x_new = gm200_i2c_pad_x_new,
.pad_s_new = gm200_i2c_pad_s_new,
.aux = 8,
.aux_stat = gk104_aux_stat,
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20180508/1b552eb1/attachment.html>
More information about the Nouveau
mailing list