[Intel-gfx] [CI 09/20] drm/i915: Stop mapping the scratch page into CPU space

2016-07-01 Thread Chris Wilson
After the elimination of using the scratch page for Ironlake's breadcrumb, we no longer need to kmap the object. We therefore can move it into the high unmappable space and do not need to force the object to be coherent (i.e. snooped on !llc platforms). Signed-off-by: Chris Wilson Reviewed-by: Tv

[Intel-gfx] [CI 09/20] drm/i915: Stop mapping the scratch page into CPU space

2016-05-19 Thread Chris Wilson
After the elimination of using the scratch page for Ironlake's breadcrumb, we no longer need to kmap the object. We therefore can move it into the high unmappable space and do not need to force the object to be coherent (i.e. snooped on !llc platforms). Signed-off-by: Chris Wilson --- drivers/gp