commit | b196fbc719871e2746e71ac9e62cde2262555c9b | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Feb 06 08:45:45 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Feb 06 13:45:29 2017 +0000 |
tree | 3979c4628703c615942427d364ecd36458d339f6 | |
parent | 22cc440eae52d805ced3b9c3fcd42713d748140f [diff] |
drm/i915: Manipulate the Global GTT size using I915_GTT_PAGE_SIZE I incorrectly converted the exclusion of the last 4096 bytes (that avoids any potential prefetching past the end of the GTT) to PAGE_SIZE and not to I915_GTT_PAGE_SIZE as it should be. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170206084547.27921-1-chris@chris-wilson.co.uk Reviewed-by: Matthew Auld <matthew.auld@intel.com>