Re: [PATCH v5 2/2] Documentation/gpu: Add fdinfo meanings of drm-*-internal memory tags

2025-01-06 Thread Adrián Martínez Larumbe
On 03.01.2025 10:49, Tvrtko Ursulin wrote: > On 02/01/2025 22:18, Adrián Martínez Larumbe wrote: > > On 02.01.2025 21:59, Tvrtko Ursulin wrote: > > > > > > On 18/12/2024 18:18, Adrián Martínez Larumbe wrote: > > > > From: Adrián Larumbe > > >

Re: [PATCH v5 2/2] Documentation/gpu: Add fdinfo meanings of drm-*-internal memory tags

2025-01-02 Thread Adrián Martínez Larumbe
On 02.01.2025 21:59, Tvrtko Ursulin wrote: > >On 18/12/2024 18:18, Adrián Martínez Larumbe wrote: >> From: Adrián Larumbe >> >> A previous commit enabled display of driver-internal kernel BO sizes >> through the device file's fdinfo interface. >> >>

Re: [PATCH v5 1/2] drm/panthor: Expose size of driver internal BO's over fdinfo

2025-01-02 Thread Adrián Martínez Larumbe
On 19.12.2024 16:30, Mihail Atanassov wrote: On 18/12/2024 18:18, Adrián Martínez Larumbe wrote: > > From: Adrián Larumbe > > > > This will display the sizes of kenrel BO's bound to an open file, which are > > otherwise not exposed to UM through a handle. >

[PATCH v5 2/2] Documentation/gpu: Add fdinfo meanings of drm-*-internal memory tags

2024-12-18 Thread Adrián Martínez Larumbe
From: Adrián Larumbe A previous commit enabled display of driver-internal kernel BO sizes through the device file's fdinfo interface. Expand the description of the relevant driver-specific key:value pairs with the definitions of the new drm-*-internal ones. Signed-off-by: Adrián Larumbe Review

[PATCH v5 1/2] drm/panthor: Expose size of driver internal BO's over fdinfo

2024-12-18 Thread Adrián Martínez Larumbe
From: Adrián Larumbe This will display the sizes of kenrel BO's bound to an open file, which are otherwise not exposed to UM through a handle. The sizes recorded are as follows: - Per group: suspend buffer, protm-suspend buffer, syncobjcs - Per queue: ringbuffer, profiling slots, firmware inte

[PATCH v5 0/2] drm/panthor: Display size of internal kernel BOs through fdinfo

2024-12-18 Thread Adrián Martínez Larumbe
This patch series enables display of the size of driver-owned shmem BO's that aren't exposed to userspace through a DRM handle. Discussion of previous revision can be found here [1]. Changelog: v5: - Replaced down_write semaphore with the read flavour - Fixed typo and added explicit descriptio