summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/engine/dmaobj
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-02-24 14:26:44 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-03-26 14:00:59 +1000
commitc68c29c04c4ff11e51d98b2225c1e3b37ed22996 (patch)
treea906909b2127c9683bda722b700e7dc23b803433 /drivers/gpu/drm/nouveau/core/engine/dmaobj
parentf6bad8abc61b70c484ee4be5ffef6157136a8f40 (diff)
downloadop-kernel-dev-c68c29c04c4ff11e51d98b2225c1e3b37ed22996.zip
op-kernel-dev-c68c29c04c4ff11e51d98b2225c1e3b37ed22996.tar.gz
drm/gm107/disp: initial implementation
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/core/engine/dmaobj')
-rw-r--r--drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c b/drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c
index 944e73a..1cfb3bb 100644
--- a/drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c
+++ b/drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c
@@ -53,6 +53,9 @@ nvd0_dmaobj_bind(struct nouveau_dmaeng *dmaeng,
case NVF0_DISP_MAST_CLASS:
case NVF0_DISP_SYNC_CLASS:
case NVF0_DISP_OVLY_CLASS:
+ case GM107_DISP_MAST_CLASS:
+ case GM107_DISP_SYNC_CLASS:
+ case GM107_DISP_OVLY_CLASS:
break;
default:
return -EINVAL;
OpenPOWER on IntegriCloud