Searched defs:nouveau_screen (Results 1 – 2 of 2) 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 int refcount;33 unsigned transfer_pushbuf_threshold;35 unsigned vidmem_bindings; /* PIPE_BIND_* where VRAM placement is desired */[all …]
34 struct nouveau_screen { struct35 __DRIscreen *dri_screen;36 struct nouveau_drm *drm;37 struct nouveau_device *device;38 const struct nouveau_driver *driver;