[PATCH v1 00/10] ipdump support for gfx10 and gfx11

Alex Deucher alexdeucher at gmail.com
Wed May 22 13:53:54 UTC 2024


On Wed, May 22, 2024 at 3:30 AM Sunil Khatri <sunil.khatri at amd.com> wrote:
>
> With this support for gfx10 and gfx11 ipdump is complete.
> Also added dev_info needed fields for devcoredump.

A few comments on patch 4.  The rest are:
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

>
> Sunil Khatri (10):
>   drm/amdgpu: rename the ip_dump to ip_dump_core
>   drm/amdgpu: Add cp queues support fro gfx10 in ipdump
>   drm/amdgpu: add gfx queue support of gfx10 in ipdump
>   drm/amdgpu: add prints while ip register dump
>   drm/amdgpu: add more device info to the devcoredump
>   drm/amdgpu: Add missing offsets in gc_11_0_0_offset.h
>   drm/amdgpu: add gfx11 registers support in ipdump
>   drm/amdgpu: add print support for gfx11 ipdump
>   drm/amdgpu: add cp queue registers for gfx11 ipdump
>   drm/amdgpu: add gfx queue support for gfx11 ipdump
>
>  .../gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c  |  21 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_device.c    |   2 +
>  drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h       |   4 +-
>  drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c        | 220 +++++++++++-
>  drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c        | 323 +++++++++++++++++-
>  .../include/asic_reg/gc/gc_11_0_0_offset.h    |  10 +
>  6 files changed, 564 insertions(+), 16 deletions(-)
>
> --
> 2.34.1
>


More information about the amd-gfx mailing list