aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/engine/mpeg/nv31.h
blob: d08629d0b6ad29b2c8579620f676438fbd031a7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __NV31_MPEG_H__
#define __NV31_MPEG_H__

#include <engine/mpeg.h>

struct nv31_mpeg_chan {
	struct nouveau_object base;
};

struct nv31_mpeg_priv {
	struct nouveau_mpeg base;
	struct nv31_mpeg_chan *chan;
};

#endif