Re: [Intel-gfx] [PATCH v2] drm/i915: limit PPGTT size to 2GB in 32-bit platforms

2015-05-29 Thread Michel Thierry
On 5/28/2015 10:14 PM, Chris Wilson wrote: On Thu, May 28, 2015 at 06:09:34PM +0100, Michel Thierry wrote: And prevent overflow warning during compilation. We already set this limit for the GGTT. This is a temporary patch until a full replacement of size_t variables (inadequate in 32-bit

Re: [Intel-gfx] [PATCH v2] drm/i915: limit PPGTT size to 2GB in 32-bit platforms

2015-05-29 Thread Chris Wilson
On Fri, May 29, 2015 at 09:58:33AM +0100, Michel Thierry wrote: On 5/28/2015 10:14 PM, Chris Wilson wrote: On Thu, May 28, 2015 at 06:09:34PM +0100, Michel Thierry wrote: And prevent overflow warning during compilation. We already set this limit for the GGTT. This is a temporary patch until

Re: [Intel-gfx] [PATCH v2] drm/i915: limit PPGTT size to 2GB in 32-bit platforms

2015-05-28 Thread Chris Wilson
On Thu, May 28, 2015 at 06:09:34PM +0100, Michel Thierry wrote: And prevent overflow warning during compilation. We already set this limit for the GGTT. This is a temporary patch until a full replacement of size_t variables (inadequate in 32-bit kernel) is in place. Regression from:

[Intel-gfx] [PATCH v2] drm/i915: limit PPGTT size to 2GB in 32-bit platforms

2015-05-28 Thread Michel Thierry
And prevent overflow warning during compilation. We already set this limit for the GGTT. This is a temporary patch until a full replacement of size_t variables (inadequate in 32-bit kernel) is in place. Regression from: commit a4e0bedca678c81eea4cd79a4bd502335639f73a Author:

Re: [Intel-gfx] [PATCH v2] drm/i915: limit PPGTT size to 2GB in 32-bit platforms

2015-05-28 Thread Damien Lespiau
On Thu, May 28, 2015 at 06:09:34PM +0100, Michel Thierry wrote: And prevent overflow warning during compilation. We already set this limit for the GGTT. This is a temporary patch until a full replacement of size_t variables (inadequate in 32-bit kernel) is in place. Regression from: