HomeSort by relevance Sort by last modified time
    Searched defs:nouveau_device (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_device.h 26 struct nouveau_device { struct
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);

Completed in 109 milliseconds