Go to the documentation of this file. 1 #ifndef __NOUVEAU_GPUOBJ_H__
2 #define __NOUVEAU_GPUOBJ_H__
12 #define NVOBJ_FLAG_ZERO_ALLOC 0x00000001
13 #define NVOBJ_FLAG_ZERO_FREE 0x00000002
14 #define NVOBJ_FLAG_HEAP 0x00000004
30 #if CONFIG_NOUVEAU_DEBUG >= NV_DBG_PARANOIA
37 #define nouveau_gpuobj_create(p,e,c,v,g,s,a,f,d) \
38 nouveau_gpuobj_create_((p), (e), (c), (v), (g), (s), (a), (f), \
39 sizeof(**d), (void **)d)
40 #define nouveau_gpuobj_init(p) nouveau_object_init(&(p)->base)
41 #define nouveau_gpuobj_fini(p,s) nouveau_object_fini(&(p)->base, (s))