commit | e59c020598666ffc22c627910667e44ac2412304 | [log] [tgz] |
---|---|---|
author | Alex Xie <AlexBin.Xie@amd.com> | Thu Jun 01 09:42:59 2017 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Jun 01 16:00:20 2017 -0400 |
tree | 028366aae95aed992bc24255e731ca116b31bb12 | |
parent | 117a48a7add55e6d9e84a23fe585c6a648096a64 [diff] |
drm/amdgpu: Move compute vm bug logic to amdgpu_vm.c In review, Christian would like to keep the logic inside amdgpu_vm.c with a cost of slightly slower. The loop is still optimized out with this patch. v2: remove the if statement. Now it is not slower. Signed-off-by: Alex Xie <AlexBin.Xie@amd.com> Reviewed-by: Christian König <christian.koeng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>