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

  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_channel.h 31 struct nouveau_channel { struct
42 void (*hang_notify)(struct nouveau_channel *);
43 void (*flush_notify)(struct nouveau_channel *);
51 struct nouveau_channel **);
54 nouveau_channel_free(struct nouveau_channel **);
nouveau_private.h 32 #include "nouveau_channel.h"
62 nouveau_pushbuf_init(struct nouveau_channel *);
65 struct nouveau_channel base;
73 #define nouveau_channel(n) ((struct nouveau_channel_priv *)(n)) macro
100 struct nouveau_channel *pending_channel;
126 nouveau_bo_emit_buffer(struct nouveau_channel *, struct nouveau_bo *);

Completed in 48 milliseconds