summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/include/engine/copy.h
blob: 316a28ae5f5c8ac4e91e3471638720aced7261c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __NOUVEAU_COPY_H__
#define __NOUVEAU_COPY_H__

void nva3_copy_intr(struct nouveau_subdev *);

extern struct nouveau_oclass nva3_copy_oclass;
extern struct nouveau_oclass nvc0_copy0_oclass;
extern struct nouveau_oclass nvc0_copy1_oclass;
extern struct nouveau_oclass nve0_copy0_oclass;
extern struct nouveau_oclass nve0_copy1_oclass;
extern struct nouveau_oclass nve0_copy2_oclass;

#endif