linux_dsm_epyc7002/drivers/gpu/drm/amd/amdkfd
Yong Zhao 7da2bcf876 drm/amdkfd: Avoid name confusion involved in queue unmapping
When unmapping the queues from HW scheduler, there are two actions:
reset and preempt. So naming the variables with only preempt is
inapproriate.

For functions such as destroy_queues_cpsch, what they do actually is to
unmap the queues on HW scheduler rather than to destroy them. Change the
name to reflect that fact. On the other hand, there is already a function
called destroy_queue_cpsch() which exactly destroys a queue, and the name
is very close to destroy_queues_cpsch(), resulting in confusion.

Signed-off-by: Yong Zhao <yong.zhao@amd.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
2017-09-27 00:09:48 -04:00
..
cik_event_interrupt.c
cik_int.h
cik_regs.h
Kconfig
kfd_chardev.c drm/amdkfd: check for null dev to avoid a null pointer dereference 2017-09-08 15:13:33 +01:00
kfd_crat.h
kfd_dbgdev.c drm/amdkfd: Use VMID bitmap from KGD v2 2017-09-20 18:10:18 -04:00
kfd_dbgdev.h
kfd_dbgmgr.c drm/amdkfd: Handle remaining BUG_ONs more gracefully v2 2017-08-15 23:00:12 -04:00
kfd_dbgmgr.h drm/amdkfd: Clean up KFD style errors and warnings v2 2017-08-15 23:00:04 -04:00
kfd_device_queue_manager_cik.c drm/amdkfd: Adding new IOCTL for scratch memory v2 2017-08-15 23:00:20 -04:00
kfd_device_queue_manager_vi.c drm/amdkfd: Adding new IOCTL for scratch memory v2 2017-08-15 23:00:20 -04:00
kfd_device_queue_manager.c drm/amdkfd: Avoid name confusion involved in queue unmapping 2017-09-27 00:09:48 -04:00
kfd_device_queue_manager.h drm/amdkfd: Use VMID bitmap from KGD v2 2017-09-20 18:10:18 -04:00
kfd_device.c drm/amdkfd: Use VMID bitmap from KGD v2 2017-09-20 18:10:18 -04:00
kfd_doorbell.c drm/amdkfd: Separate doorbell allocation from PASID 2017-09-26 13:07:03 -04:00
kfd_events.c drm/amdkfd: Print event limit messages only once per process 2017-09-20 18:10:22 -04:00
kfd_events.h
kfd_flat_memory.c drm/amdkfd: Change x==NULL/false references to !x 2017-08-15 23:00:06 -04:00
kfd_interrupt.c drm/amdkfd: Clean up KFD style errors and warnings v2 2017-08-15 23:00:04 -04:00
kfd_kernel_queue_cik.c
kfd_kernel_queue_vi.c
kfd_kernel_queue.c drm/amdkfd: Reuse CHIP_* from amdgpu v2 2017-09-20 18:10:19 -04:00
kfd_kernel_queue.h
kfd_module.c drm/amdkfd: Use PASID manager from KGD 2017-09-26 13:07:04 -04:00
kfd_mqd_manager_cik.c drm/amd: Update MEC HQD loading code for KFD 2017-08-15 23:00:17 -04:00
kfd_mqd_manager_vi.c drm/amd: Update MEC HQD loading code for KFD 2017-08-15 23:00:17 -04:00
kfd_mqd_manager.c drm/amdkfd: Reuse CHIP_* from amdgpu v2 2017-09-20 18:10:19 -04:00
kfd_mqd_manager.h drm/amd: Update MEC HQD loading code for KFD 2017-08-15 23:00:17 -04:00
kfd_packet_manager.c drm/amdkfd: Avoid name confusion involved in queue unmapping 2017-09-27 00:09:48 -04:00
kfd_pasid.c drm/amdkfd: Use PASID manager from KGD 2017-09-26 13:07:04 -04:00
kfd_pm4_headers_diq.h
kfd_pm4_headers_vi.h drm/amdkfd: Update PM4 packet headers 2017-08-15 23:00:15 -04:00
kfd_pm4_headers.h drm/amdkfd: Update PM4 packet headers 2017-08-15 23:00:15 -04:00
kfd_pm4_opcodes.h
kfd_priv.h drm/amdkfd: Avoid name confusion involved in queue unmapping 2017-09-27 00:09:48 -04:00
kfd_process_queue_manager.c drm/amdkfd: Use VMID bitmap from KGD v2 2017-09-20 18:10:18 -04:00
kfd_process.c drm/amdkfd: Fix suspend/resume issue on Carrizo v2 2017-09-20 18:10:14 -04:00
kfd_queue.c drm/amdkfd: Remove BUG_ONs for NULL pointer arguments 2017-08-15 23:00:09 -04:00
kfd_topology.c drm/amdkfd: Handle remaining BUG_ONs more gracefully v2 2017-08-15 23:00:12 -04:00
kfd_topology.h
Makefile drm/amd: fix include notation and remove -Iinclude/drm flag 2017-05-16 17:17:41 +02:00