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

Commit 0b681687 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau: support modesetting on GM107



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 3f204647
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -97,6 +97,7 @@ nouveau_abi16_swclass(struct nouveau_drm *drm)
	case NV_C0:
	case NV_D0:
	case NV_E0:
	case GM100:
		return 0x906e;
	}

+1 −0
Original line number Diff line number Diff line
@@ -488,6 +488,7 @@ nouveau_display_create(struct drm_device *dev)

	if (drm->vbios.dcb.entries) {
		static const u16 oclass[] = {
			GM107_DISP_CLASS,
			NVF0_DISP_CLASS,
			NVE0_DISP_CLASS,
			NVD0_DISP_CLASS,