diff options
author | Dave Airlie <airlied@redhat.com> | 2022-11-10 23:31:37 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2022-11-10 23:31:38 +0300 |
commit | 2e4b294576e32fb02562ad6839d6888ab7b45102 (patch) | |
tree | 43c478223a019dc033eca66d4b78b23c82047b8c /include | |
parent | 5bf06c4c51c5948ec69cc5610aff945d98813010 (diff) | |
parent | f352262f727215553879705bacbcb208979f3eff (diff) | |
download | linux-2e4b294576e32fb02562ad6839d6888ab7b45102.tar.xz |
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.h | 2 |
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]; |