Re: [PATCH v2 4/4] drm/panthor: Display heap chunk entries in DebugFS GEMS file

2025-03-28 Thread Boris Brezillon
On Thu, 27 Mar 2025 13:18:47 + Adrián Larumbe wrote: > On 19.03.2025 18:00, Boris Brezillon wrote: > > On Wed, 19 Mar 2025 15:03:19 + > > Adrián Larumbe wrote: > > > > > Expand the driver's DebugFS GEMS file to display entries for the heap > > > chunks' GEM objects, both those allocate

Re: [PATCH v2 4/4] drm/panthor: Display heap chunk entries in DebugFS GEMS file

2025-03-27 Thread Adrián Larumbe
On 19.03.2025 18:00, Boris Brezillon wrote: > On Wed, 19 Mar 2025 15:03:19 + > Adrián Larumbe wrote: > > > Expand the driver's DebugFS GEMS file to display entries for the heap > > chunks' GEM objects, both those allocated at heap creation time through an > > ioctl(), or in response to a tiler

Re: [PATCH v2 4/4] drm/panthor: Display heap chunk entries in DebugFS GEMS file

2025-03-19 Thread Boris Brezillon
On Wed, 19 Mar 2025 15:03:19 + Adrián Larumbe wrote: > Expand the driver's DebugFS GEMS file to display entries for the heap > chunks' GEM objects, both those allocated at heap creation time through an > ioctl(), or in response to a tiler OOM event. > > Signed-off-by: Adrián Larumbe > --- >