linux/drivers/gpu/drm/amd/amdkfd
Dan Carpenter 9cf4a28131 amdkfd: delete some dead code
This is dead code.  We don't need to unbind here, we can just return
directly.

Reviewed-by: Oded Gabbay <oded.gabbay@amd.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
2014-11-25 19:43:29 +03:00
..
cik_regs.h amdkfd: Add mqd_manager module 2014-07-17 00:36:17 +03:00
Kconfig amdkfd: Remove DRM_AMDGPU dependency from Kconfig 2014-11-21 22:36:09 +02:00
kfd_chardev.c amdkfd: fix some error handling in ioctl 2014-11-25 13:21:30 +03:00
kfd_crat.h
kfd_device_queue_manager.c amdkfd: Fix memory leak of mqds on dqm fini 2014-11-25 15:16:38 +02:00
kfd_device_queue_manager.h amdkfd: Add device queue manager module 2014-07-17 01:27:00 +03:00
kfd_device.c amdkfd: Clear ctx cb before suspend 2014-11-09 22:36:22 +02:00
kfd_doorbell.c amdkfd: explicitely include io.h in kfd_doorbell.c 2014-11-21 22:04:44 +02:00
kfd_flat_memory.c amdkfd: Fix sparse warnings in kfd_flat_memory.c 2014-11-20 15:49:49 +02:00
kfd_interrupt.c amdkfd: Add interrupt handling module 2014-07-17 01:37:30 +03:00
kfd_kernel_queue.c amdkfd: add __iomem attribute to doorbell_ptr 2014-11-20 16:14:56 +02:00
kfd_kernel_queue.h amdkfd: Add kernel queue module 2014-07-17 00:45:35 +03:00
kfd_module.c amdkfd: Add module parameter of scheduling policy 2014-07-17 00:48:28 +03:00
kfd_mqd_manager.c amdkfd: is_occupied() can be static 2014-11-20 15:50:53 +02:00
kfd_mqd_manager.h amdkfd: Add mqd_manager module 2014-07-17 00:36:17 +03:00
kfd_packet_manager.c amdkfd: Add packet manager module 2014-07-17 00:55:28 +03:00
kfd_pasid.c amdkfd: Add basic modules to amdkfd 2014-07-16 23:25:31 +03:00
kfd_pm4_headers.h amdkfd: Add kernel queue module 2014-07-17 00:45:35 +03:00
kfd_pm4_opcodes.h amdkfd: Add kernel queue module 2014-07-17 00:45:35 +03:00
kfd_priv.h amdkfd: Instead of using get function, use container_of 2014-11-19 17:07:00 +02:00
kfd_process_queue_manager.c amdkfd: fix an error handling bug in pqm_create_queue() 2014-11-25 13:24:51 +03:00
kfd_process.c amdkfd: delete some dead code 2014-11-25 19:43:29 +03:00
kfd_queue.c amdkfd: Add queue module 2014-07-17 00:18:51 +03:00
kfd_topology.c amdkfd: Fix sparse warnings in kfd_topology.c 2014-11-20 15:41:33 +02:00
kfd_topology.h
Makefile amdkfd: Add interrupt handling module 2014-07-17 01:37:30 +03:00