summaryrefslogtreecommitdiff
path: root/nouveau/private.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-11-23 12:40:30 +1000
committerBen Skeggs <bskeggs@redhat.com>2013-01-16 19:48:49 +1000
commitc41b494c47f8e514e69cb8c2f2ace41d5fa17c94 (patch)
tree1563deb3f0f957dba19cf5328ce4fe15e5f5923d /nouveau/private.h
parent9e6f96a579fc2ed241e9a31a35a5995129ee8f7a (diff)
nouveau: expose channel engine selection on kepler chipsets
v2: Take Maarten Lankhorst's suggestion of nesting the struct to prevent sizeof() issues due to padding on older revisions. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Diffstat (limited to 'nouveau/private.h')
-rw-r--r--nouveau/private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nouveau/private.h b/nouveau/private.h
index b409cc8d..8a5cb261 100644
--- a/nouveau/private.h
+++ b/nouveau/private.h
@@ -113,6 +113,7 @@ nouveau_device_open_existing(struct nouveau_device **, int, int, drm_context_t);
/* abi16.c */
int abi16_chan_nv04(struct nouveau_object *);
int abi16_chan_nvc0(struct nouveau_object *);
+int abi16_chan_nve0(struct nouveau_object *);
int abi16_engobj(struct nouveau_object *);
int abi16_ntfy(struct nouveau_object *);
void abi16_bo_info(struct nouveau_bo *, struct drm_nouveau_gem_info *);