aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'nouveau/abi16.c')
-rw-r--r--nouveau/abi16.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/nouveau/abi16.c b/nouveau/abi16.c
index ae13821b..538f3a73 100644
--- a/nouveau/abi16.c
+++ b/nouveau/abi16.c
@@ -33,7 +33,7 @@
33#include "private.h" 33#include "private.h"
34 34
35 35
36int 36drm_private int
37abi16_chan_nv04(struct nouveau_object *obj) 37abi16_chan_nv04(struct nouveau_object *obj)
38{ 38{
39 struct nouveau_device *dev = (struct nouveau_device *)obj->parent; 39 struct nouveau_device *dev = (struct nouveau_device *)obj->parent;
@@ -54,7 +54,7 @@ abi16_chan_nv04(struct nouveau_object *obj)
54 return 0; 54 return 0;
55} 55}
56 56
57int 57drm_private int
58abi16_chan_nvc0(struct nouveau_object *obj) 58abi16_chan_nvc0(struct nouveau_object *obj)
59{ 59{
60 struct nouveau_device *dev = (struct nouveau_device *)obj->parent; 60 struct nouveau_device *dev = (struct nouveau_device *)obj->parent;
@@ -75,7 +75,7 @@ abi16_chan_nvc0(struct nouveau_object *obj)
75 return 0; 75 return 0;
76} 76}
77 77
78int 78drm_private int
79abi16_chan_nve0(struct nouveau_object *obj) 79abi16_chan_nve0(struct nouveau_object *obj)
80{ 80{
81 struct nouveau_device *dev = (struct nouveau_device *)obj->parent; 81 struct nouveau_device *dev = (struct nouveau_device *)obj->parent;
@@ -101,7 +101,7 @@ abi16_chan_nve0(struct nouveau_object *obj)
101 return 0; 101 return 0;
102} 102}
103 103
104int 104drm_private int
105abi16_engobj(struct nouveau_object *obj) 105abi16_engobj(struct nouveau_object *obj)
106{ 106{
107 struct drm_nouveau_grobj_alloc req = { 107 struct drm_nouveau_grobj_alloc req = {
@@ -120,7 +120,7 @@ abi16_engobj(struct nouveau_object *obj)
120 return 0; 120 return 0;
121} 121}
122 122
123int 123drm_private int
124abi16_ntfy(struct nouveau_object *obj) 124abi16_ntfy(struct nouveau_object *obj)
125{ 125{
126 struct nv04_notify *ntfy = obj->data; 126 struct nv04_notify *ntfy = obj->data;
@@ -141,7 +141,7 @@ abi16_ntfy(struct nouveau_object *obj)
141 return 0; 141 return 0;
142} 142}
143 143
144void 144drm_private void
145abi16_bo_info(struct nouveau_bo *bo, struct drm_nouveau_gem_info *info) 145abi16_bo_info(struct nouveau_bo *bo, struct drm_nouveau_gem_info *info)
146{ 146{
147 struct nouveau_bo_priv *nvbo = nouveau_bo(bo); 147 struct nouveau_bo_priv *nvbo = nouveau_bo(bo);
@@ -175,7 +175,7 @@ abi16_bo_info(struct nouveau_bo *bo, struct drm_nouveau_gem_info *info)
175 } 175 }
176} 176}
177 177
178int 178drm_private int
179abi16_bo_init(struct nouveau_bo *bo, uint32_t alignment, 179abi16_bo_init(struct nouveau_bo *bo, uint32_t alignment,
180 union nouveau_bo_config *config) 180 union nouveau_bo_config *config)
181{ 181{