Re: [PATCH v7 2/4] drm/file: Add driver-specific memory region key printing helper

2025-01-09 Thread Adrián Larumbe
On 09.01.2025 13:05, Tvrtko Ursulin wrote: > On 08/01/2025 21:02, Adrián Larumbe wrote: > > This is motivated by the desire of some dirvers (eg. Panthor) to print the > > size of internal memory regions with a prefix that reflects the driver > > name, as suggested in the previous documentation comm

Re: [PATCH v7 2/4] drm/file: Add driver-specific memory region key printing helper

2025-01-09 Thread Tvrtko Ursulin
On 08/01/2025 21:02, Adrián Larumbe wrote: This is motivated by the desire of some dirvers (eg. Panthor) to print the size of internal memory regions with a prefix that reflects the driver name, as suggested in the previous documentation commit. That means a minor refactoring of print_size() w

[PATCH v7 2/4] drm/file: Add driver-specific memory region key printing helper

2025-01-08 Thread Adrián Larumbe
This is motivated by the desire of some dirvers (eg. Panthor) to print the size of internal memory regions with a prefix that reflects the driver name, as suggested in the previous documentation commit. That means a minor refactoring of print_size() was needed so as to make it more generic in the