From: "André Almeida" <andrealmeid@igalia.com>
To: christian.koenig@amd.com
Cc: kernel-dev@igalia.com, alexander.deucher@amd.com,
amd-gfx@lists.freedesktop.org,
pierre-eric.pelloux-prayer@amd.com,
"'Marek Olšák'" <maraeo@gmail.com>,
linux-kernel@vger.kernel.org,
"Samuel Pitoiset" <samuel.pitoiset@gmail.com>,
"Bas Nieuwenhuizen" <bas@basnieuwenhuizen.nl>,
"Timur Kristóf" <timur.kristof@gmail.com>,
michel.daenzer@mailbox.org, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v3 0/5] drm/amdgpu: Add new reset option and rework coredump
Date: Fri, 28 Jul 2023 11:45:42 -0300 [thread overview]
Message-ID: <24fc3974-a303-e792-b6d5-5ca634c2bc4b@igalia.com> (raw)
In-Reply-To: <20230714161128.69545-1-andrealmeid@igalia.com>
Hi Christian, gently ping here
Em 14/07/2023 13:11, André Almeida escreveu:
> Hi,
>
> The goal of this patchset is to improve debugging device resets on amdgpu.
>
> The first patch creates a new module parameter to disable soft recoveries,
> ensuring every recovery go through the full device reset, making easier to
> generate resets from userspace tools like [0] and [1]. This is important to
> validate how the stack behaves on resets, from end-to-end.
>
> The last patches are a rework to alloc devcoredump dynamically and to move it to
> a better source file.
>
> I have dropped the patches that add more information to devcoredump for now,
> until I figure out a better way to do so, like storing the IB address in the
> fence.
>
> Thanks,
> André
>
> [0] https://gitlab.freedesktop.org/andrealmeid/gpu-timeout
> [1] https://github.com/andrealmeid/vulkan-triangle-v1
>
> Changelog:
>
> v2: https://lore.kernel.org/dri-devel/20230713213242.680944-1-andrealmeid@igalia.com/
> - Drop the IB and ring patch
> - Drop patch that limited information from kernel threads
> - Add patch to move coredump to amdgpu_reset
>
> v1: https://lore.kernel.org/dri-devel/20230711213501.526237-1-andrealmeid@igalia.com/
> - Drop "Mark contexts guilty for causing soft recoveries" patch
> - Use GFP_NOWAIT for devcoredump allocation
>
> André Almeida (5):
> drm/amdgpu: Create a module param to disable soft recovery
> drm/amdgpu: Allocate coredump memory in a nonblocking way
> drm/amdgpu: Rework coredump to use memory dynamically
> drm/amdgpu: Move coredump code to amdgpu_reset file
> drm/amdgpu: Create version number for coredumps
>
> drivers/gpu/drm/amd/amdgpu/amdgpu.h | 6 +-
> drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 67 +-----------------
> drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 9 +++
> drivers/gpu/drm/amd/amdgpu/amdgpu_reset.c | 79 ++++++++++++++++++++++
> drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h | 14 ++++
> drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 6 +-
> 6 files changed, 111 insertions(+), 70 deletions(-)
>
prev parent reply other threads:[~2023-07-28 14:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-14 16:11 André Almeida
2023-07-14 16:11 ` [PATCH v3 1/5] drm/amdgpu: Create a module param to disable soft recovery André Almeida
2023-07-14 16:11 ` [PATCH v3 2/5] drm/amdgpu: Allocate coredump memory in a nonblocking way André Almeida
2023-07-14 16:11 ` [PATCH v3 3/5] drm/amdgpu: Rework coredump to use memory dynamically André Almeida
2023-07-14 16:11 ` [PATCH v3 4/5] drm/amdgpu: Move coredump code to amdgpu_reset file André Almeida
2023-07-14 16:11 ` [PATCH v3 5/5] drm/amdgpu: Create version number for coredumps André Almeida
2023-07-28 14:45 ` André Almeida [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=24fc3974-a303-e792-b6d5-5ca634c2bc4b@igalia.com \
--to=andrealmeid@igalia.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=bas@basnieuwenhuizen.nl \
--cc=christian.koenig@amd.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel-dev@igalia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maraeo@gmail.com \
--cc=michel.daenzer@mailbox.org \
--cc=pierre-eric.pelloux-prayer@amd.com \
--cc=samuel.pitoiset@gmail.com \
--cc=timur.kristof@gmail.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
all inboxes | Powered by JetHome®