Re: [Mesa-dev] [PATCH v3 2/6] i965: Enable resource streamer for the batchbuffer

2015-06-16 Thread Abdiel Janulgue
On 06/16/2015 03:20 PM, Chris Wilson wrote: > On Tue, Jun 16, 2015 at 03:08:56PM +0300, Abdiel Janulgue wrote: >> Check first if the hardware and kernel supports resource streamer. If this >> is allowed, tell the kernel to enable the resource streamer enable bit on >> MI_BATCHBUFFER_START by spec

Re: [Mesa-dev] [PATCH v3 2/6] i965: Enable resource streamer for the batchbuffer

2015-06-16 Thread Chris Wilson
On Tue, Jun 16, 2015 at 03:08:56PM +0300, Abdiel Janulgue wrote: > Check first if the hardware and kernel supports resource streamer. If this > is allowed, tell the kernel to enable the resource streamer enable bit on > MI_BATCHBUFFER_START by specifying I915_EXEC_RESOURCE_STREAMER > execbuffer fla

[Mesa-dev] [PATCH v3 2/6] i965: Enable resource streamer for the batchbuffer

2015-06-16 Thread Abdiel Janulgue
Check first if the hardware and kernel supports resource streamer. If this is allowed, tell the kernel to enable the resource streamer enable bit on MI_BATCHBUFFER_START by specifying I915_EXEC_RESOURCE_STREAMER execbuffer flags. v2: - Use new I915_PARAM_HAS_RESOURCE_STREAMER ioctl to check if ker