summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
Commit message (Expand)AuthorAgeFilesLines
...
* drm/amdkfd: Add topology support for dGPUsHarish Kasiviswanathan2017-12-085-51/+748
* drm/amdkfd: Add topology support for CPUsFelix Kuehling2017-12-085-35/+489
* drm/amdkfd: Fix sibling_map[] sizeHarish Kasiviswanathan2017-12-082-10/+14
* drm/amdkfd: Simplify counting of memory banksFelix Kuehling2017-12-083-15/+3
* drm/amdkfd: Turn verbose topology messages into pr_debugFelix Kuehling2017-12-082-9/+10
* drm/amdkfd: sync IOLINK defines to thunk specHarish Kasiviswanathan2017-12-081-5/+16
* drm/amdkfd: Support enumerating non-GPU devicesHarish Kasiviswanathan2017-12-084-10/+19
* drm/amdkfd: Decouple CRAT parsing from device list updateHarish Kasiviswanathan2017-12-084-79/+132
* drm/amdkfd: Reorganize CRAT fetching from ACPIHarish Kasiviswanathan2017-12-083-30/+54
* drm/amdkfd: Group up CRAT related functionsFelix Kuehling2017-12-085-332/+362
* drm/amdkfd: Fix memory leaks in kfd topologyYong Zhao2017-12-081-0/+10
* drm/amdkfd: Topology: Fix location_idHarish Kasiviswanathan2017-12-081-2/+2
* drm/amdkfd: Update number of compute unit from KGDFlora Cui2017-12-081-2/+5
* drm/amdkfd: Stop using get_vmem_size KGD-KFD interfaceHarish Kasiviswanathan2017-12-081-1/+5
* drm/amdkfd: Simplify locking during process creationYong Zhao2017-11-271-25/+21
* drm/amdkfd: Factor PDD destruction out of kfd_process_wq_releaseFelix Kuehling2017-11-271-16/+24
* drm/amdkfd: Reduce nesting in kfd_create_process_device_dataFelix Kuehling2017-11-271-11/+12
* drm/amdkfd: Return NULL if kfd_lookup_process_by_pasid failsYong Zhao2017-11-271-2/+3
* drm/amdkfd: Use ref count to prevent kfd_process destructionFelix Kuehling2017-11-273-10/+21
* drm/amdkfd: Make kfd_process reference countedFelix Kuehling2017-11-272-36/+26
* drm/amdkfd: Get reference to lead_thread task structFelix Kuehling2017-11-271-0/+4
* drm/amdkfd: Add debugfs support to KFDFelix Kuehling2017-11-2712-0/+399
* drm/amdkfd: Fix oversubscription accountingFelix Kuehling2017-11-271-2/+3
* drm/amdkfd: map multiple processes to HW schedulerFelix Kuehling2017-11-274-2/+53
* drm/amdkfd: Fix printing pointer castKent Russell2017-12-041-5/+4
* drm/amdkfd: Add crash protection in debugger register pathPhilip Yang2017-11-272-1/+6
* drm/amdkfd: Delete a useless parameter from create_queue function pointerYong Zhao2017-11-243-16/+6
* drm/amdkfd: Add support for user-mode trap handlersFelix Kuehling2017-11-143-1/+63
* drm/amdkfd: Add CWSR supportFelix Kuehling2017-11-147-5/+177
* drm/amdkfd: Add trap handler for CWSRFelix Kuehling2017-11-141-0/+1384
* drm/amdkfd: Cleanup qpd.pqm initializationFelix Kuehling2017-11-142-3/+2
* drm/amdkfd: Use order_base_2 to get log2 of buffes sizesFelix Kuehling2017-11-062-6/+6
* drm/amdkfd: Hardware DWORD size is 4 bytesFelix Kuehling2017-11-065-22/+15
* drm/amdkfd: Implement amdkfd SDMA functions for VIPhilip Cox2017-11-011-1/+102
* drm/amdkfd: Use ASIC-specific SDMA MQD typeFelix Kuehling2017-11-013-10/+10
* drm/amd: Update kgd_kfd interface for resuming SDMA queuesFelix Kuehling2017-11-011-1/+3
* drm/amdgpu: add license to MakefilesAlex Deucher2017-12-041-1/+21
* Merge tag 'drm-amdkfd-fixes-2017-11-26' of git://people.freedesktop.org/~gabb...Dave Airlie2017-12-013-3/+22
|\
| * drm/amdkfd: fix amdkfd use-after-free GP faultRandy Dunlap2017-11-261-1/+2
| * drm/amdkfd: Fix SDMA oversubsription handlingFelix Kuehling2017-11-261-0/+18
| * drm/amdkfd: Fix SDMA ring buffer size calculationshaoyunl2017-11-261-2/+2
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-1524-949/+1059
|\|
| * drm/amdkfd: Minor cleanupsFelix Kuehling2017-11-013-7/+7
| * drm/amdkfd: Update queue_count before mapping queuesFelix Kuehling2017-11-011-9/+11
| * drm/amdkfd: Cleanup DQM ASIC-specific opsYong Zhao2017-11-014-43/+27
| * drm/amdkfd: Register/Deregister process on qpd resolutionBen Goz2017-11-011-3/+6
| * drm/amdkfd: Fix debug unregister procedure on process terminationYair Shachar2017-11-012-12/+29
| * drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspendingYong Zhao2017-11-011-9/+5
| * drm/amdkfd: Disable CP/SDMA ring/doorbell in MQDJay Cornwall2017-11-012-30/+11
| * drm/amdkfd: Clean up the data structure in kfd_processYong Zhao2017-11-012-24/+0