From d40af879098bea90176619dc11facbd68c555f32 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 7 Nov 2022 12:30:09 -0500 Subject: [PATCH] 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 Tested-by: Chris Healy Part-of: --- include/drm-uapi/panfrost_drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];