Re: [Intel-gfx] [PATCH 3/5] drm/i915: Reduce context alignment

2017-02-24 Thread Mika Kuoppala
Chris Wilson writes: > No hardware was ever shipped that needed more than 4096 byte alignment > and future hardware will not use this legacy path. So reduce the > alignment to make it easier and quicker to launch workloads. > > Signed-off-by: Chris Wilson

[Intel-gfx] [PATCH 3/5] drm/i915: Reduce context alignment

2017-02-23 Thread Chris Wilson
No hardware was ever shipped that needed more than 4096 byte alignment and future hardware will not use this legacy path. So reduce the alignment to make it easier and quicker to launch workloads. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_context.c