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

2025-04-17 Thread Steven Price
On 15/04/2025 20:15, 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 it is the respon

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

2025-04-17 Thread Liviu Dudau
On Tue, Apr 15, 2025 at 08:15:30PM +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 alloca

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

2025-04-15 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