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

2025-03-19 Thread Boris Brezillon
On Wed, 19 Mar 2025 15:03:16 + 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 v2 1/4] drm/panthor: Introduce BO labeling

2025-03-19 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