HomeSort by: relevance | last modified time | path
    Searched defs:nvif_driver (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_driver.c 32 static const struct nvif_driver *
33 nvif_driver[] = { variable in typeref:typename:const struct nvif_driver * []
50 for (i = 0; (client->driver = nvif_driver[i]); i++) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
driver.h 14 struct nvif_driver { struct
41 extern const struct nvif_driver nvif_driver_nvkm;
42 extern const struct nvif_driver nvif_driver_drm;
43 extern const struct nvif_driver nvif_driver_lib;
44 extern const struct nvif_driver nvif_driver_null;

Completed in 14 milliseconds