Krzysztof
Looks good to me.
Reviewed-by: Maciej Patelczyk
On 10.01.2025 16:46, Krzysztof Karas wrote:
GuC code uses in_atomic() function to determine if the current
context is atomic. As noted by the function's description it
should not be used in driver code, as it is not guaranteed to
determine atomicity correctly in every instance. This is also
poin
* the wakeref immediately but per function spec usage call
this after unlock.
Looked at this and wasn't seeing it. There is spin_lock_irqsave() used
earlier.
Reviewed-by: Maciej Patelczyk
Andi Shyti writes:
> Change functions that always return '0' to be void type.
>
> Signed-off-by: Andi Shyti
> Cc: Maciej Patelczyk
> ---
> drivers/gpu/drm/i915/gt/intel_gt_debugfs.c| 7 ---
> drivers/gpu/drm/i915/gt/intel_gt_debugfs.h|