On Wed, 23 Apr 2025 09:01:49 +0200 Boris Brezillon <[email protected]> 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.
