Searched defs:nouveau_screen (Results 1 – 1 of 1) sorted by relevance
23 struct nouveau_screen { struct24 struct pipe_screen base;25 struct nouveau_drm *drm;26 struct nouveau_device *device;27 struct nouveau_object *channel;28 struct nouveau_client *client;29 struct nouveau_pushbuf *pushbuf;31 char chipset_name[8];33 int refcount;35 unsigned transfer_pushbuf_threshold;[all …]