mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
drm/panfrost: Remove type name from internal struct again
Commit72655fb942
("drm/panfrost: replace endian-specific types with native ones") accidentally reverted part of the parent commit7228d9d792
("drm/panfrost: Remove type name from internal structs") leading to the situation that the Panfrost UAPI header still doesn't compile correctly in C++. Revert the accidental revert and pass me a brown paper bag. Reported-by: Alyssa Rosenzweig <alyssa@collabora.com> Fixes:72655fb942
("drm/panfrost: replace endian-specific types with native ones") Signed-off-by: Steven Price <steven.price@arm.com> Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com> Link: https://patchwork.freedesktop.org/patch/msgid/20221103114036.1581854-1-steven.price@arm.com
This commit is contained in:
parent
cf53db768a
commit
c4299907c0
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ struct panfrost_dump_object_header {
|
|||
__u64 nbos;
|
||||
} reghdr;
|
||||
|
||||
struct pan_bomap_hdr {
|
||||
struct {
|
||||
__u32 valid;
|
||||
__u64 iova;
|
||||
__u32 data[2];
|
||||
|
|
Loading…
Add table
Reference in a new issue