search for: nv44_mpeg_mthd

Displaying 1 result from an estimated 1 matches for "nv44_mpeg_mthd".

Did you mean: nv31_mpeg_mthd
2017 Mar 19
0
[PATCH] drm/nouveau/mpeg: mthd returns true on success now
...4.c b/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv44.c index e536f37..c3cf02e 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv44.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv44.c @@ -172,7 +172,7 @@ nv44_mpeg_intr(struct nvkm_engine *engine) } if (type == 0x00000010) { - if (!nv44_mpeg_mthd(subdev->device, mthd, data)) + if (nv44_mpeg_mthd(subdev->device, mthd, data)) show &= ~0x01000000; } } -- 2.10.2