Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371641
b: refs/heads/master
c: 9fe72f9
h: refs/heads/master
i:
  371639: 19c7012
v: v3
  • Loading branch information
Ben Skeggs committed May 2, 2013
1 parent b07e28d commit f38d2b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e5398b23a5cdcd1f4901cbce0933937b5509dc72
refs/heads/master: 9fe72f9e8370f1931e5e3137fe497d6167057340
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_drm.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

#include <engine/device.h>
#include <engine/disp.h>
#include <engine/fifo.h>

#include <subdev/vm.h>

Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit f38d2b4

Please sign in to comment.