Re: [PATCH 03/10] accel/ivpu: Add debug prints for MMU map/unmap operations

2024-01-09 Thread Jacek Lawrynowicz
On 05.01.2024 16:32, Jeffrey Hugo wrote: > On 1/5/2024 4:22 AM, Jacek Lawrynowicz wrote: >> From: "Wachowski, Karol" >> >> It is common need to be able to  see IOVA/physical to VPU addresses > > Errant double space between "to" and "see" Sure >> mappings. Especially when debugging different kin

Re: [PATCH 03/10] accel/ivpu: Add debug prints for MMU map/unmap operations

2024-01-05 Thread Jeffrey Hugo
On 1/5/2024 4:22 AM, Jacek Lawrynowicz wrote: From: "Wachowski, Karol" It is common need to be able to see IOVA/physical to VPU addresses Errant double space between "to" and "see" mappings. Especially when debugging different kind of memory related issues. Lack of such logs forces user to

[PATCH 03/10] accel/ivpu: Add debug prints for MMU map/unmap operations

2024-01-05 Thread Jacek Lawrynowicz
From: "Wachowski, Karol" It is common need to be able to see IOVA/physical to VPU addresses mappings. Especially when debugging different kind of memory related issues. Lack of such logs forces user to modify and recompile KMD manually. This commit adds those logs under MMU debug mask which can