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

/external/libdrm/nouveau/
H A Dprivate.h31 struct nouveau_client base;
37 nouveau_client(struct nouveau_client *client) function
43 cli_kref_get(struct nouveau_client *client, struct nouveau_bo *bo)
45 struct nouveau_client_priv *pcli = nouveau_client(client);
53 cli_push_get(struct nouveau_client *client, struct nouveau_bo *bo)
55 struct nouveau_client_priv *pcli = nouveau_client(client);
63 cli_kref_set(struct nouveau_client *client, struct nouveau_bo *bo,
67 struct nouveau_client_priv *pcli = nouveau_client(client);
H A Dnouveau.h85 struct nouveau_client { struct
90 int nouveau_client_new(struct nouveau_device *, struct nouveau_client **);
91 void nouveau_client_del(struct nouveau_client **);
147 struct nouveau_client *);
149 struct nouveau_client *);
172 struct nouveau_client *client;
179 int nouveau_bufctx_new(struct nouveau_client *, int bins,
193 struct nouveau_client *client;
209 int nouveau_pushbuf_new(struct nouveau_client *, struct nouveau_object *chan,

Completed in 156 milliseconds