Re: [PATCH 1/3] drm/panfrost: Add BO labelling to Panfrost

2025-05-07 Thread Boris Brezillon
On Wed, 7 May 2025 14:01:04 +0100 Adrián Larumbe wrote: > On 06.05.2025 08:54, Boris Brezillon wrote: > > On Thu, 24 Apr 2025 03:21:30 +0100 > > Adrián Larumbe wrote: > > > > > Unlike in Panthor, from where this change is based on, there is no need > > > to support tagging of BO's other than U

Re: [PATCH 1/3] drm/panfrost: Add BO labelling to Panfrost

2025-05-07 Thread Adrián Larumbe
On 07.05.2025 14:18, Steven Price wrote: > On 24/04/2025 03:21, Adrián Larumbe wrote: > > Unlike in Panthor, from where this change is based on, there is no need > > to support tagging of BO's other than UM-exposed ones, so all strings > > can be freed with kfree(). > > > > This commit is done in p

Re: [PATCH 1/3] drm/panfrost: Add BO labelling to Panfrost

2025-05-07 Thread Steven Price
On 24/04/2025 03:21, Adrián Larumbe wrote: > Unlike in Panthor, from where this change is based on, there is no need > to support tagging of BO's other than UM-exposed ones, so all strings > can be freed with kfree(). > > This commit is done in preparation of a following one that will allow > UM t

Re: [PATCH 1/3] drm/panfrost: Add BO labelling to Panfrost

2025-05-07 Thread Adrián Larumbe
On 06.05.2025 08:54, Boris Brezillon wrote: > On Thu, 24 Apr 2025 03:21:30 +0100 > Adrián Larumbe wrote: > > > Unlike in Panthor, from where this change is based on, there is no need > > to support tagging of BO's other than UM-exposed ones, so all strings > > can be freed with kfree(). > > > > Th

Re: [PATCH 1/3] drm/panfrost: Add BO labelling to Panfrost

2025-05-06 Thread Boris Brezillon
On Thu, 24 Apr 2025 03:21:30 +0100 Adrián Larumbe wrote: > Unlike in Panthor, from where this change is based on, there is no need > to support tagging of BO's other than UM-exposed ones, so all strings > can be freed with kfree(). > > This commit is done in preparation of a following one that w

[PATCH 1/3] drm/panfrost: Add BO labelling to Panfrost

2025-04-23 Thread Adrián Larumbe
Unlike in Panthor, from where this change is based on, there is no need to support tagging of BO's other than UM-exposed ones, so all strings can be freed with kfree(). This commit is done in preparation of a following one that will allow UM to set BO labels through a new ioctl(). Signed-off-by: