diff options
author | Christian König <christian.koenig@amd.com> | 2022-01-28 15:59:15 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-02-02 18:26:55 -0500 |
commit | 22f7cc7524081bb2bfb2720e43ab9889e2ed5b00 (patch) | |
tree | 1fd8a484d43040fc24c1ba75f25cfc436611d6be /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | |
parent | 6927913d700749a4b9550f87f294778df2a7faa4 (diff) |
drm/amdgpu: restructure amdgpu_fill_buffer v2
We ran into the problem that clearing really larger buffer (60GiB) caused an
SDMA timeout.
Restructure the function to use the dst window instead of mapping the whole
buffer into the GART and then fill only 2MiB/256MiB chunks at a time.
v2: rebase on restructured window map.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
0 files changed, 0 insertions, 0 deletions