aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorPhilip Yang <[email protected]>2023-03-31 11:13:40 -0400
committerAlex Deucher <[email protected]>2023-06-09 09:58:45 -0400
commit610dab118ff5013d46069c828b58d576e0907b66 (patch)
tree5a05d7a10aae240bd8d49479b637cd4aa91fef9e /tools/perf/scripts/python/bin
parent00e1ab02c2ba31b2bd446979949193eb3ca2561c (diff)
drm/amdkfd: Move pgmap to amdgpu_kfd_dev structure
VRAM pgmap resource is allocated every time when switching compute partitions because kfd_dev is re-initialized by post_partition_switch, As a result, it causes memory region resource leaking and system memory usage accounting unbalanced. pgmap resource should be allocated and registered only once when loading driver and freed when unloading driver, move it from kfd_dev to amdgpu_kfd_dev. Signed-off-by: Philip Yang <[email protected]> Reviewed-by: Felix Kuehling <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions