summaryrefslogtreecommitdiff
path: root/src/vivante_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vivante_utils.c')
-rw-r--r--src/vivante_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vivante_utils.c b/src/vivante_utils.c
index cfa9697..0a42a35 100644
--- a/src/vivante_utils.c
+++ b/src/vivante_utils.c
@@ -115,7 +115,7 @@ void vivante_unmap_gpu(struct vivante *vivante, struct vivante_pixmap *vPix)
Bool vivante_map_bo_to_gpu(struct vivante *vivante, struct drm_armada_bo *bo,
void **info, uint32_t *handle)
{
- struct map_dma_buf map;
+ struct dmabuf_map map;
gceSTATUS status;
int fd;