summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@collabora.com>2022-11-07 12:30:09 -0500
committerMarge Bot <emma+marge@anholt.net>2022-11-09 14:35:31 +0000
commitd40af879098bea90176619dc11facbd68c555f32 (patch)
tree2420304c9e03733ecc211ac35f08a8a0901e8be7 /include
parent81b4af28494c065c5646e3f61a72afd829d978c6 (diff)
downloadmesa-d40af879098bea90176619dc11facbd68c555f32.tar.gz
panfrost: Fix build with Perfetto (again)
Sync UAPI for the upstream fix. Upstream commit: https://cgit.freedesktop.org/drm-misc/commit/?h=drm-misc-fixes&id=c4299907c09a638c0a30f029338d07941c049d73 Closes: #7195 Fixes: 6a4532cbabf ("panfrost: Sync panfrost_drm.h from drm-misc-next") Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Tested-by: Chris Healy <healych@amazon.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19581>
Diffstat (limited to 'include')
-rw-r--r--include/drm-uapi/panfrost_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm-uapi/panfrost_drm.h b/include/drm-uapi/panfrost_drm.h
index 6f93c915cc8..9f231d40a14 100644
--- a/include/drm-uapi/panfrost_drm.h
+++ b/include/drm-uapi/panfrost_drm.h
@@ -254,7 +254,7 @@ struct panfrost_dump_object_header {
__u64 nbos;
} reghdr;
- struct pan_bomap_hdr {
+ struct {
__u32 valid;
__u64 iova;
__u32 data[2];