Re: [PATCH 15/26] drm/i915: use the new iterator in i915_request_await_object v2

2021-09-22 Thread Tvrtko Ursulin
On 22/09/2021 10:10, Christian König wrote: Simplifying the code a bit. v2: add missing rcu_read_lock()/rcu_read_unlock() v3: use dma_resv_for_each_fence instead Signed-off-by: Christian König --- drivers/gpu/drm/i915/i915_request.c | 34 + 1 file changed, 5 in

[PATCH 15/26] drm/i915: use the new iterator in i915_request_await_object v2

2021-09-22 Thread Christian König
Simplifying the code a bit. v2: add missing rcu_read_lock()/rcu_read_unlock() v3: use dma_resv_for_each_fence instead Signed-off-by: Christian König --- drivers/gpu/drm/i915/i915_request.c | 34 + 1 file changed, 5 insertions(+), 29 deletions(-) diff --git a/drivers

[PATCH 15/26] drm/i915: use the new iterator in i915_request_await_object v2

2021-09-21 Thread Christian König
Simplifying the code a bit. v2: add missing rcu_read_lock()/rcu_read_unlock() v3: use dma_resv_for_each_fence instead Signed-off-by: Christian König --- drivers/gpu/drm/i915/i915_request.c | 34 + 1 file changed, 5 insertions(+), 29 deletions(-) diff --git a/drivers

[PATCH 15/26] drm/i915: use the new iterator in i915_request_await_object v2

2021-09-17 Thread Christian König
Simplifying the code a bit. v2: add missing rcu_read_lock()/rcu_read_unlock() v3: use dma_resv_for_each_fence instead Signed-off-by: Christian König --- drivers/gpu/drm/i915/i915_request.c | 34 + 1 file changed, 5 insertions(+), 29 deletions(-) diff --git a/drivers

[PATCH 15/26] drm/i915: use the new iterator in i915_request_await_object v2

2021-09-16 Thread Christian König
Simplifying the code a bit. v2: add missing rcu_read_lock()/rcu_read_unlock() Signed-off-by: Christian König --- drivers/gpu/drm/i915/i915_request.c | 40 - 1 file changed, 11 insertions(+), 29 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_request.c b/drivers

Re: [Intel-gfx] [PATCH 15/26] drm/i915: use the new iterator in i915_request_await_object

2021-09-14 Thread Tvrtko Ursulin
On 14/09/2021 11:39, Christian König wrote: Am 14.09.21 um 12:26 schrieb Tvrtko Ursulin: On 13/09/2021 14:16, Christian König wrote: Simplifying the code a bit. Signed-off-by: Christian König ---   drivers/gpu/drm/i915/i915_request.c | 36 ++---   1 file changed, 7 i

Re: [Intel-gfx] [PATCH 15/26] drm/i915: use the new iterator in i915_request_await_object

2021-09-14 Thread Christian König
Am 14.09.21 um 12:26 schrieb Tvrtko Ursulin: On 13/09/2021 14:16, Christian König wrote: Simplifying the code a bit. Signed-off-by: Christian König ---   drivers/gpu/drm/i915/i915_request.c | 36 ++---   1 file changed, 7 insertions(+), 29 deletions(-) diff --git a/dri

Re: [Intel-gfx] [PATCH 15/26] drm/i915: use the new iterator in i915_request_await_object

2021-09-14 Thread Tvrtko Ursulin
On 13/09/2021 14:16, Christian König wrote: Simplifying the code a bit. Signed-off-by: Christian König --- drivers/gpu/drm/i915/i915_request.c | 36 ++--- 1 file changed, 7 insertions(+), 29 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_request.c b/drivers/g

[PATCH 15/26] drm/i915: use the new iterator in i915_request_await_object

2021-09-13 Thread Christian König
Simplifying the code a bit. Signed-off-by: Christian König --- drivers/gpu/drm/i915/i915_request.c | 36 ++--- 1 file changed, 7 insertions(+), 29 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_request.c b/drivers/gpu/drm/i915/i915_request.c index 37aef1308573..b81