On 23.02.2016 21:36, Dave Gordon wrote:
On 23/02/16 14:39, Tvrtko Ursulin wrote:
On 23/02/16 14:03, Chris Wilson wrote:
On Tue, Feb 23, 2016 at 01:31:17PM +, Tvrtko Ursulin wrote:
On 23/02/16 13:06, Gabriel Feceoru wrote:
On 23.02.2016 13:05, Tvrtko Ursulin wrote:
Hi,
On 23/02/16
On 23/02/16 14:39, Tvrtko Ursulin wrote:
On 23/02/16 14:03, Chris Wilson wrote:
On Tue, Feb 23, 2016 at 01:31:17PM +, Tvrtko Ursulin wrote:
On 23/02/16 13:06, Gabriel Feceoru wrote:
On 23.02.2016 13:05, Tvrtko Ursulin wrote:
Hi,
On 23/02/16 10:52, Gabriel Feceoru wrote:
Return erro
On 23/02/16 14:03, Chris Wilson wrote:
On Tue, Feb 23, 2016 at 01:31:17PM +, Tvrtko Ursulin wrote:
On 23/02/16 13:06, Gabriel Feceoru wrote:
On 23.02.2016 13:05, Tvrtko Ursulin wrote:
Hi,
On 23/02/16 10:52, Gabriel Feceoru wrote:
Return error when I915_EXEC_BSD_RING2 flag is set but
On Tue, Feb 23, 2016 at 01:31:17PM +, Tvrtko Ursulin wrote:
>
> On 23/02/16 13:06, Gabriel Feceoru wrote:
> >
> >
> > On 23.02.2016 13:05, Tvrtko Ursulin wrote:
> >>
> >> Hi,
> >>
> >> On 23/02/16 10:52, Gabriel Feceoru wrote:
> >>> Return error when I915_EXEC_BSD_RING2 flag is set but BSD2
On 23/02/16 13:06, Gabriel Feceoru wrote:
>
>
> On 23.02.2016 13:05, Tvrtko Ursulin wrote:
>>
>> Hi,
>>
>> On 23/02/16 10:52, Gabriel Feceoru wrote:
>>> Return error when I915_EXEC_BSD_RING2 flag is set but BSD2 ring
>>> is not available in the HW.
>>
>> What is the reasoning behind this? So far
On 23.02.2016 13:05, Tvrtko Ursulin wrote:
Hi,
On 23/02/16 10:52, Gabriel Feceoru wrote:
Return error when I915_EXEC_BSD_RING2 flag is set but BSD2 ring
is not available in the HW.
What is the reasoning behind this? So far kernel was allowing userspace
to select these bits and execute on t
Hi,
On 23/02/16 10:52, Gabriel Feceoru wrote:
Return error when I915_EXEC_BSD_RING2 flag is set but BSD2 ring
is not available in the HW.
What is the reasoning behind this? So far kernel was allowing userspace
to select these bits and execute on the first engine. With this patch it
would st
Return error when I915_EXEC_BSD_RING2 flag is set but BSD2 ring
is not available in the HW.
v2: Reworked
Signed-off-by: Gabriel Feceoru
---
drivers/gpu/drm/i915/i915_gem_execbuffer.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/drivers/gpu/drm/i915/i915_gem_execbuffer.c
b/drivers/