mirror of https://gitee.com/openkylin/linux.git
drm/nv40/mpeg: fix context handling
It slipped in thanks to typeless API. Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
a4dd4ec250
commit
7707b701eb
|
@ -38,7 +38,7 @@ struct nv40_mpeg_priv {
|
|||
};
|
||||
|
||||
struct nv40_mpeg_chan {
|
||||
struct nouveau_mpeg base;
|
||||
struct nouveau_mpeg_chan base;
|
||||
};
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
Loading…
Reference in New Issue