]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOV
authorJingwen Chen <Jingwen.Chen2@amd.com>
Tue, 14 Dec 2021 03:31:16 +0000 (11:31 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 14 Dec 2021 21:09:49 +0000 (16:09 -0500)
commitca01a1e6619858a96bb2e9e513d04beafd33ae55
tree0aad423309e304ad3faa2fd4fcbc54819039ef4b
parent9252725ddad2aa6324d09a549181625561c75192
drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOV

[Why]
psp tmr bo will be pinned during loading amdgpu and reset in SRIOV while
only unpinned in unload amdgpu

[How]
add amdgpu_in_reset and sriov judgement to skip pin bo

v2: fix wrong judgement

Signed-off-by: Jingwen Chen <Jingwen.Chen2@amd.com>
Reviewed-by: Horace Chen <horace.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c