diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2017-01-08 19:22:15 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-21 03:31:23 -0400 |
commit | 9c0c4352726368fca2760b9b9a7d808ce86871c7 (patch) | |
tree | 62c7995ab9874a1b6085f827b831fe7e8950ae22 | |
parent | 754ae7efb383690785265c8e9b032fda63be00ce (diff) |
drm/nouveau/disp/mcp7x: disable dptmds workaround
commit 7dfee6827780d4228148263545af936d0cae8930 upstream.
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>
Cc: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c | 2 |
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 fbb8c7dc18fd..0d65e7f15451 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) | |||
433 | case 0x94: | 433 | case 0x94: |
434 | case 0x96: | 434 | case 0x96: |
435 | case 0x98: | 435 | case 0x98: |
436 | case 0xaa: | ||
437 | case 0xac: | ||
438 | return true; | 436 | return true; |
439 | default: | 437 | default: |
440 | break; | 438 | break; |