RE: [PATCH 2/4] drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus.

2019-10-22 Thread Chen, Guchun
t; >> > >> -Original Message- > >> From: Andrey Grodzovsky > >> Sent: Saturday, October 19, 2019 4:48 AM > >> To: amd-gfx@lists.freedesktop.org > >> Cc: Chen, Guchun ; Zhou1, Tao > >> ; Deucher, Alexander > ; > >> norep

Re: [PATCH 2/4] drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus.

2019-10-22 Thread Grodzovsky, Andrey
019 4:48 AM >> To: amd-gfx@lists.freedesktop.org >> Cc: Chen, Guchun ; Zhou1, Tao >> ; Deucher, Alexander ; >> noreply-conflue...@amd.com; Quan, Evan ; >> Grodzovsky, Andrey >> Subject: [PATCH 2/4] drm/amd/powerplay: Add EEPROM I2C read/write >> support

Re: [PATCH 2/4] drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus.

2019-10-22 Thread Grodzovsky, Andrey
Deucher, Alexander ; noreply-conflue...@amd.com; > Quan, Evan ; Grodzovsky, Andrey > Subject: [PATCH 2/4] drm/amd/powerplay: Add EEPROM I2C read/write support to > Arcturus. > > The communication is done through SMU table and hence the code is in > powerplay. > > Sig

RE: [PATCH 2/4] drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus.

2019-10-21 Thread Deucher, Alexander
gt; -Original Message- > From: amd-gfx On Behalf Of > Andrey Grodzovsky > Sent: Saturday, October 19, 2019 4:48 AM > To: amd-gfx@lists.freedesktop.org > Cc: Grodzovsky, Andrey ; Chen, Guchun > ; Zhou1, Tao ; noreply- > conflue...@amd.com; Deucher, Alexander > ; Quan, E

RE: [PATCH 2/4] drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus.

2019-10-21 Thread Deucher, Alexander
[PATCH 2/4] drm/amd/powerplay: Add EEPROM I2C read/write > support to Arcturus. > > The communication is done through SMU table and hence the code is in > powerplay. > > Signed-off-by: Andrey Grodzovsky Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/powerplay/a

RE: [PATCH 2/4] drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus.

2019-10-20 Thread Li, Dennis
ndrey Grodzovsky Sent: Saturday, October 19, 2019 4:48 AM To: amd-gfx@lists.freedesktop.org Cc: Grodzovsky, Andrey ; Chen, Guchun ; Zhou1, Tao ; noreply-conflue...@amd.com; Deucher, Alexander ; Quan, Evan Subject: [PATCH 2/4] drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus. The communic

RE: [PATCH 2/4] drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus.

2019-10-20 Thread Chen, Guchun
] drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus. The communication is done through SMU table and hence the code is in powerplay. Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/powerplay/arcturus_ppt.c | 229 +++ 1 file changed, 229 insertions

[PATCH 2/4] drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus.

2019-10-18 Thread Andrey Grodzovsky
The communication is done through SMU table and hence the code is in powerplay. Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/powerplay/arcturus_ppt.c | 229 +++ 1 file changed, 229 insertions(+) diff --git a/drivers/gpu/drm/amd/powerplay/arcturus_ppt.c b/dri