amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Dennis Li <Dennis.Li@amd.com>
To: <amd-gfx@lists.freedesktop.org>, <Alexander.Deucher@amd.com>,
	<Tao.Zhou1@amd.com>, <Hawking.Zhang@amd.com>,
	<Guchun.Chen@amd.com>
Cc: Dennis Li <Dennis.Li@amd.com>
Subject: [PATCH 0/4] Enable RAS feature for the gc of Arcturus
Date: Sun, 19 Jan 2020 10:45:58 +0800	[thread overview]
Message-ID: <20200119024602.23079-1-Dennis.Li@amd.com> (raw)

Refactor the ras related codes of vega20:
1. refine the security check for RAS functions.
2. abstract clearing edc counters to a separated function.
3. add ip prefix to ip related codes.

Implementation of RAS feature for Arcturus gfx:
1. add new register head files for gfx v9.4.1.
2. add codes to support querying of EDC counter and error injection.

Dennis Li (4):
  drm/amdgpu: refine the security check for RAS functions
  drm/amdgpu: abstract EDC counter clear to a separated function
  drm/amdgpu: add EDC counter registers of gc for Arcturus
  drm/amdgpu: add RAS support for the gfx block of Arcturus

 drivers/gpu/drm/amd/amdgpu/Makefile           |   1 +
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c         | 138 ++-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_4.c         | 978 ++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/gfx_v9_4.h         |  35 +
 .../amd/include/asic_reg/gc/gc_9_4_1_offset.h | 264 +++++
 .../include/asic_reg/gc/gc_9_4_1_sh_mask.h    | 748 ++++++++++++++
 6 files changed, 2128 insertions(+), 36 deletions(-)
 create mode 100644 drivers/gpu/drm/amd/amdgpu/gfx_v9_4.c
 create mode 100644 drivers/gpu/drm/amd/amdgpu/gfx_v9_4.h
 create mode 100644 drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_4_1_offset.h
 create mode 100644 drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_4_1_sh_mask.h

-- 
2.17.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

             reply	other threads:[~2020-01-19  2:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-19  2:45 Dennis Li [this message]
2020-01-19  2:45 ` [PATCH 1/4] drm/amdgpu: refine the security check for RAS functions Dennis Li
2020-01-19  2:46 ` [PATCH 2/4] drm/amdgpu: abstract EDC counter clear to a separated function Dennis Li
2020-01-19  2:46 ` [PATCH 3/4] drm/amdgpu: add EDC counter registers of gc for Arcturus Dennis Li
2020-01-19  2:46 ` [PATCH 4/4] drm/amdgpu: add RAS support for the gfx block of Arcturus Dennis Li
2020-01-19  3:39   ` Chen, Guchun
2020-01-19  4:40     ` Li, Dennis

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=20200119024602.23079-1-Dennis.Li@amd.com \
    --to=dennis.li@amd.com \
    --cc=Alexander.Deucher@amd.com \
    --cc=Guchun.Chen@amd.com \
    --cc=Hawking.Zhang@amd.com \
    --cc=Tao.Zhou1@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    /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;
as well as URLs for NNTP newsgroup(s).