Displaying 1 result from an estimated 1 matches for "2e1df01bd928".
2016 Mar 01
2
[PATCH] fifo/gk104: kick channel upon removal
...t on dGPU but unfortunately
could not set it up in an optimus-like manner, with power management kicking in.
drm/nouveau/nvkm/engine/fifo/gpfifogk104.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c b/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c
index 2e1df01bd928..8b4a5e01829c 100644
--- a/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c
+++ b/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c
@@ -154,6 +154,7 @@ gk104_fifo_gpfifo_fini(struct nvkm_fifo_chan *base)
if (!list_empty(&chan->head)) {
gk104_fifo_runlist_remove(fifo, chan);
nvkm_mask(device, 0x80...