search for: __nouveau_channel_h__

Displaying 1 result from an estimated 1 matches for "__nouveau_channel_h__".

2013 Apr 30
1
[Bug 64074] New: Mesalib Installation Error
..., struct nouveau_grobj **); int nouveau_grobj_ref(struct nouveau_channel *, uint32_t handle, struct nouveau_grobj **); void nouveau_grobj_free(struct nouveau_grobj **); void nouveau_grobj_autobind(struct nouveau_grobj *); #endif -----------------nouveau_chanel.h------------------- #ifndef __NOUVEAU_CHANNEL_H__ #define __NOUVEAU_CHANNEL_H__ struct nouveau_subchannel { struct nouveau_grobj *gr; unsigned sequence; }; struct nouveau_channel { uint32_t *cur; uint32_t *end; struct nouveau_device *device; int id; struct nouveau_grobj *nullobj; struct nouveau_grobj *vram; struct nouveau_grobj *gart;...