All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Quan, Evan" <Evan.Quan-5C7GfCeVMHo@public.gmane.org>
To: "amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org"
	<amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>
Cc: "Deucher,
	Alexander" <Alexander.Deucher-5C7GfCeVMHo@public.gmane.org>,
	"Grodzovsky,
	Andrey" <Andrey.Grodzovsky-5C7GfCeVMHo@public.gmane.org>,
	"Zhou1, Tao" <Tao.Zhou1-5C7GfCeVMHo@public.gmane.org>,
	"Chen, Guchun" <Guchun.Chen-5C7GfCeVMHo@public.gmane.org>,
	"noreply-confluence-5C7GfCeVMHo@public.gmane.org"
	<noreply-confluence-5C7GfCeVMHo@public.gmane.org>
Subject: RE: [PATCH 0/4] Add RAS EEPROM table support for Arcturus.
Date: Mon, 21 Oct 2019 01:43:19 +0000	[thread overview]
Message-ID: <MN2PR12MB3344FD780DCA649074D31ED6E4690@MN2PR12MB3344.namprd12.prod.outlook.com> (raw)
In-Reply-To: <1571431711-30149-1-git-send-email-andrey.grodzovsky-5C7GfCeVMHo@public.gmane.org>

Patch 1 - 2 are reviewed-by: Evan Quan <evan.quan@amd.com>
Patch 3 - 4 are acked-by: Evan Quan <evan.quan@amd.com>

-----Original Message-----
From: Andrey Grodzovsky <andrey.grodzovsky@amd.com> 
Sent: Saturday, October 19, 2019 4:48 AM
To: amd-gfx@lists.freedesktop.org
Cc: Chen, Guchun <Guchun.Chen@amd.com>; Zhou1, Tao <Tao.Zhou1@amd.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; noreply-confluence@amd.com; Quan, Evan <Evan.Quan@amd.com>; Grodzovsky, Andrey <Andrey.Grodzovsky@amd.com>
Subject: [PATCH 0/4] Add RAS EEPROM table support for Arcturus.

This patch set adds support for Arcturus EEPROM to store RAS 
errors which rise during run time so on next driver load those 
errors can be retrieved and action taken on them 
(e.g. Reserve bad memory pages to disallow their usage by the GPU).

The I2C communication is done through SMU table  which is what in patch 2
while patch 4 relocates RAS recovery init to much later place then before
since SMU must be fully operational for this to work on Arcturus.


Andrey Grodzovsky (4):
  drm/amd/powerplay: Add interface for I2C transactions to SMU.
  drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus.
  drm/amdgpu: Use ARCTURUS in RAS EEPROM.
  drm/amdgpu: Move amdgpu_ras_recovery_init to after SMU ready.

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c     |  13 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c |   9 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c        |  11 --
 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c   | 229 +++++++++++++++++++++++++
 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h |   9 +
 5 files changed, 259 insertions(+), 12 deletions(-)

-- 
2.7.4

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

      parent reply	other threads:[~2019-10-21  1:43 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-18 20:48 [PATCH 0/4] Add RAS EEPROM table support for Arcturus Andrey Grodzovsky
     [not found] ` <1571431711-30149-1-git-send-email-andrey.grodzovsky-5C7GfCeVMHo@public.gmane.org>
2019-10-18 20:48   ` [PATCH 1/4] drm/amd/powerplay: Add interface for I2C transactions to SMU Andrey Grodzovsky
     [not found]     ` <1571431711-30149-2-git-send-email-andrey.grodzovsky-5C7GfCeVMHo@public.gmane.org>
2019-10-21 13:21       ` Deucher, Alexander
2019-10-18 20:48   ` [PATCH 2/4] drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus Andrey Grodzovsky
     [not found]     ` <1571431711-30149-3-git-send-email-andrey.grodzovsky-5C7GfCeVMHo@public.gmane.org>
2019-10-21  1:44       ` Chen, Guchun
     [not found]         ` <BYAPR12MB2806C91E6A75F053D9C88718F1690-ZGDeBxoHBPk0CuAkIMgl3QdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2019-10-22 14:59           ` Grodzovsky, Andrey
     [not found]             ` <ff1fd8fc-71c3-47db-b8d4-f11b11147be9-5C7GfCeVMHo@public.gmane.org>
2019-10-22 19:09               ` Grodzovsky, Andrey
     [not found]                 ` <fa4dc427-95d4-5ae5-aa3e-75816dbd7884-5C7GfCeVMHo@public.gmane.org>
2019-10-23  1:55                   ` Chen, Guchun
2019-10-21  3:01       ` Li, Dennis
     [not found]         ` <MN2PR12MB3167E8AFBF75FA273FC9E9B5ED690-rweVpJHSKTpa4QM4akQw/gdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2019-10-21 13:46           ` Deucher, Alexander
2019-10-21 13:23       ` Deucher, Alexander
2019-10-18 20:48   ` [PATCH 3/4] drm/amdgpu: Use ARCTURUS in RAS EEPROM Andrey Grodzovsky
     [not found]     ` <1571431711-30149-4-git-send-email-andrey.grodzovsky-5C7GfCeVMHo@public.gmane.org>
2019-10-21 13:23       ` Deucher, Alexander
2019-10-18 20:48   ` [PATCH 4/4] drm/amdgpu: Move amdgpu_ras_recovery_init to after SMU ready Andrey Grodzovsky
     [not found]     ` <1571431711-30149-5-git-send-email-andrey.grodzovsky-5C7GfCeVMHo@public.gmane.org>
2019-10-21  1:51       ` Chen, Guchun
     [not found]         ` <BYAPR12MB2806716EFABC7A26DD9DABD5F1690-ZGDeBxoHBPk0CuAkIMgl3QdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2019-10-22 14:33           ` Grodzovsky, Andrey
     [not found]             ` <236963ac-d383-209b-ba63-258fabf9bb02-5C7GfCeVMHo@public.gmane.org>
2019-10-23  1:24               ` Chen, Guchun
2019-10-21 13:24       ` Deucher, Alexander
2019-10-21  1:43   ` Quan, Evan [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=MN2PR12MB3344FD780DCA649074D31ED6E4690@MN2PR12MB3344.namprd12.prod.outlook.com \
    --to=evan.quan-5c7gfcevmho@public.gmane.org \
    --cc=Alexander.Deucher-5C7GfCeVMHo@public.gmane.org \
    --cc=Andrey.Grodzovsky-5C7GfCeVMHo@public.gmane.org \
    --cc=Guchun.Chen-5C7GfCeVMHo@public.gmane.org \
    --cc=Tao.Zhou1-5C7GfCeVMHo@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=noreply-confluence-5C7GfCeVMHo@public.gmane.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 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.