Displaying 1 result from an estimated 1 matches for "a007489".
2012 Jul 27
0
[PATCH 2/3] nouveau: add software methods to e0
...mthd, data);
+ }
+
+out:
+ spin_unlock_irqrestore(&dev_priv->channels.lock, flags);
+ return handled;
+}
+
static int
nvc0_software_context_new(struct nouveau_channel *chan, int engine)
{
diff --git a/drivers/gpu/drm/nouveau/nve0_fifo.c b/drivers/gpu/drm/nouveau/nve0_fifo.c
index e98d144..a007489 100644
--- a/drivers/gpu/drm/nouveau/nve0_fifo.c
+++ b/drivers/gpu/drm/nouveau/nve0_fifo.c
@@ -27,6 +27,7 @@
#include "nouveau_drv.h"
#include "nouveau_mm.h"
#include "nouveau_fifo.h"
+#include "nouveau_software.h"
#define NVE0_FIFO_ENGINE_NUM 32
@@ -...