Re: [PATCH V5 7/9] drm/amd/pm: add flood detection for wbrf events

2023-06-30 Thread kernel test robot
: https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git main patch link: https://lore.kernel.org/r/20230630103240.1557100-8-evan.quan%40amd.com patch subject: [PATCH V5 7/9] drm/amd/pm: add flood detection for wbrf events config: x86_64-buildonly-randconfig-r003-202306

[PATCH V5 7/9] drm/amd/pm: add flood detection for wbrf events

2023-06-30 Thread Evan Quan
To protect PMFW from being overloaded. Signed-off-by: Evan Quan Reviewed-by: Mario Limonciello --- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 30 +++ drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h | 7 + 2 files changed, 32 insertions(+), 5 deletions(-) diff --git a/dr