[Intel-gfx] [PATCH] drm/i915: Fix build warning on 32-bit
Chris Wilson
chris at chris-wilson.co.uk
Fri Aug 14 04:04:38 PDT 2015
On Fri, Aug 14, 2015 at 12:35:23PM +0200, Thierry Reding wrote:
> From: Thierry Reding <treding at nvidia.com>
>
> The gtt.stolen_size field is of type size_t, and so should be printed
> using %zu to avoid build warnings on either 32-bit and 64-bit builds.
Or better would be to convert stolen.size to u32 so that we know that it
is correctly sized for the hardware irrespective of the compilation
environment.
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
More information about the dri-devel
mailing list