Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c0c4352 authored by Ben Skeggs's avatar Ben Skeggs Committed by Greg Kroah-Hartman
Browse files

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: default avatarBen Skeggs <bskeggs@redhat.com>
Tested-by: default avatarRoy Spliet <nouveau@spliet.org>
Cc: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 754ae7ef
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;