commit | 4dd504f7d98a6719eb2fc1a400257ca1f13d344b | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Sep 26 10:53:53 2017 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Sep 28 21:00:48 2017 +0100 |
tree | 6f1a2203d0a7ba0b42983c4321200f0b0e1d9c89 | |
parent | 163e8aecd13e4442fb996ffe031acb8f951dd55f [diff] |
drm/i915: Use memset64() to prefill the GTT page Take advantage of optimised memset64() instead of open coding it to prefill the GTT pages. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20170926095353.11036-1-chris@chris-wilson.co.uk Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>