mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 14:48:06 +00:00
drm/nouveau/lib: add null backend
For the moment, just used to speed up vbios-only testing. Have some ideas for extending in the future. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
3704791d97
commit
34acf100dd
2 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,7 @@ nvif_drivers[] = {
|
||||||
#else
|
#else
|
||||||
&nvif_driver_drm,
|
&nvif_driver_drm,
|
||||||
&nvif_driver_lib,
|
&nvif_driver_lib,
|
||||||
|
&nvif_driver_null,
|
||||||
#endif
|
#endif
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
|
@ -17,5 +17,6 @@ struct nvif_driver {
|
||||||
extern const struct nvif_driver nvif_driver_nvkm;
|
extern const struct nvif_driver nvif_driver_nvkm;
|
||||||
extern const struct nvif_driver nvif_driver_drm;
|
extern const struct nvif_driver nvif_driver_drm;
|
||||||
extern const struct nvif_driver nvif_driver_lib;
|
extern const struct nvif_driver nvif_driver_lib;
|
||||||
|
extern const struct nvif_driver nvif_driver_null;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue