diff options
author | 2021-12-08 17:33:48 -0500 | |
---|---|---|
committer | 2022-01-11 15:44:27 -0500 | |
commit | ef3b4137aa09a9ad38f42d4de087cedf1b98c521 (patch) | |
tree | f9816e95757cfd2ee8ea76dbb648df124491c2ef /scripts/gdb/linux/utils.py | |
parent | drm/amdkfd: make SPDX License expression more sound (diff) | |
download | wireguard-linux-ef3b4137aa09a9ad38f42d4de087cedf1b98c521.tar.xz wireguard-linux-ef3b4137aa09a9ad38f42d4de087cedf1b98c521.zip |
drm/amdkfd: Use prange->list head for insert_list
There are seven list_heads in struct svm_range: list, update_list,
remove_list, insert_list, svm_bo_list, deferred_list, child_list. This
patch and the next one remove two of them that are redundant.
The insert_list head was only used for new ranges that are not on the
svms->list yet. So we can use that list head for keeping track of
new ranges before they get added, and use list_move_tail to move them
to the svms->list when ready.
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Philip Yang <Philip.Yang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions