[PATCH v2 0/5] Fix 32bit build
Lucas De Marchi
lucas.demarchi at intel.com
Tue Jan 16 17:40:45 UTC 2024
A few fixes when building xe with ARCH=i386.
Changes from v1: the first patch disabling 32b builds is already merged.
These are the real fixes to get it building again.
Lucas De Marchi (5):
drm/xe: Use _ULL for u64 division
drm/xe/mmio: Cast to u64 when printing
drm/xe/display: Avoid calling readq()
drm/xe: Fix cast on trace variable
drm/xe: Enable 32bits build
drivers/gpu/drm/xe/Kconfig | 2 +-
.../gpu/drm/xe/compat-i915-headers/gem/i915_gem_object.h | 7 +++++--
drivers/gpu/drm/xe/xe_device.c | 2 +-
drivers/gpu/drm/xe/xe_mmio.c | 4 ++--
drivers/gpu/drm/xe/xe_trace.h | 2 +-
5 files changed, 10 insertions(+), 7 deletions(-)
--
2.40.1
More information about the dri-devel
mailing list