commit | 6e14adea0ac3037d923a9591d1a094c115d7947c | [log] [tgz] |
---|---|---|
author | Aurabindo Pillai <aurabindo.pillai@amd.com> | Tue May 19 16:48:43 2020 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Jul 15 13:27:34 2020 -0400 |
tree | 2b9977d09070602c2128a073799b0c6dd8425eca | |
parent | 91e2c1919230c719c32a3076657f51d4c6074513 [diff] |
drm/amd/amdkfd: Fix large framesize for kfd_smi_ev_read() The buffer allocated is of 1024 bytes. Allocate this from heap instead of stack. Also remove check for stack size since we're allocating from heap Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Tested-by: Amber Lin <Amber.Lin@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>