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

drm/nouveau: support modesetting on GM107

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 3f204647
...@@ -97,6 +97,7 @@ nouveau_abi16_swclass(struct nouveau_drm *drm) ...@@ -97,6 +97,7 @@ nouveau_abi16_swclass(struct nouveau_drm *drm)
case NV_C0: case NV_C0:
case NV_D0: case NV_D0:
case NV_E0: case NV_E0:
case GM100:
return 0x906e; return 0x906e;
} }
......
...@@ -488,6 +488,7 @@ nouveau_display_create(struct drm_device *dev) ...@@ -488,6 +488,7 @@ nouveau_display_create(struct drm_device *dev)
if (drm->vbios.dcb.entries) { if (drm->vbios.dcb.entries) {
static const u16 oclass[] = { static const u16 oclass[] = {
GM107_DISP_CLASS,
NVF0_DISP_CLASS, NVF0_DISP_CLASS,
NVE0_DISP_CLASS, NVE0_DISP_CLASS,
NVD0_DISP_CLASS, NVD0_DISP_CLASS,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment