From: Boris Brezillon <boris.brezillon@collabora.com>
To: "Adrián Larumbe" <adrian.larumbe@collabora.com>
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
kernel@collabora.com, "Liviu Dudau" <liviu.dudau@arm.com>,
"Steven Price" <steven.price@arm.com>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
"Maxime Ripard" <mripard@kernel.org>,
"Thomas Zimmermann" <tzimmermann@suse.de>,
"David Airlie" <airlied@gmail.com>,
"Simona Vetter" <simona@ffwll.ch>,
"Sumit Semwal" <sumit.semwal@linaro.org>,
"Christian König" <christian.koenig@amd.com>,
linux-media@vger.kernel.org, linaro-mm-sig@lists.linaro.org
Subject: Re: [PATCH v10 4/4] drm/panthor: show device-wide list of DRM GEM objects over DebugFS
Date: Wed, 23 Apr 2025 10:34:19 +0200 [thread overview]
Message-ID: <20250423103419.587a88f9@collabora.com> (raw)
In-Reply-To: <20250423090149.2748ef62@collabora.com>
On Wed, 23 Apr 2025 09:01:49 +0200
Boris Brezillon <boris.brezillon@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.
next prev parent reply other threads:[~2025-04-23 8:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-23 2:12 [PATCH v10 0/4] Panthor BO tagging and GEMS debug display Adrián Larumbe
2025-04-23 2:12 ` [PATCH v10 1/4] drm/panthor: Introduce BO labeling Adrián Larumbe
2025-04-23 2:12 ` [PATCH v10 2/4] drm/panthor: Add driver IOCTL for setting BO labels Adrián Larumbe
2025-04-23 2:12 ` [PATCH v10 3/4] drm/panthor: Label all kernel BO's Adrián Larumbe
2025-04-23 2:12 ` [PATCH v10 4/4] drm/panthor: show device-wide list of DRM GEM objects over DebugFS Adrián Larumbe
2025-04-23 7:01 ` Boris Brezillon
2025-04-23 8:34 ` Boris Brezillon [this message]
2025-05-07 12:04 ` [WARNING: A/V UNSCANNABLE]Re: " kernel test robot
2025-04-23 8:36 ` [PATCH v10 0/4] Panthor BO tagging and GEMS debug display Boris Brezillon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250423103419.587a88f9@collabora.com \
--to=boris.brezillon@collabora.com \
--cc=adrian.larumbe@collabora.com \
--cc=airlied@gmail.com \
--cc=christian.koenig@amd.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel@collabora.com \
--cc=linaro-mm-sig@lists.linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=liviu.dudau@arm.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=simona@ffwll.ch \
--cc=steven.price@arm.com \
--cc=sumit.semwal@linaro.org \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.