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

2019-08-29 Thread Animesh Manna
Hi, On 8/28/2019 8:09 PM, Sharma, Shashank wrote: On 8/28/2019 12:40 AM, Animesh Manna wrote: The function will internally get the gem buffer from global GTT This patch adds a function, which will internally get the gem buffer for DSB engine. which is mapped in cpu domain to feed the data +

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

2019-08-28 Thread Sharma, Shashank
On 8/28/2019 12:40 AM, Animesh Manna wrote: The function will internally get the gem buffer from global GTT This patch adds a function, which will internally get the gem buffer for DSB engine. which is mapped in cpu domain to feed the data + opcode for DSB engine. This GEM buffer is from globa

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

2019-08-27 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. v1: initial version. v2: - removed some unwanted code. (Chris) - Used i915_gem_object_create_internal instead of _shmem. (Chris) - cmd_buf_tail removed and can