summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc5/vc5_resource.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2017-10-10 13:56:55 -0700
committerEric Anholt <[email protected]>2017-10-12 12:44:27 -0700
commitdbf9e4fbf824a7ad8536641c2be0695aaa10e85f (patch)
tree3f5f4910d4ae399888431f83c3444ae5cbe90b5a /src/gallium/drivers/vc5/vc5_resource.h
parent376a0a9b08543f3978efd6f51cec3d4cf628e939 (diff)
broadcom/vc5: Remove the u_resource_vtbl usage.
Like for vc4, this was just a wasted indirection.
Diffstat (limited to 'src/gallium/drivers/vc5/vc5_resource.h')
-rw-r--r--src/gallium/drivers/vc5/vc5_resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc5/vc5_resource.h b/src/gallium/drivers/vc5/vc5_resource.h
index 3440fdc947b..e65cb8c8fee 100644
--- a/src/gallium/drivers/vc5/vc5_resource.h
+++ b/src/gallium/drivers/vc5/vc5_resource.h
@@ -103,7 +103,7 @@ struct vc5_surface {
};
struct vc5_resource {
- struct u_resource base;
+ struct pipe_resource base;
struct vc5_bo *bo;
struct vc5_resource_slice slices[VC5_MAX_MIP_LEVELS];
uint32_t cube_map_stride;