Re: [Intel-gfx] [PATCH 2/2] drm/i915/hsw/bdw: Enable resource streamer bits on MI_BATCH_BUFFER_START

2015-05-15 Thread Abdiel Janulgue
Hi, On 05/13/2015 01:22 PM, Chris Wilson wrote: On Wed, May 13, 2015 at 11:13:24AM +0300, Abdiel Janulgue wrote: Adds support for executing the resource streamer on BDW and HSW v2: Add support for Execlists (Minu Mathai minu.mat...@intel.com) Signed-off-by: Abdiel Janulgue

Re: [Intel-gfx] [PATCH 2/2] drm/i915/hsw/bdw: Enable resource streamer bits on MI_BATCH_BUFFER_START

2015-05-15 Thread Chris Wilson
On Fri, May 15, 2015 at 12:16:06PM +0300, Abdiel Janulgue wrote: Hi, On 05/13/2015 01:22 PM, Chris Wilson wrote: On Wed, May 13, 2015 at 11:13:24AM +0300, Abdiel Janulgue wrote: Adds support for executing the resource streamer on BDW and HSW v2: Add support for Execlists (Minu Mathai

Re: [Intel-gfx] [PATCH 2/2] drm/i915/hsw/bdw: Enable resource streamer bits on MI_BATCH_BUFFER_START

2015-05-13 Thread Chris Wilson
On Wed, May 13, 2015 at 11:13:24AM +0300, Abdiel Janulgue wrote: Adds support for executing the resource streamer on BDW and HSW v2: Add support for Execlists (Minu Mathai minu.mat...@intel.com) Signed-off-by: Abdiel Janulgue abdiel.janul...@linux.intel.com I would have liked to have seen

[Intel-gfx] [PATCH 2/2] drm/i915/hsw/bdw: Enable resource streamer bits on MI_BATCH_BUFFER_START

2015-05-13 Thread Abdiel Janulgue
Adds support for executing the resource streamer on BDW and HSW v2: Add support for Execlists (Minu Mathai minu.mat...@intel.com) Signed-off-by: Abdiel Janulgue abdiel.janul...@linux.intel.com --- drivers/gpu/drm/i915/i915_reg.h | 1 + drivers/gpu/drm/i915/intel_lrc.c| 3 ++-

[Intel-gfx] [PATCH 2/2] drm/i915/hsw/bdw: Enable resource streamer bits on MI_BATCH_BUFFER_START

2015-05-11 Thread Abdiel Janulgue
Adds support for executing the resource streamer on BDW Signed-off-by: Abdiel Janulgue abdiel.janul...@linux.intel.com --- drivers/gpu/drm/i915/i915_reg.h | 1 + drivers/gpu/drm/i915/intel_ringbuffer.c | 6 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git