search for: 15620c716195

Displaying 1 result from an estimated 1 matches for "15620c716195".

2015 Feb 26
0
[PATCH] gr/gf100: Clear notify interrupt
...i Peltonen <lpeltonen at nvidia.com> Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- drm/nouveau/nvkm/engine/gr/gf100.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drm/nouveau/nvkm/engine/gr/gf100.c b/drm/nouveau/nvkm/engine/gr/gf100.c index 34b6d4baea16..15620c716195 100644 --- a/drm/nouveau/nvkm/engine/gr/gf100.c +++ b/drm/nouveau/nvkm/engine/gr/gf100.c @@ -1108,6 +1108,15 @@ gf100_gr_intr(struct nvkm_subdev *subdev) engctx = nvkm_engctx_get(engine, inst); chid = pfifo->chid(pfifo, engctx); + if (stat & 0x00000001) { + /* + * notifier interru...