[Nouveau] [PATCH] drm/nv40/mpeg: fix context handling

2012-11-06 Thread Marcin Slusarz
It slipped in thanks to typeless API. Signed-off-by: Marcin Slusarz --- drivers/gpu/drm/nouveau/core/engine/mpeg/nv40.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/core/engine/mpeg/nv40.c b/drivers/gpu/drm/nouveau/core/engine/mpeg/nv40.c index 124

[Nouveau] [PATCH] drm/nv40/mpeg: fix context handling for nv40-nv43

2012-03-17 Thread Christoph Bumiller
Contexts in instance memory were not added to PMPEG until nv44. --- drivers/gpu/drm/nouveau/nv31_mpeg.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv31_mpeg.c b/drivers/gpu/drm/nouveau/nv31_mpeg.c index 6f06a07..bd90d51 100644 ---