Re: [PATCH] drm/amd/pm: use attr_update if the attr has it

2021-05-31 Thread Wang, Kevin(Yang)
Subject: [PATCH] drm/amd/pm: use attr_update if the attr has it use attr_update if its available as part of the attribute. default_attr_update was used even if attr->attr_update is true. Signed-off-by: Sathishkumar S Reviewed-by: Shashank Sharma --- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 2 +-

RE: [PATCH] drm/amd/pm: use attr_update if the attr has it

2021-05-31 Thread Lazar, Lijo
[Public] Reviewed-by: Lijo Lazar -Original Message- From: amd-gfx On Behalf Of Sathishkumar S Sent: Thursday, May 27, 2021 9:54 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Sundararaju, Sathishkumar ; Sharma, Shashank Subject: [PATCH] drm/amd/pm: use attr_update

[PATCH] drm/amd/pm: use attr_update if the attr has it

2021-05-28 Thread Sathishkumar S
use attr_update if its available as part of the attribute. default_attr_update was used even if attr->attr_update is true. Signed-off-by: Sathishkumar S Reviewed-by: Shashank Sharma --- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git