projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c966b62
)
drm/nouveau/disp/mcp7x: disable dptmds workaround
author
Ben Skeggs
<bskeggs@redhat.com>
Mon, 9 Jan 2017 00:22:15 +0000
(10:22 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Tue, 31 Jan 2017 10:05:25 +0000
(20:05 +1000)
The workaround appears to cause regressions on these boards, and from
inspection of RM traces, NVIDIA don't appear to do it on them either.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Tested-by: Roy Spliet <nouveau@spliet.org>
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
b/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
index
567466f
..
0db8efb
100644
(file)
--- 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:
return true;
default:
break;