Re: [PATCH v3 3/4] drm/panthor: show device-wide list of DRM GEM objects over DebugFS

2025-04-02 Thread Adrián Larumbe
Hi Boris, On 28.03.2025 15:30, Boris Brezillon wrote: > On Thu, 27 Mar 2025 14:08:36 + > Adrián Larumbe wrote: > > > Add a device DebugFS file that displays a complete list of all the DRM GEM > > objects that are exposed to UM through a DRM handle. > > > > Since leaking object identifiers tha

Re: [PATCH v3 3/4] drm/panthor: show device-wide list of DRM GEM objects over DebugFS

2025-03-28 Thread Boris Brezillon
On Thu, 27 Mar 2025 14:08:36 + Adrián Larumbe wrote: > Add a device DebugFS file that displays a complete list of all the DRM GEM > objects that are exposed to UM through a DRM handle. > > Since leaking object identifiers that might belong to a different NS is > inadmissible, this functional

[PATCH v3 3/4] drm/panthor: show device-wide list of DRM GEM objects over DebugFS

2025-03-27 Thread Adrián Larumbe
Add a device DebugFS file that displays a complete list of all the DRM GEM objects that are exposed to UM through a DRM handle. Since leaking object identifiers that might belong to a different NS is inadmissible, this functionality is only made available in debug builds with DEBUGFS support enabl