Home
last modified time | relevance | path

Searched refs:nvif_driver (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvif/ !
Ddriver.h7 struct nvif_driver { struct
23 extern const struct nvif_driver nvif_driver_nvkm; argument
24 extern const struct nvif_driver nvif_driver_drm;
25 extern const struct nvif_driver nvif_driver_lib;
26 extern const struct nvif_driver nvif_driver_null;
Dclient.h9 const struct nvif_driver *driver;
/linux-6.1.9/drivers/gpu/drm/nouveau/nvif/ !
Ddriver.c27 static const struct nvif_driver *
28 nvif_driver[] = { variable
45 for (i = 0; (client->driver = nvif_driver[i]); i++) { in nvif_driver_init()
/linux-6.1.9/drivers/gpu/drm/nouveau/ !
Dnouveau_nvif.c81 const struct nvif_driver