Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-2
-2
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
··· 433 433 case 0x94: 434 434 case 0x96: 435 435 case 0x98: 436 - case 0xaa: 437 - case 0xac: 438 436 return true; 439 437 default: 440 438 break;