From: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com>
To: dri-devel@lists.freedesktop.org
Cc: Oded Gabbay <ogabbay@kernel.org>,
Jeffrey Hugo <quic_jhugo@quicinc.com>,
Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
Subject: Re: [PATCH 0/5] accel/ivpu: Add debugfs support
Date: Fri, 7 Jul 2023 10:04:51 +0200 [thread overview]
Message-ID: <20230707080451.GB2135759@linux.intel.com> (raw)
In-Reply-To: <20230524074847.866711-1-stanislaw.gruszka@linux.intel.com>
On Wed, May 24, 2023 at 09:48:42AM +0200, Stanislaw Gruszka wrote:
> Add debugfs support for ivpu driver, most importantly firmware loging
> and tracing.
Applied to drm-misc-next
Regards
Stanislaw
>
> Andrzej Kacprowski (1):
> accel/ivpu: Print firmware name and version
>
> Krystian Pradzynski (1):
> accel/ivpu: Add fw_name file to debugfs
>
> Stanislaw Gruszka (3):
> accel/ivpu: Initial debugfs support
> accel/ivpu: Add firmware tracing support
> accel/ivpu: Add debugfs files for testing device reset
>
> drivers/accel/ivpu/Makefile | 4 +-
> drivers/accel/ivpu/ivpu_debugfs.c | 294 ++++++++++++++++++++++++++++++
> drivers/accel/ivpu/ivpu_debugfs.h | 13 ++
> drivers/accel/ivpu/ivpu_drv.c | 5 +
> drivers/accel/ivpu/ivpu_fw.c | 68 ++++++-
> drivers/accel/ivpu/ivpu_fw.h | 4 +
> drivers/accel/ivpu/ivpu_fw_log.c | 142 +++++++++++++++
> drivers/accel/ivpu/ivpu_fw_log.h | 38 ++++
> drivers/accel/ivpu/ivpu_pm.c | 1 +
> drivers/accel/ivpu/ivpu_pm.h | 1 +
> 10 files changed, 563 insertions(+), 7 deletions(-)
> create mode 100644 drivers/accel/ivpu/ivpu_debugfs.c
> create mode 100644 drivers/accel/ivpu/ivpu_debugfs.h
> create mode 100644 drivers/accel/ivpu/ivpu_fw_log.c
> create mode 100644 drivers/accel/ivpu/ivpu_fw_log.h
>
> --
> 2.25.1
>
prev parent reply other threads:[~2023-07-07 8:04 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-24 7:48 [PATCH 0/5] accel/ivpu: Add debugfs support Stanislaw Gruszka
2023-05-24 7:48 ` [PATCH 1/5] accel/ivpu: Initial " Stanislaw Gruszka
2023-07-07 7:11 ` Jacek Lawrynowicz
2023-05-24 7:48 ` [PATCH 2/5] accel/ivpu: Add firmware tracing support Stanislaw Gruszka
2023-07-07 7:11 ` Jacek Lawrynowicz
2023-05-24 7:48 ` [PATCH 3/5] accel/ivpu: Add debugfs files for testing device reset Stanislaw Gruszka
2023-07-07 7:10 ` Jacek Lawrynowicz
2023-05-24 7:48 ` [PATCH 4/5] accel/ivpu: Print firmware name and version Stanislaw Gruszka
2023-05-24 7:48 ` [PATCH 5/5] accel/ivpu: Add fw_name file to debugfs Stanislaw Gruszka
2023-05-24 7:55 ` [PATCH 0/5] accel/ivpu: Add debugfs support Oded Gabbay
2023-05-24 8:29 ` Stanislaw Gruszka
2023-05-24 9:52 ` Oded Gabbay
2023-07-07 8:04 ` Stanislaw Gruszka [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=20230707080451.GB2135759@linux.intel.com \
--to=stanislaw.gruszka@linux.intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=jacek.lawrynowicz@linux.intel.com \
--cc=ogabbay@kernel.org \
--cc=quic_jhugo@quicinc.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 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.