summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorBen Skeggs2017-01-09 01:22:15 +0100
committerBen Skeggs2017-01-31 11:05:25 +0100
commit7dfee6827780d4228148263545af936d0cae8930 (patch)
tree308780ecb465777d5916a6e4d96b1dfefb8042fc /drivers/gpu
parentdrm/nouveau: prevent userspace from deleting client object (diff)
downloadkernel-qcow2-linux-7dfee6827780d4228148263545af936d0cae8930.tar.gz
kernel-qcow2-linux-7dfee6827780d4228148263545af936d0cae8930.tar.xz
kernel-qcow2-linux-7dfee6827780d4228148263545af936d0cae8930.zip
drm/nouveau/disp/mcp7x: disable dptmds workaround
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>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c b/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
index 567466f93cd5..0db8efbf1c2e 100644
--- 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;