diff options
Diffstat (limited to 'nvif/client.c')
-rw-r--r-- | nvif/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvif/client.c b/nvif/client.c index 20fb3868..3c4df1fc 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 |