Re: [PATCH] drm/v3d: Show the memory-management stats on debugfs

2024-01-11 Thread Maira Canal
On 1/5/24 12:32, Melissa Wen wrote: On 01/05, Maíra Canal wrote: Dump the contents of the DRM MM allocator of the V3D driver. This will help us to debug the VA ranges allocated. Signed-off-by: Maíra Canal --- drivers/gpu/drm/v3d/v3d_debugfs.c | 15 +++ 1 file changed, 15

Re: [PATCH] drm/v3d: Show the memory-management stats on debugfs

2024-01-05 Thread Melissa Wen
On 01/05, Maíra Canal wrote: > Dump the contents of the DRM MM allocator of the V3D driver. This will > help us to debug the VA ranges allocated. > > Signed-off-by: Maíra Canal > --- > drivers/gpu/drm/v3d/v3d_debugfs.c | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git

[PATCH] drm/v3d: Show the memory-management stats on debugfs

2024-01-05 Thread Maíra Canal
Dump the contents of the DRM MM allocator of the V3D driver. This will help us to debug the VA ranges allocated. Signed-off-by: Maíra Canal --- drivers/gpu/drm/v3d/v3d_debugfs.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/gpu/drm/v3d/v3d_debugfs.c