HomeSort by: relevance | last modified time | path
    Searched refs:nouveau_drm (Results 1 - 25 of 27) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_screen.h 36 struct nouveau_drm *drm;
nouveau_screen.c 29 #include <nouveau_drm.h>
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_screen.h 36 struct nouveau_drm *drm;
nouveau_screen.c 29 #include <nouveau_drm.h>
  /xsrc/external/mit/MesaLib/dist/src/loader/
pci_id_driver_map.c 32 #include <nouveau_drm.h>
  /xsrc/external/mit/MesaLib.old/dist/src/loader/
pci_id_driver_map.c 30 #include <nouveau_drm.h>
  /xsrc/external/mit/libdrm/dist/nouveau/
abi16.c 37 struct nouveau_drm *drm = nouveau_drm(obj);
61 struct nouveau_drm *drm = nouveau_drm(obj);
82 struct nouveau_drm *drm = nouveau_drm(obj);
108 struct nouveau_drm *drm = nouveau_drm(obj);
149 struct nouveau_drm *drm = nouveau_drm(obj)
    [all...]
nouveau.c 39 #include "nouveau_drm.h"
82 struct nouveau_drm *drm = nouveau_drm(obj);
111 struct nouveau_drm *drm = nouveau_drm(obj);
153 struct nouveau_drm *drm = nouveau_drm(obj);
251 struct nouveau_drm *drm = nouveau_drm(parent);
334 nouveau_drm_del(struct nouveau_drm **pdrm
    [all...]
nouveau.h 44 struct nouveau_drm { struct
51 static inline struct nouveau_drm *
52 nouveau_drm(struct nouveau_object *obj) function
56 return (struct nouveau_drm *)obj;
59 int nouveau_drm_new(int fd, struct nouveau_drm **);
60 void nouveau_drm_del(struct nouveau_drm **);
279 nouveau_check_dead_channel(struct nouveau_drm *, struct nouveau_object *chan);
pushbuf.c 37 #include "nouveau_drm.h"
316 struct nouveau_drm *drm = nouveau_drm(&dev->object);
543 struct nouveau_drm *drm = nouveau_drm(&client->device->object);
787 nouveau_check_dead_channel(struct nouveau_drm *drm, struct nouveau_object *chan)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_screen.h 25 struct nouveau_drm *drm;
nouveau_screen.c 18 #include <nouveau_drm.h>
217 screen->drm = nouveau_drm(&dev->object);
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/nouveau/drm/
nouveau_drm_winsys.c 44 struct nouveau_drm *drm = NULL;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
nouveau_screen.h 25 struct nouveau_drm *drm;
nouveau_screen.c 17 #include <nouveau_drm.h>
194 screen->drm = nouveau_drm(&dev->object);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/nouveau/drm/
nouveau_drm_winsys.c 64 struct nouveau_drm *drm = NULL;
  /xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/
nouveau_noop.c 29 #include <nouveau_drm.h>
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_miptree.c 324 struct nouveau_drm *drm = nouveau_screen(pscreen)->drm;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_screen.c 27 #include <nouveau_drm.h>
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_miptree.c 334 struct nouveau_drm *drm = nouveau_screen(pscreen)->drm;
nv50_screen.c 25 #include <nouveau_drm.h>
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_miptree.c 445 struct nouveau_drm *drm = nouveau_screen(pscreen)->drm;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_screen.c 27 #include <nouveau_drm.h>
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_miptree.c 338 struct nouveau_drm *drm = nouveau_screen(pscreen)->drm;
nv50_screen.c 25 #include <nouveau_drm.h>

Completed in 16 milliseconds

1 2