Re: [PATCH] accel/ivpu: Fix warning in ivpu_gem_bo_free()

2025-05-28 Thread Jacek Lawrynowicz
Hi, On 5/28/2025 6:33 PM, Lizhi Hou wrote: > On 5/28/25 08:42, Jacek Lawrynowicz wrote: >> Don't WARN if imported buffers are in use in ivpu_gem_bo_free() as they >> can be indeed used in the original context/driver. >> >> Fixes: 647371a6609d ("accel/ivpu: Add GEM buffer object management") >> Cc:

Re: [PATCH] accel/ivpu: Fix warning in ivpu_gem_bo_free()

2025-05-28 Thread Lizhi Hou
On 5/28/25 08:42, Jacek Lawrynowicz wrote: Don't WARN if imported buffers are in use in ivpu_gem_bo_free() as they can be indeed used in the original context/driver. Fixes: 647371a6609d ("accel/ivpu: Add GEM buffer object management") Cc: # v6.3 Signed-off-by: Jacek Lawrynowicz --- drivers