Skip to content
Snippets Groups Projects
Commit b40bb526 authored by Xiaogang Chen's avatar Xiaogang Chen Committed by Linux Infrastructure
Browse files

drm/amdkfd: Fix pasid value leak


Curret kfd does not allocate pasid values, instead uses pasid value for each
vm from graphic driver. So should not prevent graphic driver from releasing
pasid values since the values are allocated by graphic driver, not kfd driver
anymore. This patch does not stop graphic driver release pasid values.

Fixes: 77b5e447(drm/amdkfd: Have kfd driver use same PASID values from
graphic driver)

Signed-off-by: default avatarXiaogang Chen <xiaogang.chen@amd.com>
Reviewed-by: default avatarFelix Kuehling <felix.kuehling@amd.com>
parent 9fbf7f7e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment