From c41b494c47f8e514e69cb8c2f2ace41d5fa17c94 Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Fri, 23 Nov 2012 12:40:30 +1000 Subject: 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 Signed-off-by: Maarten Lankhorst --- nouveau/private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nouveau/private.h') 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 *); -- cgit v1.2.3