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

--- Comment #6 from poma <[email protected]> ---

$ curl -s
https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/patch-4.10-rc7.xz | xzgrep
-B6 "case 0xa[ac]:"
--- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
@@ -433,8 +433,6 @@ nv50_disp_dptmds_war(struct nvkm_device *device)
        case 0x94:
        case 0x96:
        case 0x98:
-       case 0xaa:
-       case 0xac:

And just in case one more time for 4.10-rc8 :)

$ curl -s
https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/patch-4.10-rc8.xz | xzgrep
-B6 "case 0xa[ac]:"
--- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
@@ -433,8 +433,6 @@ nv50_disp_dptmds_war(struct nvkm_device *device)
        case 0x94:
        case 0x96:
        case 0x98:
-       case 0xaa:
-       case 0xac:

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to