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: 6a4532cbab ("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>
This commit is contained in:
Alyssa Rosenzweig
2022-11-07 12:30:09 -05:00
committed by Marge Bot
parent 81b4af2849
commit d40af87909

View File

@@ -254,7 +254,7 @@ struct panfrost_dump_object_header {
__u64 nbos; __u64 nbos;
} reghdr; } reghdr;
struct pan_bomap_hdr { struct {
__u32 valid; __u32 valid;
__u64 iova; __u64 iova;
__u32 data[2]; __u32 data[2];