]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - drivers/gpu/drm/nouveau/include/nvkm/engine/ce.h
Input: wm97xx: add new AC97 bus support
[mirror_ubuntu-focal-kernel.git] / drivers / gpu / drm / nouveau / include / nvkm / engine / ce.h
1 #ifndef __NVKM_CE_H__
2 #define __NVKM_CE_H__
3 #include <engine/falcon.h>
4
5 int gt215_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
6 int gf100_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
7 int gk104_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
8 int gm107_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
9 int gm200_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
10 int gp100_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
11 int gp102_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
12 #endif