Re: [Intel-gfx] [PATCH 11/22] drm/i915: Allow ringbuffers to be bound anywhere

2016-08-16 Thread Joonas Lahtinen
On ti, 2016-08-16 at 11:42 +0100, Chris Wilson wrote: > Now that we have WC vmapping available, we can bind our rings anywhere > in the GGTT and do not need to restrict them to the mappable region. > Except for stolen objects, for which direct access is verbatim and we > must use the mappable apert

[Intel-gfx] [PATCH 11/22] drm/i915: Allow ringbuffers to be bound anywhere

2016-08-16 Thread Chris Wilson
Now that we have WC vmapping available, we can bind our rings anywhere in the GGTT and do not need to restrict them to the mappable region. Except for stolen objects, for which direct access is verbatim and we must use the mappable aperture. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i