HomeSort by: relevance | last modified time | path
    Searched defs:nouveau_client (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/nouveau/
private.h 34 struct nouveau_client base;
40 nouveau_client(struct nouveau_client *client) function
46 cli_kref_get(struct nouveau_client *client, struct nouveau_bo *bo)
48 struct nouveau_client_priv *pcli = nouveau_client(client);
56 cli_push_get(struct nouveau_client *client, struct nouveau_bo *bo)
58 struct nouveau_client_priv *pcli = nouveau_client(client);
66 cli_kref_set(struct nouveau_client *client, struct nouveau_bo *bo,
70 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 **);
148 struct nouveau_client *);
150 struct nouveau_client *);
173 struct nouveau_client *client;
180 int nouveau_bufctx_new(struct nouveau_client *, int bins,
194 struct nouveau_client *client;
210 int nouveau_pushbuf_new(struct nouveau_client *, struct nouveau_object *chan,

Completed in 5 milliseconds