Re: [PATCH 2/2] drm/amd/smu: unify smu ppt callback marcos

2020-06-16 Thread Wang, Kevin(Yang)
to correct it. thanks. Best Regards, Kevin From: Zhang, Hawking Sent: Tuesday, June 16, 2020 6:03 PM To: Wang, Kevin(Yang) ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: RE: [PATCH 2/2] drm/amd/smu: unify smu ppt callback marcos [AMD Public Use]

RE: [PATCH 2/2] drm/amd/smu: unify smu ppt callback marcos

2020-06-16 Thread Zhang, Hawking
(Yang) Sent: Tuesday, June 16, 2020 15:06 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Deucher, Alexander ; Wang, Kevin(Yang) Subject: [PATCH 2/2] drm/amd/smu: unify smu ppt callback marcos add the new macro "smu_ppt_xxx()" to unify smu callback interfaces Signed-off-by:

[PATCH 2/2] drm/amd/smu: unify smu ppt callback marcos

2020-06-16 Thread Kevin Wang
add the new macro "smu_ppt_xxx()" to unify smu callback interfaces Signed-off-by: Kevin Wang --- drivers/gpu/drm/amd/powerplay/smu_internal.h | 266 ++- 1 file changed, 82 insertions(+), 184 deletions(-) diff --git a/drivers/gpu/drm/amd/powerplay/smu_internal.h