Hi Alex, There are actually two MAX_USEC_TIMEOUT related macros. AMD_MAX_USEC_TIMEOUT is used for SMU and AMDGPU_MAX_USEC_TIMEOUT is used widely in other parts. Maybe you mistreated it as AMDGPU_MAX_USEC_TIMEOUT. I was confused by them too. drivers/gpu/drm/amd/include/amd_shared.h:29:#define AMD_MAX_USEC_TIMEOUT 200000 /* 200 ms */ drivers/gpu/drm/amd/amdgpu/amdgpu.h:179:#define AMDGPU_MAX_USEC_TIMEOUT 100000 /* 100 ms */ I’m considering to sort these timeout settings up later. Maybe to combine them as one or give them differentiated names. Regards, Evan From: Deucher, Alexander <Alexander.Deucher@xxxxxxx> If this is just for the SMU, maybe it would be better to add a separate timeout for the SMU since this will increase the timeout for lots of things, unless we need an overall timeout increase for
mode1 reset. Alex From: amd-gfx <amd-gfx-bounces@xxxxxxxxxxxxxxxxxxxxx> on behalf of Evan Quan <evan.quan@xxxxxxx> Increase the waiting time to 1s from 200ms. This is expected |
_______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx