commit | 278b6fba223005e87c8f491c9b7fa33dc6a6461e | [log] [tgz] |
---|---|---|
author | tiancyin <tianci.yin@amd.com> | Mon Apr 22 17:07:06 2019 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Jun 21 18:59:27 2019 -0500 |
tree | 51566adb0dc73db61e8404afa4dd060b14aefdbf | |
parent | 4135f10e26eaeb75a30ccfa6359d81004e1adc82 [diff] |
drm/amdgpu/sdma5: fix a sdma potential hang in VK_Examples test [why] When page fault happens, it could lead to sdma hang is RESP_MODE = 0 for non-PRT case. [how] Setting SDMAx_UTCL1_CNTL.RESP_MODE to 0b011 to avoid SDMA halt. Reviewed-by: Jack Xiao <Jack.Xiao@amd.com> Signed-off-by: tiancyin <tianci.yin@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>