[PATCH -next] drm/i915/gt: Make use of __assign_bit() API

2024-09-03 Thread Hongbo Li
We have for some time the __assign_bit() API to replace open coded if (foo) __set_bit(n, bar); else __clear_bit(n, bar); Use this API to simplify the code. No functional change intended. Signed-off-by: Hongbo Li --- drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c | 5

[PATCH -next] drm/i915: Remove extra unlikely helper

2024-09-03 Thread Hongbo Li
In IS_ERR, the unlikely is used for the input parameter, so these is no need to use it again outside. Signed-off-by: Hongbo Li --- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c b

Re: ✗ Fi.CI.IGT: failure for drm/i915: Remove extra unlikely helper

2024-09-09 Thread Hongbo Li
On 2024/9/4 23:50, Patchwork wrote: *Patch Details* *Series:* drm/i915: Remove extra unlikely helper *URL:* https://patchwork.freedesktop.org/series/138142/ *State:*failure *Details:* https://intel-gfx-ci.01.org/tree/drm-tip/P