]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/gpu/drm/nouveau/include/nvkm/engine/msvld.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / nouveau / include / nvkm / engine / msvld.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
eccf7e8a
BS
2#ifndef __NVKM_MSVLD_H__
3#define __NVKM_MSVLD_H__
53e60da4
BS
4#include <engine/falcon.h>
5int g98_msvld_new(struct nvkm_device *, int, struct nvkm_engine **);
6int gt215_msvld_new(struct nvkm_device *, int, struct nvkm_engine **);
7int mcp89_msvld_new(struct nvkm_device *, int, struct nvkm_engine **);
8int gf100_msvld_new(struct nvkm_device *, int, struct nvkm_engine **);
9int gk104_msvld_new(struct nvkm_device *, int, struct nvkm_engine **);
eccf7e8a 10#endif