Searched defs:nouveau_resource (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dnouveau_resource.h26 struct nouveau_resource { struct
27 struct nouveau_resource *prev;
28 struct nouveau_resource *next;
38 nouveau_resource_init(struct nouveau_resource **heap, unsigned start,
42 nouveau_resource_alloc(struct nouveau_resource *heap, unsigned size, void *priv,
43 struct nouveau_resource **);
46 nouveau_resource_free(struct nouveau_resource **);

Completed in 66 milliseconds