1
0
Fork 0
alistair23-linux/drivers/gpu/drm/amd/amdkfd
Dave Airlie 662e704007 Merge tag 'drm-amdkfd-fixes-2017-11-26' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes
This is amdkfd pull request for -rc2. It contains three small fixes to the
CIK SDMA code, compilation error fix in kfd_ioctl.h and fix to accessing
a pointer after it was released.

* tag 'drm-amdkfd-fixes-2017-11-26' of git://people.freedesktop.org/~gabbayo/linux:
  uapi: fix linux/kfd_ioctl.h userspace compilation errors
  drm/amdkfd: fix amdkfd use-after-free GP fault
  drm/amdkfd: Fix SDMA oversubsription handling
  drm/amdkfd: Fix SDMA ring buffer size calculation
  drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled mode
2017-12-01 09:14:46 +10:00
..
Kconfig drm/radeon: deprecate and remove KFD interface 2017-10-30 14:16:21 +01:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
cik_event_interrupt.c drm/amdkfd: Use IH context ID for signal lookup 2017-10-27 19:35:28 -04:00
cik_int.h drm/amdkfd: Add SDMA trap src id to the KFD isr wanted list 2017-10-27 19:35:18 -04:00
cik_regs.h
kfd_chardev.c drm/amdkfd: Fix debug unregister procedure on process termination 2017-11-01 19:21:29 -04:00
kfd_crat.h
kfd_dbgdev.c drm/amdkfd: Compress unnecessary function parameters 2017-09-27 00:09:53 -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.c drm/amdkfd: use a high priority workqueue for IH work 2017-10-27 19:35:34 -04:00
kfd_device_queue_manager.c drm/amdkfd: Minor cleanups 2017-11-01 19:21:33 -04:00
kfd_device_queue_manager.h drm/amdkfd: Cleanup DQM ASIC-specific ops 2017-11-01 19:21:31 -04:00
kfd_device_queue_manager_cik.c drm/amdkfd: Cleanup DQM ASIC-specific ops 2017-11-01 19:21:31 -04:00
kfd_device_queue_manager_vi.c drm/amdkfd: Cleanup DQM ASIC-specific ops 2017-11-01 19:21:31 -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: Make event limit dependent on user mode mapping size 2017-10-27 19:35:29 -04:00
kfd_events.h drm/amdkfd: Simplify event ID and signal slot management 2017-10-27 19:35:27 -04:00
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: use a high priority workqueue for IH work 2017-10-27 19:35:34 -04:00
kfd_kernel_queue.c drm/amdkfd: Fix kernel-queue wrapping bugs 2017-09-20 18:10:21 -04:00
kfd_kernel_queue.h
kfd_kernel_queue_cik.c
kfd_kernel_queue_vi.c
kfd_module.c drm/amdkfd: fix amdkfd use-after-free GP fault 2017-11-26 11:31:32 +02: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_mqd_manager_cik.c drm/amdkfd: Fix SDMA ring buffer size calculation 2017-11-26 11:31:32 +02:00
kfd_mqd_manager_vi.c drm/amdkfd: Disable CP/SDMA ring/doorbell in MQD 2017-11-01 19:21:27 -04:00
kfd_packet_manager.c drm/amdkfd: Improve multiple SDMA queues support per process 2017-09-27 00:09:56 -04:00
kfd_pasid.c drm/amdkfd: Use PASID manager from KGD 2017-09-26 13:07:04 -04:00
kfd_pm4_headers.h drm/amdkfd: Update PM4 packet headers 2017-08-15 23:00:15 -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_opcodes.h
kfd_priv.h drm/amdkfd: Minor cleanups 2017-11-01 19:21:33 -04:00
kfd_process.c drm/amdkfd: Minor cleanups 2017-11-01 19:21:33 -04:00
kfd_process_queue_manager.c drm/amdkfd: Fix SDMA oversubsription handling 2017-11-26 11:31:32 +02: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