Linux 4.2.1
[linux/fpc-iii.git] / drivers / gpu / drm / nouveau / nv10_fence.h
bloba87259f3983a7bd74d4e75067f2a43a0e16a8837
1 #ifndef __NV10_FENCE_H_
2 #define __NV10_FENCE_H_
4 #include "nouveau_fence.h"
5 #include "nouveau_bo.h"
7 struct nv10_fence_chan {
8 struct nouveau_fence_chan base;
9 struct nvif_object sema;
10 struct nvif_object head[4];
13 struct nv10_fence_priv {
14 struct nouveau_fence_priv base;
15 struct nouveau_bo *bo;
16 spinlock_t lock;
17 u32 sequence;
20 #endif