]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdkfd: remove unneeded unmap single queue option
authorJonathan Kim <jonathan.kim@amd.com>
Thu, 10 Feb 2022 18:39:15 +0000 (13:39 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 14 Feb 2022 20:08:41 +0000 (15:08 -0500)
commit3e71b5303ab2e586448929e92d16463d59810f39
treee7023b7d2caea773349f9907ea8b6775ad02424f
parent015ccc41fd5d35a1075a5d8fe5d796ebd2e7a2e4
drm/amdkfd: remove unneeded unmap single queue option

The KFD only unmaps all queues, all dynamics queues or all process queues
since RUN_LIST is mapped with all KFD queues.

There's no need to provide a single type unmap so remove this option.

Signed-off-by: Jonathan Kim <jonathan.kim@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c
drivers/gpu/drm/amd/amdkfd/kfd_packet_manager_v9.c
drivers/gpu/drm/amd/amdkfd/kfd_packet_manager_vi.c
drivers/gpu/drm/amd/amdkfd/kfd_priv.h