mirror of https://gitee.com/openkylin/linux.git
drm/nouveau: support modesetting on GM107
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
3f204647cd
commit
0b681687fe
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue