commit | 3bf4d5751943cb7692ae2e0c01e420ed20629d5d | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sat Jan 14 00:28:24 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Sat Jan 14 16:17:45 2017 +0000 |
tree | 66f01c8929399275654debe9cc88a78de3e29ec0 | |
parent | 992e418dd945755fe947c8df7329e71e76b9e4f8 [diff] |
drm/i915: Stop clearing i915_ggtt_view As we now use a compact memcmp in i915_vma_compare(), we can forgo clearing the entire view and only set the precise parameters used in this view. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170114002827.31315-4-chris@chris-wilson.co.uk