Re: [Intel-gfx] [PATCH] drm/i915: Remove unwanted pointer unpacking

2022-09-27 Thread Niranjana Vishwanathapura
On Tue, Sep 27, 2022 at 09:52:46AM +0300, Jani Nikula wrote: On Mon, 26 Sep 2022, Niranjana Vishwanathapura wrote: In await_fence_array(), unpacking syncobj pointer is not needed. Remove it. Where are we with the goal of getting rid of all of ptr_pack_bits(), ptr_unpack_bits(), ptr_mask_bits

[Intel-gfx] [PATCH] drm/i915: Remove unwanted pointer unpacking

2022-09-27 Thread Niranjana Vishwanathapura
In await_fence_array(), unpacking syncobj pointer is not needed. Remove it. Reviewed-by: Tvrtko Ursulin Signed-off-by: Niranjana Vishwanathapura --- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/gpu/drm/i915/gem/i915_gem_execbuffe

Re: [Intel-gfx] [PATCH] drm/i915: Remove unwanted pointer unpacking

2022-09-27 Thread Tvrtko Ursulin
On 27/09/2022 06:40, Niranjana Vishwanathapura wrote: In await_fence_array(), unpacking syncobj pointer is not needed. Remove it. Signed-off-by: Niranjana Vishwanathapura --- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/gpu/

Re: [Intel-gfx] [PATCH] drm/i915: Remove unwanted pointer unpacking

2022-09-26 Thread Jani Nikula
On Mon, 26 Sep 2022, Niranjana Vishwanathapura wrote: > In await_fence_array(), unpacking syncobj pointer is not needed. > Remove it. Where are we with the goal of getting rid of all of ptr_pack_bits(), ptr_unpack_bits(), ptr_mask_bits() and ptr_unmask_bits()? BR, Jani. > > Signed-off-by: Nir

[Intel-gfx] [PATCH] drm/i915: Remove unwanted pointer unpacking

2022-09-26 Thread Niranjana Vishwanathapura
In await_fence_array(), unpacking syncobj pointer is not needed. Remove it. Signed-off-by: Niranjana Vishwanathapura --- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c b/drivers/gpu/drm/i915/g