aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.h
blob: 782b796d745884a0f8c03b0fb48452d6a1f5c484 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __NV31_MPEG_H__
#define __NV31_MPEG_H__
#include <engine/mpeg.h>

struct nv31_mpeg_chan {
	struct nvkm_object base;
};

struct nv31_mpeg_priv {
	struct nvkm_mpeg base;
	struct nv31_mpeg_chan *chan;
};
#endif