aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2022-11-11 06:31:37 +1000
committerDave Airlie <airlied@redhat.com>2022-11-11 06:31:38 +1000
commit2e4b294576e32fb02562ad6839d6888ab7b45102 (patch)
tree43c478223a019dc033eca66d4b78b23c82047b8c /include
parentMerge tag 'amd-drm-fixes-6.1-2022-11-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (diff)
parentdrm/panfrost: Split io-pgtable requests properly (diff)
downloadlinux-dev-2e4b294576e32fb02562ad6839d6888ab7b45102.tar.xz
linux-dev-2e4b294576e32fb02562ad6839d6888ab7b45102.zip
Merge tag 'drm-misc-fixes-2022-11-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
drm-misc-fixes for v6.1-rc5: - HDMI fixes to vc4. - Make panfrost's uapi header compile with C++. - Add rotation quirks for 2 panels. - Fix s/r in amdgpu_vram_mgr_new - Handle 1 gb boundary correctly in panfrost mmu code. Signed-off-by: Dave Airlie <airlied@redhat.com> From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/e02de501-4b85-28a0-3f6e-751ca13f5f9d@linux.intel.com
Diffstat (limited to 'include')
-rw-r--r--include/uapi/drm/panfrost_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/drm/panfrost_drm.h b/include/uapi/drm/panfrost_drm.h
index 6f93c915cc88..9f231d40a146 100644
--- a/include/uapi/drm/panfrost_drm.h
+++ b/include/uapi/drm/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];