From: Michal Wajdeczko <michal.wajdeczko@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>,
Lucas De Marchi <lucas.demarchi@intel.com>
Subject: Re: [PATCH 0/3] Refactor GT debugfs
Date: Wed, 13 Mar 2024 13:42:58 +0100 [thread overview]
Message-ID: <feaa940e-baa4-4b65-9218-9c196d10a854@intel.com> (raw)
In-Reply-To: <20240214115756.1525-1-michal.wajdeczko@intel.com>
ping
On 14.02.2024 12:57, Michal Wajdeczko wrote:
> Many of our debugfs files are GT specific and require a pointer to
> struct xe_gt to correctly show its content. Our initial approach
> to use drm_info_list.data field to pass pointer not only requires
> extra steps (like copying template per each GT) but also abuses
> the rule that this data field should not be device specific.
>
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
>
> Michal Wajdeczko (3):
> drm/xe: Store pointer to struct xe_gt in gt/ debugfs directory
> drm/xe: Define helper for GT specific debugfs files
> drm/xe: Refactor GT debugfs
>
> drivers/gpu/drm/xe/xe_gt_debugfs.c | 206 ++++++++++++++---------------
> drivers/gpu/drm/xe/xe_gt_debugfs.h | 2 +
> 2 files changed, 105 insertions(+), 103 deletions(-)
>
prev parent reply other threads:[~2024-03-13 12:43 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-14 11:57 [PATCH 0/3] Refactor GT debugfs Michal Wajdeczko
2024-02-14 11:57 ` [PATCH 1/3] drm/xe: Store pointer to struct xe_gt in gt/ debugfs directory Michal Wajdeczko
2024-03-25 17:01 ` Rodrigo Vivi
2024-03-25 17:34 ` Michal Wajdeczko
2024-03-27 23:20 ` Lucas De Marchi
2024-03-28 15:18 ` Rodrigo Vivi
2024-02-14 11:57 ` [PATCH 2/3] drm/xe: Define helper for GT specific debugfs files Michal Wajdeczko
2024-02-14 11:57 ` [PATCH 3/3] drm/xe: Refactor GT debugfs Michal Wajdeczko
2024-02-14 12:00 ` ✓ CI.Patch_applied: success for " Patchwork
2024-02-14 12:00 ` ✓ CI.checkpatch: " Patchwork
2024-02-14 12:01 ` ✓ CI.KUnit: " Patchwork
2024-02-14 12:12 ` ✓ CI.Build: " Patchwork
2024-02-14 12:12 ` ✓ CI.Hooks: " Patchwork
2024-02-14 12:14 ` ✓ CI.checksparse: " Patchwork
2024-02-14 12:47 ` ✓ CI.BAT: " Patchwork
2024-03-13 12:42 ` Michal Wajdeczko [this message]
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=feaa940e-baa4-4b65-9218-9c196d10a854@intel.com \
--to=michal.wajdeczko@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=lucas.demarchi@intel.com \
--cc=rodrigo.vivi@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox