summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_resource.h')
-rw-r--r--src/gallium/drivers/nv50/nv50_resource.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gallium/drivers/nv50/nv50_resource.h b/src/gallium/drivers/nv50/nv50_resource.h
index f0e022b320..f42179c88f 100644
--- a/src/gallium/drivers/nv50/nv50_resource.h
+++ b/src/gallium/drivers/nv50/nv50_resource.h
@@ -8,8 +8,6 @@
#include "nouveau/nouveau_winsys.h"
#undef NOUVEAU_NVC0
-#include "nv50_fence.h"
-
struct pipe_resource;
struct nouveau_bo;
struct nv50_context;
@@ -45,8 +43,8 @@ struct nv50_resource {
int16_t score; /* low if mapped very often, if high can move to VRAM */
- struct nv50_fence *fence;
- struct nv50_fence *fence_wr;
+ struct nouveau_fence *fence;
+ struct nouveau_fence *fence_wr;
struct nv50_mm_allocation *mm;
};