All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5]  Fix 32bit build
@ 2024-01-19  0:16 Lucas De Marchi
  2024-01-19  0:16 ` [PATCH v3 1/5] drm/xe: Use _ULL for u64 division Lucas De Marchi
                   ` (11 more replies)
  0 siblings, 12 replies; 18+ messages in thread
From: Lucas De Marchi @ 2024-01-19  0:16 UTC (permalink / raw)
  To: intel-xe; +Cc: Lucas De Marchi, Matt Roper

A few fixes when building xe with ARCH=i386.

v2: the first patch disabling 32b builds is already merged.
    These are the real fixes to get it building again.
v3: Change  "drm/xe/display: Avoid calling readq" to use memcpy

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 +-
 .../drm/xe/compat-i915-headers/gem/i915_gem_object.h   | 10 ++++------
 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, 9 insertions(+), 11 deletions(-)

-- 
2.40.1


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-03-21 16:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-19  0:16 [PATCH v3 0/5] Fix 32bit build Lucas De Marchi
2024-01-19  0:16 ` [PATCH v3 1/5] drm/xe: Use _ULL for u64 division Lucas De Marchi
2024-01-19  0:16 ` [PATCH v3 2/5] drm/xe/mmio: Cast to u64 when printing Lucas De Marchi
2024-01-19  0:16 ` [PATCH v3 3/5] drm/xe/display: Avoid calling readq() Lucas De Marchi
2024-01-19  0:25   ` Matt Roper
2024-01-19  0:16 ` [PATCH v3 4/5] drm/xe: Fix cast on trace variable Lucas De Marchi
2024-01-19  0:16 ` [PATCH v3 5/5] drm/xe: Enable 32bits build Lucas De Marchi
2024-03-17 16:14   ` [v3,5/5] " Guenter Roeck
2024-03-18 13:28     ` Lucas De Marchi
2024-03-18 14:34       ` Guenter Roeck
2024-03-21 16:40       ` Guenter Roeck
2024-01-19  0:19 ` ✓ CI.Patch_applied: success for Fix 32bit build (rev2) Patchwork
2024-01-19  0:19 ` ✗ CI.checkpatch: warning " Patchwork
2024-01-19  0:20 ` ✓ CI.KUnit: success " Patchwork
2024-01-19  0:27 ` ✓ CI.Build: " Patchwork
2024-01-19  0:27 ` ✓ CI.Hooks: " Patchwork
2024-01-19  0:29 ` ✓ CI.checksparse: " Patchwork
2024-01-19  0:53 ` ✓ CI.BAT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.