Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7707b701 authored by Marcin Slusarz's avatar Marcin Slusarz Committed by Ben Skeggs
Browse files

drm/nv40/mpeg: fix context handling



It slipped in thanks to typeless API.

Signed-off-by: default avatarMarcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent a4dd4ec2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ struct nv40_mpeg_priv {
};

struct nv40_mpeg_chan {
	struct nouveau_mpeg base;
	struct nouveau_mpeg_chan base;
};

/*******************************************************************************