Re: [PATCH v5 1/4] drm/panthor: Introduce BO labeling

2025-04-09 Thread Boris Brezillon
On Tue, 8 Apr 2025 23:24:21 +0100 Adrián Larumbe wrote: > Add a new character string Panthor BO field, and a function that allows > setting it from within the driver. > > Driver takes care of freeing the string when it's replaced or no longer > needed at object destruction time, but allocating

[PATCH v5 1/4] drm/panthor: Introduce BO labeling

2025-04-08 Thread Adrián Larumbe
Add a new character string Panthor BO field, and a function that allows setting it from within the driver. Driver takes care of freeing the string when it's replaced or no longer needed at object destruction time, but allocating it is the responsibility of callers. Signed-off-by: Adrián Larumbe