Re: [PATCH 0/8] amdgpu/pm: Implement emit_clock_levels for arcturus,aldebaran

2023-07-27 Thread Powell, Darren
Hi all, Just looking for anyone who could RB or ACK this patch set so I can submit it? Thanks Darren From: Powell, Darren Sent: Thursday, April 27, 2023 2:27 AM To: amd-gfx@lists.freedesktop.org Cc: Lazar, Lijo ; Quan, Evan ; Yu, Lang ; Huang, Ray ; david.ni

Re: [PATCH v2 2/2] amdgpu/pm: Fix possible array out-of-bounds if SCLK levels != 2

2022-06-15 Thread Powell, Darren
[AMD Official Use Only - General] Ping  From: Powell, Darren Sent: Wednesday, May 11, 2022 1:44 AM To: amd-gfx@lists.freedesktop.org Cc: Lazar, Lijo ; Wang, Yang(Kevin) ; Feng, Kenneth ; Quan, Evan ; Ma, Le ; Powell, Darren Subject: [PATCH v2 2/2] amdgpu/pm

Re: [PATCH v1 2/2] amdgpu/pm: Fix possible array out-of-bounds if SCLK levels != 2

2022-05-10 Thread Powell, Darren
[AMD Official Use Only - General] From: Lazar, Lijo Sent: Monday, May 9, 2022 12:50 AM To: Powell, Darren ; amd-gfx@lists.freedesktop.org Cc: Wang, Yang(Kevin) ; Feng, Kenneth ; Quan, Evan ; Ma, Le Subject: Re: [PATCH v1 2/2] amdgpu/pm: Fix possible array

Re: [PATCH 1/1] amdgpu/pm: Clarify documentation of error handling in send_smc_mesg

2022-04-12 Thread Powell, Darren
[AMD Official Use Only] Yes, it looks like I was a little snippy writing that intro, will lighten the grammar. Thanks Darren From: Tuikov, Luben Sent: Tuesday, April 12, 2022 5:09 PM To: Powell, Darren ; amd-gfx@lists.freedesktop.org Cc: Quan, Evan ; pmen

Re: [PATCH 1/1] amdgpu/pm: Clarify documentation of error handling in send_smc_mesg

2022-04-12 Thread Powell, Darren
To: Powell, Darren ; amd-gfx@lists.freedesktop.org Cc: Tuikov, Luben ; Quan, Evan ; Grodzovsky, Andrey ; pmen...@molgen.mpg.de Subject: Re: [PATCH 1/1] amdgpu/pm: Clarify documentation of error handling in send_smc_mesg On 4/12/2022 9:38 AM, Darren Powell wrote: > Contr

Re: [PATCH 1/1] amdgpu/pm: Clarify Documentation of error handling in send_smc_mesg

2022-04-08 Thread Powell, Darren
[AMD Official Use Only] will respin and incorporate your suggestions Thanks, Darren From: Paul Menzel Sent: Friday, April 8, 2022 2:29 AM To: Powell, Darren Cc: amd-gfx@lists.freedesktop.org ; Tuikov, Luben ; Quan, Evan ; wenhui.sh...@amd.com ; Grodzovsky

Re: [PATCH 1/1] amdgpu/pm: Clarify Documentation of error handling in send_smc_mesg

2022-04-08 Thread Powell, Darren
[AMD Official Use Only] inline From: Tuikov, Luben Sent: Friday, April 8, 2022 9:33 AM To: Powell, Darren ; amd-gfx@lists.freedesktop.org Cc: Quan, Evan ; wenhui.sh...@amd.com ; Grodzovsky, Andrey Subject: Re: [PATCH 1/1] amdgpu/pm: Clarify Documentation

Re: [PATCH v1 0/2] amdgpu/pm: Implement parallel sysfs_emit solution for vega10

