2019-06-20 00:13:43 +00:00
|
|
|
/* SPDX-License-Identifier: MIT */
|
2015-01-14 05:29:56 +00:00
|
|
|
#ifndef __NVKM_MPEG_H__
|
|
|
|
#define __NVKM_MPEG_H__
|
|
|
|
#include <core/engine.h>
|
2015-08-20 04:54:22 +00:00
|
|
|
int nv31_mpeg_new(struct nvkm_device *, int index, struct nvkm_engine **);
|
|
|
|
int nv40_mpeg_new(struct nvkm_device *, int index, struct nvkm_engine **);
|
|
|
|
int nv44_mpeg_new(struct nvkm_device *, int index, struct nvkm_engine **);
|
|
|
|
int nv50_mpeg_new(struct nvkm_device *, int index, struct nvkm_engine **);
|
|
|
|
int g84_mpeg_new(struct nvkm_device *, int index, struct nvkm_engine **);
|
2012-07-19 22:17:34 +00:00
|
|
|
#endif
|