summaryrefslogtreecommitdiff
path: root/nvif
diff options
context:
space:
mode:
Diffstat (limited to 'nvif')
-rw-r--r--nvif/client.c1
-rw-r--r--nvif/driver.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/nvif/client.c b/nvif/client.c
index 20fb38688..3c4df1fc2 100644
--- a/nvif/client.c
+++ b/nvif/client.c
@@ -60,6 +60,7 @@ nvif_drivers[] = {
#ifdef __KERNEL__
&nvif_driver_nvkm,
#else
+ &nvif_driver_drm,
&nvif_driver_lib,
#endif
NULL
diff --git a/nvif/driver.h b/nvif/driver.h
index ea5b1b880..b72a8f0c2 100644
--- a/nvif/driver.h
+++ b/nvif/driver.h
@@ -15,6 +15,7 @@ struct nvif_driver {
};
extern const struct nvif_driver nvif_driver_nvkm;
+extern const struct nvif_driver nvif_driver_drm;
extern const struct nvif_driver nvif_driver_lib;
#endif