2022-03-24 Thread Powell, Darren
"emit_clock_levels" ` [PATCH 2/2] amdgpu/pm: Implement emit_clk_levels for vega10 Thanks Darren ____ From: Powell, Darren Sent: Sunday, March 13, 2022 12:28 AM To: amd-gfx@lists.freedesktop.org Cc: Powell, Darren Subject: [PATCH v1 0/2] amdgpu/pm: Implement parallel

Re: [PATCH v3 0/3] amdgpu/pm: Implement parallel sysfs_emit solution for navi10

2022-02-26 Thread Powell, Darren
[AMD Official Use Only] Plan is to now commence with VEGA20 implementation and then continue to transfer other platforms after that patch is RB'd Thanks Darren From: Alex Deucher Sent: Wednesday, February 23, 2022 11:11 PM To: Powell, Darren Cc: amd-gfx list

Re: [PATCH 1/3] amdgpu/pm: Implement new API function "emit" that accepts buffer base and write offset

2021-12-09 Thread Powell, Darren
From: Quan, Evan Sent: Wednesday, December 8, 2021 8:48 PM To: Powell, Darren ; amd-gfx@lists.freedesktop.org Cc: Powell, Darren Subject: RE: [PATCH 1/3] amdgpu/pm: Implement new API function "emit" that accepts buffer base and write offset [AMD Official Use Only]

Re: [PATCH 3/3] drm/amd/pm: explicitly initialize cached power limits in smu struct

2021-10-04 Thread Powell, Darren
u power limit values iff get_power_limit is defined, otherwise they remain 0 */ Thanks Darren From: Lazar, Lijo Sent: Monday, October 4, 2021 6:43 AM To: Powell, Darren ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 3/3] drm/amd/pm: explicitly initialize cac

Re: [PATCH 2/3] drm/amd/pm: Fix incorrect power limit readback in smu11 if POWER_SOURCE_DC

2021-10-03 Thread Powell, Darren
: Sunday, October 3, 2021 1:31 AM To: Powell, Darren Cc: amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 2/3] drm/amd/pm: Fix incorrect power limit readback in smu11 if POWER_SOURCE_DC Hi, sorry for the drive-by comment but limit_param |= 0 << 24; Doesn't do anything. Best regards Nils D

Re: [PATCH] drm/amdgpu: fix sysfs_emit/sysfs_emit_at warnings

2021-09-08 Thread Powell, Darren
[AMD Official Use Only] From: Christian König Sent: Wednesday, September 8, 2021 8:43 AM To: Lazar, Lijo ; Yu, Lang ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Huang, Ray ; Tian Tao ; Powell, Darren Subject: Re: [PATCH] drm/amdgpu: fix

Re: [PATCH 2/6] amdgpu/pm: clean up smu_get_power_limit function signature

2021-06-03 Thread Powell, Darren
TEGORY_APU, PP_PWR_CATEGORY_PLATFORM, }; Other possibilities may be ** class ** subsystem ** type ** element Thanks Darren From: Lazar, Lijo Sent: Wednesday, June 2, 2021 12:32 AM To: Powell, Darren ; amd-gfx@lists.freedesktop.org Subject: RE: [PATCH 2/6] amdgpu/pm

Re: [PATCH 2/6] amdgpu/pm: clean up smu_get_power_limit function signature

2021-06-02 Thread Powell, Darren
GPU_PP_SENSOR_GPU_POWER power_cap_max => PP_PWR_LIMIT_MAX power_cap_min => PP_PWR_LIMIT_MIN (optimized to 0) power_cap => PP_PWR_LIMIT_CURRENT power_cap_default => PP_PWR_LIMIT_DEFAULT ____ From: Lazar, Lijo Sent: Tuesday, June 1, 2021

Re: [PATCH 2/6] amdgpu/pm: clean up smu_get_power_limit function signature

2021-05-31 Thread Powell, Darren
ysfs. I think you mean something more like this? + enum pp_power_constraints +{ + PP_PWR_CONSTRAINT_DEFAULT, + PP_PWR_CONSTRAINT_FASTWINDOW, +}; + From: Lazar, Lijo Sent: Monday, May 31, 2021 2:04 AM To: Powell, Darren ; amd-gfx@lists.freedesktop

[PATCH] drm/amd: Remove errors from sphinx documentation

2018-06-29 Thread Powell, Darren
Subject: [PATCH 1/2] drm/amd: Remove errors from sphinx documentation Eliminating the warnings produced by sphinx when processing the sphinx comments in amdgpu_device.c Signed-off-by: Darren Powell --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 20