From: Hawking Zhang <Hawking.Zhang@amd.com>
To: <amd-gfx@lists.freedesktop.org>, Tao Zhou <tao.zhou1@amd.com>,
"Stanley Yang" <Stanley.Yang@amd.com>,
Yang Wang <kevinyang.wang@amd.com>,
YiPeng Chai <YiPeng.Chai@amd.com>,
Candice Li <Candice.Li@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>, Le Ma <le.ma@amd.com>,
Lijo Lazar <lijo.lazar@amd.com>,
Hawking Zhang <Hawking.Zhang@amd.com>
Subject: [PATCH 0/5] Add boot time error reporting
Date: Tue, 2 Jan 2024 11:43:36 +0800 [thread overview]
Message-ID: <20240102034341.16321-1-Hawking.Zhang@amd.com> (raw)
For ASICs that support boot time error reporting, poll all
the boot time errors cached in registers and make it available
in kernel log.
Hawking Zhang (5):
drm/amdgpu: drop psp v13 query_boot_status implementation
drm/amdgpu: Init pcie_index/data address as fallback
drm/amdgpu: Add ras helper to query boot errors
drm/amdgpu: Query boot status if discovery failed
drm/amdgpu: Query boot status if boot failed
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 3 +
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 22 +++--
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 6 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 15 ---
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 4 -
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 95 +++++++++++++++++++
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h | 15 ++-
drivers/gpu/drm/amd/amdgpu/psp_v13_0.c | 89 ++---------------
8 files changed, 141 insertions(+), 108 deletions(-)
--
2.17.1
next reply other threads:[~2024-01-02 3:43 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-02 3:43 Hawking Zhang [this message]
2024-01-02 3:43 ` [PATCH 1/5] drm/amdgpu: drop psp v13 query_boot_status implementation Hawking Zhang
2024-01-02 3:43 ` [PATCH 2/5] drm/amdgpu: Init pcie_index/data address as fallback Hawking Zhang
2024-01-02 19:43 ` Alex Deucher
2024-01-03 2:17 ` Zhang, Hawking
2024-01-02 3:43 ` [PATCH 3/5] drm/amdgpu: Add ras helper to query boot errors Hawking Zhang
2024-01-02 5:24 ` Wang, Yang(Kevin)
2024-01-02 5:42 ` Zhang, Hawking
2024-01-02 6:45 ` Ma, Le
2024-01-02 7:07 ` Zhang, Hawking
2024-01-02 3:43 ` [PATCH 4/5] drm/amdgpu: Query boot status if discovery failed Hawking Zhang
2024-01-02 19:45 ` Deucher, Alexander
2024-01-03 2:04 ` Zhang, Hawking
2024-01-02 3:43 ` [PATCH 5/5] drm/amdgpu: Query boot status if boot failed Hawking Zhang
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=20240102034341.16321-1-Hawking.Zhang@amd.com \
--to=hawking.zhang@amd.com \
--cc=Candice.Li@amd.com \
--cc=Stanley.Yang@amd.com \
--cc=YiPeng.Chai@amd.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=kevinyang.wang@amd.com \
--cc=le.ma@amd.com \
--cc=lijo.lazar@amd.com \
--cc=tao.zhou1@amd.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