Re: [PATCH v5 3/4] drm/panthor: Label all kernel BO's

2025-04-09 Thread Boris Brezillon
On Tue, 8 Apr 2025 23:24:23 +0100 Adrián Larumbe wrote: > Kernel BO's aren't exposed to UM, so labelling them is the responsibility > of the driver itself. This kind of tagging will prove useful in further > commits when want to expose these objects through DebugFS. > > Expand panthor_kernel_bo

[PATCH v5 3/4] drm/panthor: Label all kernel BO's

2025-04-08 Thread Adrián Larumbe
Kernel BO's aren't exposed to UM, so labelling them is the responsibility of the driver itself. This kind of tagging will prove useful in further commits when want to expose these objects through DebugFS. Expand panthor_kernel_bo_create() interface to take a NULL-terminated string. No bounds check