mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 15:43:59 +08: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
@ -62,6 +62,7 @@ nvif_drivers[] = {
|
||||
#else
|
||||
&nvif_driver_drm,
|
||||
&nvif_driver_lib,
|
||||
&nvif_driver_null,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
@ -17,5 +17,6 @@ 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;
|
||||
extern const struct nvif_driver nvif_driver_null;
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user