Re: [Intel-gfx] [PATCH 1/2] drm/i915: Skip clflushes for all non-page backed objects

2017-02-20 Thread Matthew Auld
On 17 February 2017 at 14:07, Chris Wilson wrote: > Generalise the skip for physical and stolen objects by skipping anything > we do not have a valid address inside the sg. > > Signed-off-by: Chris Wilson Reviewed-by: Matthew Auld ___ Intel-gfx mailing

[Intel-gfx] [PATCH 1/2] drm/i915: Skip clflushes for all non-page backed objects

2017-02-17 Thread Chris Wilson
Generalise the skip for physical and stolen objects by skipping anything we do not have a valid address inside the sg. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gem.c b/dr

[Intel-gfx] [PATCH 1/2] drm/i915: Skip clflushes for all non-page backed objects

2016-11-14 Thread Chris Wilson
Generalise the skip for physical and stolen objects by skipping anything we do not have a valid address inside the sg. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gem.c b/dr