Re: [PATCH v2 3/3] drm/panfrost: show device-wide list of DRM GEM objects over DebugFS

2025-05-20 Thread Adrián Larumbe
Hi Steven, Thanks for the fix, I've tested it and it fixes the outstanding issue. However, including the perfcnt sample buffer in the DebugFS GEMs file raises the question of what to do with its labelling, because it isn't exposed to UM through a handle, so my previous assumption about not need

Re: [PATCH v2 3/3] drm/panfrost: show device-wide list of DRM GEM objects over DebugFS

2025-05-20 Thread Adrián Larumbe
Hi Steven, On 08.05.2025 11:42, Steven Price wrote: > On 07/05/2025 17:07, Adrián Larumbe wrote: > > This change is essentially a Panfrost port of commit a3707f53eb3f > > ("drm/panthor: show device-wide list of DRM GEM objects over DebugFS"). > > > > The DebugFS file is almost the same as in Panth

Re: [PATCH v2 3/3] drm/panfrost: show device-wide list of DRM GEM objects over DebugFS

2025-05-19 Thread Steven Price
On 15/05/2025 19:04, Daniel Stone wrote: > Hi Steven, > > On Thu, 8 May 2025 at 11:42, Steven Price wrote: >> I'm also seeing a splat when running this, see below. I haven't got my >> head around how this is happening, but I see it when glmark quits at the >> end of the test. >> >> [ 399.505066]

Re: [PATCH v2 3/3] drm/panfrost: show device-wide list of DRM GEM objects over DebugFS

2025-05-15 Thread Daniel Stone
Hi Steven, On Thu, 8 May 2025 at 11:42, Steven Price wrote: > I'm also seeing a splat when running this, see below. I haven't got my > head around how this is happening, but I see it when glmark quits at the > end of the test. > > [ 399.505066] Unable to handle kernel NULL pointer dereference at

Re: [PATCH v2 3/3] drm/panfrost: show device-wide list of DRM GEM objects over DebugFS

2025-05-08 Thread Steven Price
On 07/05/2025 17:07, Adrián Larumbe wrote: > This change is essentially a Panfrost port of commit a3707f53eb3f > ("drm/panthor: show device-wide list of DRM GEM objects over DebugFS"). > > The DebugFS file is almost the same as in Panthor, minus the GEM object > usage flags, since Panfrost has no

[PATCH v2 3/3] drm/panfrost: show device-wide list of DRM GEM objects over DebugFS

2025-05-07 Thread Adrián Larumbe
This change is essentially a Panfrost port of commit a3707f53eb3f ("drm/panthor: show device-wide list of DRM GEM objects over DebugFS"). The DebugFS file is almost the same as in Panthor, minus the GEM object usage flags, since Panfrost has no kernel-only BO's. Two additional GEM state flags whi