提交 0b681687 编写于 作者: B Ben Skeggs

drm/nouveau: support modesetting on GM107

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 3f204647
......@@ -97,6 +97,7 @@ nouveau_abi16_swclass(struct nouveau_drm *drm)
case NV_C0:
case NV_D0:
case NV_E0:
case GM100:
return 0x906e;
}
......
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册