Re: [Intel-gfx] [PATCH v2 02/15] drm/i915/dsb: DSB context creation.

2019-10-21 Thread Chris Wilson
Quoting Animesh Manna (2019-10-21 11:11:04) > > > On 10/17/2019 8:08 PM, Tvrtko Ursulin wrote: > > > > On 17/10/2019 14:53, Animesh Manna wrote: > >> On 10/17/2019 6:39 PM, Tvrtko Ursulin wrote: > >>> On 17/10/2019 13:52, Animesh Manna wrote: > On 10/17/2019 2:05 PM, Tvrtko Ursulin wrote: >

Re: [Intel-gfx] [PATCH v2 02/15] drm/i915/dsb: DSB context creation.

2019-10-21 Thread Animesh Manna
On 10/17/2019 8:08 PM, Tvrtko Ursulin wrote: On 17/10/2019 14:53, Animesh Manna wrote: On 10/17/2019 6:39 PM, Tvrtko Ursulin wrote: On 17/10/2019 13:52, Animesh Manna wrote: On 10/17/2019 2:05 PM, Tvrtko Ursulin wrote: On 22/08/2019 13:09, Chris Wilson wrote: Quoting Animesh Manna

Re: [Intel-gfx] [PATCH v2 02/15] drm/i915/dsb: DSB context creation.

2019-10-17 Thread Tvrtko Ursulin
On 17/10/2019 14:53, Animesh Manna wrote: On 10/17/2019 6:39 PM, Tvrtko Ursulin wrote: On 17/10/2019 13:52, Animesh Manna wrote: On 10/17/2019 2:05 PM, Tvrtko Ursulin wrote: On 22/08/2019 13:09, Chris Wilson wrote: Quoting Animesh Manna (2019-08-22 13:05:06) Hi, On 8/21/2019 11:41 PM,

Re: [Intel-gfx] [PATCH v2 02/15] drm/i915/dsb: DSB context creation.

2019-10-17 Thread Animesh Manna
On 10/17/2019 6:39 PM, Tvrtko Ursulin wrote: On 17/10/2019 13:52, Animesh Manna wrote: On 10/17/2019 2:05 PM, Tvrtko Ursulin wrote: On 22/08/2019 13:09, Chris Wilson wrote: Quoting Animesh Manna (2019-08-22 13:05:06) Hi, On 8/21/2019 11:41 PM, Chris Wilson wrote: Quoting Animesh Manna

Re: [Intel-gfx] [PATCH v2 02/15] drm/i915/dsb: DSB context creation.

2019-10-17 Thread Tvrtko Ursulin
On 17/10/2019 13:52, Animesh Manna wrote: On 10/17/2019 2:05 PM, Tvrtko Ursulin wrote: On 22/08/2019 13:09, Chris Wilson wrote: Quoting Animesh Manna (2019-08-22 13:05:06) Hi, On 8/21/2019 11:41 PM, Chris Wilson wrote: Quoting Animesh Manna (2019-08-21 07:32:22) +   vma =

Re: [Intel-gfx] [PATCH v2 02/15] drm/i915/dsb: DSB context creation.

2019-10-17 Thread Animesh Manna
On 10/17/2019 2:05 PM, Tvrtko Ursulin wrote: On 22/08/2019 13:09, Chris Wilson wrote: Quoting Animesh Manna (2019-08-22 13:05:06) Hi, On 8/21/2019 11:41 PM, Chris Wilson wrote: Quoting Animesh Manna (2019-08-21 07:32:22) + vma = i915_gem_object_ggtt_pin(obj, NULL, 0, 0,

Re: [Intel-gfx] [PATCH v2 02/15] drm/i915/dsb: DSB context creation.

2019-10-17 Thread Tvrtko Ursulin
On 22/08/2019 13:09, Chris Wilson wrote: Quoting Animesh Manna (2019-08-22 13:05:06) Hi, On 8/21/2019 11:41 PM, Chris Wilson wrote: Quoting Animesh Manna (2019-08-21 07:32:22) + vma = i915_gem_object_ggtt_pin(obj, NULL, 0, 0, PIN_MAPPABLE); Only this (currently) still requires

Re: [Intel-gfx] [PATCH v2 02/15] drm/i915/dsb: DSB context creation.

2019-08-22 Thread Animesh Manna
Hi, On 8/21/2019 11:41 PM, Chris Wilson wrote: Quoting Animesh Manna (2019-08-21 07:32:22) The function will internally get the gem buffer from global GTT which is mapped in cpu domain to feed the data + opcode for DSB engine. Cc: Imre Deak Cc: Michel Thierry Cc: Jani Nikula Cc: Rodrigo

Re: [Intel-gfx] [PATCH v2 02/15] drm/i915/dsb: DSB context creation.

2019-08-22 Thread Chris Wilson
Quoting Animesh Manna (2019-08-22 13:05:06) > Hi, > > > On 8/21/2019 11:41 PM, Chris Wilson wrote: > > Quoting Animesh Manna (2019-08-21 07:32:22) > >> + vma = i915_gem_object_ggtt_pin(obj, NULL, 0, 0, PIN_MAPPABLE); > > Only this (currently) still requires struct_mutex > > Sure will add.

Re: [Intel-gfx] [PATCH v2 02/15] drm/i915/dsb: DSB context creation.

2019-08-21 Thread Chris Wilson
Quoting Animesh Manna (2019-08-21 07:32:22) > The function will internally get the gem buffer from global GTT > which is mapped in cpu domain to feed the data + opcode for DSB engine. > > Cc: Imre Deak > Cc: Michel Thierry > Cc: Jani Nikula > Cc: Rodrigo Vivi > Signed-off-by: Animesh Manna >

[Intel-gfx] [PATCH v2 02/15] drm/i915/dsb: DSB context creation.

2019-08-21 Thread Animesh Manna
The function will internally get the gem buffer from global GTT which is mapped in cpu domain to feed the data + opcode for DSB engine. Cc: Imre Deak Cc: Michel Thierry Cc: Jani Nikula Cc: Rodrigo Vivi Signed-off-by: Animesh Manna --- drivers/gpu/drm/i915/Makefile | 1 +