Re: [PATCH v4 2/3] drm/xe: Fix definition of intel_wakeref_t

2024-01-04 Thread Jani Nikula
On Thu, 04 Jan 2024, José Roberto de Souza wrote: > i915 defines it as unsigned long so Xe should do the same to avoid > compilation warnings: > > CC [M] drivers/gpu/drm/i915/i915_gem.o > CC [M] drivers/gpu/drm/xe/i915-display/intel_display_power_well.o > In file included from ./include/drm/

[PATCH v4 2/3] drm/xe: Fix definition of intel_wakeref_t

2024-01-04 Thread José Roberto de Souza
i915 defines it as unsigned long so Xe should do the same to avoid compilation warnings: CC [M] drivers/gpu/drm/i915/i915_gem.o CC [M] drivers/gpu/drm/xe/i915-display/intel_display_power_well.o In file included from ./include/drm/drm_mm.h:51, from drivers/gpu/drm/xe/xe_bo_ty