commit | afeddf50811253ee512fb9192cfb443891929776 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Feb 27 13:59:13 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Feb 27 16:01:47 2017 +0000 |
tree | 061553fe75b5af1f49213f915b22fc802b6d857c | |
parent | 12946eceeb97a36a7087995646e077e9872ac99b [diff] |
drm/i915: Reduce context alignment 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 <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170227135913.8056-3-chris@chris-wilson.co.uk