Skip to content

xe/uapi: Guarantee all 32 or 64 bit members are aligned

Christopher Snowhill requested to merge kode54/kernel:uapi-alignment into drm-xe-next

Guarantees that all structure members are aligned to the next largest size, regardless of whichever uarch this is built on. Has no effect on 64 bit uarch, but makes guarantees for anyone replicating the uAPI for compat mode.

Signed-off-by: Christopher Snowhill kode54@gmail.com

Merge request reports