HomeSort by relevance Sort by last modified time
    Searched defs:nouveau_client (Results 1 - 2 of 2) sorted by null

  /external/libdrm/nouveau/
private.h 31 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);
nouveau.h 85 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 47 milliseconds