Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
11 lines
472 B
C
11 lines
472 B
C
/* SPDX-License-Identifier: MIT */
|
|
#ifndef __NVKM_MSVLD_H__
|
|
#define __NVKM_MSVLD_H__
|
|
#include <engine/falcon.h>
|
|
int g98_msvld_new(struct nvkm_device *, int, struct nvkm_engine **);
|
|
int gt215_msvld_new(struct nvkm_device *, int, struct nvkm_engine **);
|
|
int mcp89_msvld_new(struct nvkm_device *, int, struct nvkm_engine **);
|
|
int gf100_msvld_new(struct nvkm_device *, int, struct nvkm_engine **);
|
|
int gk104_msvld_new(struct nvkm_device *, int, struct nvkm_engine **);
|
|
#endif
|