Searched refs:nouveau_device (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | nouveau_drmif.h | 29 #include "nouveau_device.h" 32 struct nouveau_device base; 39 #define nouveau_device(n) ((struct nouveau_device_priv *)(n)) macro 42 nouveau_device_open_existing(struct nouveau_device **, int close, 46 nouveau_device_open(struct nouveau_device **, const char *busid); 49 nouveau_device_close(struct nouveau_device **); 52 nouveau_device_get_param(struct nouveau_device *, uint64_t param, uint64_t *v); 55 nouveau_device_set_param(struct nouveau_device *, uint64_t param, uint64_t val);
|
H A D | nouveau_device.h | 26 struct nouveau_device { struct
|
H A D | nouveau_channel.h | 32 struct nouveau_device *device; 50 nouveau_channel_alloc(struct nouveau_device *, uint32_t fb, uint32_t tt,
|
H A D | nouveau_bo.h | 47 struct nouveau_device *device; 62 nouveau_bo_new(struct nouveau_device *, uint32_t flags, int align, int size, 66 nouveau_bo_new_tile(struct nouveau_device *, uint32_t flags, int align, 71 nouveau_bo_user(struct nouveau_device *, void *ptr, int size, 75 nouveau_bo_wrap(struct nouveau_device *, uint32_t handle, struct nouveau_bo **); 81 nouveau_bo_handle_ref(struct nouveau_device *, uint32_t handle,
|
H A D | nouveau_private.h | 31 #include "nouveau_device.h" 120 nouveau_bo_init(struct nouveau_device *); 123 nouveau_bo_takedown(struct nouveau_device *);
|
Completed in 72 milliseconds