[PATCH v10 4/4] drm/panthor: show device-wide list of DRM GEM objects over DebugFS
Boris Brezillon
boris.brezillon at collabora.com
Wed Apr 23 08:34:19 UTC 2025
On Wed, 23 Apr 2025 09:01:49 +0200
Boris Brezillon <boris.brezillon at collabora.com> wrote:
> > +
> > +enum panthor_debugfs_gem_usage_flags {
> > + PANTHOR_DEBUGFS_GEM_USAGE_KERNEL_BIT = 0,
> > + PANTHOR_DEBUGFS_GEM_USAGE_FW_MAPPED_BIT = 1,
>
> Now that you print the flags as raw hex values, you don't need those
> _BIT definitions.
My bad, I didn't notice you were still printing flag names as a legend.
More information about the dri-devel
mailing list