commit | 9125963a9494253fa5a29cc1b4169885d2be7042 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Oct 25 10:18:22 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 26 09:20:05 2018 +0100 |
tree | bf4db973c2d20b2bcad46b0bab6bdff4c87592ec | |
parent | 5a400aa3c562c4a726b4da286e63c96db905ade1 [diff] |
drm/i915: Mark up GTT sizes as u64 Since we use a 64b virtual GTT irrespective of the system, we want to ensure that the GTT computations remains 64b even on 32b systems, including treatment of huge virtual pages. No code generation changes on 64b: Reported-by: Sergii Romantsov <sergii.romantsov@globallogic.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108282 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Cc: stable@vger.kernel.org Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181025091823.20571-1-chris@chris-wilson.co.uk