Re: [PATCH 09/10] accel/ivpu: Improve buffer object debug logs

2024-01-10 Thread Jacek Lawrynowicz
On 05.01.2024 18:03, Jeffrey Hugo wrote: > On 1/5/2024 4:22 AM, Jacek Lawrynowicz wrote: >> Make debug logs more readable and consistent: >>    - don't print handle as it is not always available for all buffers >>    - use hashed ivpu_bo ptr as main buffer identifier >>    - remove unused fields

Re: [PATCH 09/10] accel/ivpu: Improve buffer object debug logs

2024-01-05 Thread Jeffrey Hugo
On 1/5/2024 4:22 AM, Jacek Lawrynowicz wrote: Make debug logs more readable and consistent: - don't print handle as it is not always available for all buffers - use hashed ivpu_bo ptr as main buffer identifier - remove unused fields from ivpu_bo_print_info() Signed-off-by: Jacek Lawryno

[PATCH 09/10] accel/ivpu: Improve buffer object debug logs

2024-01-05 Thread Jacek Lawrynowicz
Make debug logs more readable and consistent: - don't print handle as it is not always available for all buffers - use hashed ivpu_bo ptr as main buffer identifier - remove unused fields from ivpu_bo_print_info() Signed-off-by: Jacek Lawrynowicz --- drivers/accel/ivpu/ivpu_gem.c | 72 +