Skip to content
Snippets Groups Projects
Commit 9fe72f9e authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau: force noaccel when no PFIFO support present


Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent e5398b23
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@
#include <engine/device.h>
#include <engine/disp.h>
#include <engine/fifo.h>
#include <subdev/vm.h>
......@@ -164,7 +165,7 @@ nouveau_accel_init(struct nouveau_drm *drm)
u32 arg0, arg1;
int ret;
if (nouveau_noaccel)
if (nouveau_noaccel || !nouveau_fifo(device) /*XXX*/)
return;
/* initialise synchronisation routines */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment