drm/i915: Use complete virtual address range on 32-bit platforms
authorMichel Thierry <michel.thierry@intel.com>
Fri, 7 Aug 2015 16:40:18 +0000 (17:40 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 14 Aug 2015 16:16:30 +0000 (18:16 +0200)
commitf365f91181ce862181d0d2f4fb3ca0fe2276874b
treea082677e24fd081190f18f3bab5140d772fddd57
parent088e0df4020e30c4952f29dc672ceb4742b98e73
drm/i915: Use complete virtual address range on 32-bit platforms

With the offset length being taken care of in ("drm/i915/gtt: Allow >=
4GB offsets in X86_32"), the code should be finally safe in 32-bit
kernels.

This reverts commit 501fd70fcaebc911b6b96a7b331e6960e5af67e7
Author: Michel Thierry <michel.thierry@intel.com>
Date:   Fri May 29 14:15:05 2015 +0100

    drm/i915: limit PPGTT size to 2GB in 32-bit platforms

Signed-off-by: Michel Thierry <michel.thierry@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_gtt.c