Searched defs:nouveau_screen (Results 1 – 2 of 2) sorted by relevance
34 struct nouveau_screen { struct35 __DRIscreen *dri_screen;36 struct nouveau_drm *drm;37 struct nouveau_device *device;38 const struct nouveau_driver *driver;
19 struct nouveau_screen { struct20 struct pipe_screen base;21 struct nouveau_drm *drm;22 struct nouveau_device *device;23 struct nouveau_object *channel;24 struct nouveau_client *client;25 struct nouveau_pushbuf *pushbuf;27 int refcount;29 unsigned vidmem_bindings; /* PIPE_BIND_* where VRAM placement is desired */30 unsigned sysmem_bindings; /* PIPE_BIND_* where GART placement is desired */[all …]