summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2017-12-09drm/amdkfd: Decouple CRAT parsing from device list updateHarish Kasiviswanathan4-79/+132
2017-12-09drm/amdkfd: Reorganize CRAT fetching from ACPIHarish Kasiviswanathan3-30/+54
2017-12-09drm/amdkfd: Group up CRAT related functionsFelix Kuehling5-332/+362
2017-12-09drm/amdkfd: Fix memory leaks in kfd topologyYong Zhao1-0/+10
2017-12-09drm/amdkfd: Topology: Fix location_idHarish Kasiviswanathan1-2/+2
2017-12-09drm/amdkfd: Update number of compute unit from KGDFlora Cui1-2/+5
2017-12-09drm/amdkfd: Stop using get_vmem_size KGD-KFD interfaceHarish Kasiviswanathan1-1/+5
2017-11-28drm/amdkfd: Simplify locking during process creationYong Zhao1-25/+21
2017-11-28drm/amdkfd: Factor PDD destruction out of kfd_process_wq_releaseFelix Kuehling1-16/+24
2017-11-28drm/amdkfd: Reduce nesting in kfd_create_process_device_dataFelix Kuehling1-11/+12
2017-11-28drm/amdkfd: Return NULL if kfd_lookup_process_by_pasid failsYong Zhao1-2/+3
2017-11-28drm/amdkfd: Use ref count to prevent kfd_process destructionFelix Kuehling3-10/+21
2017-11-28drm/amdkfd: Make kfd_process reference countedFelix Kuehling2-36/+26
2017-11-28drm/amdkfd: Get reference to lead_thread task structFelix Kuehling1-0/+4
2017-11-28drm/amdkfd: Add debugfs support to KFDFelix Kuehling12-0/+399
2017-11-28drm/amdkfd: Fix oversubscription accountingFelix Kuehling1-2/+3
2017-11-28drm/amdkfd: map multiple processes to HW schedulerFelix Kuehling4-2/+53
2017-12-04drm/amdkfd: Fix printing pointer castKent Russell1-5/+4
2017-11-28drm/amdkfd: Add crash protection in debugger register pathPhilip Yang2-1/+6
2017-11-25drm/amdkfd: Delete a useless parameter from create_queue function pointerYong Zhao3-16/+6
2017-11-15drm/amdkfd: Add support for user-mode trap handlersFelix Kuehling3-1/+63
2017-11-15drm/amdkfd: Add CWSR supportFelix Kuehling7-5/+177
2017-11-15drm/amdkfd: Add trap handler for CWSRFelix Kuehling1-0/+1384
2017-11-15drm/amdkfd: Cleanup qpd.pqm initializationFelix Kuehling2-3/+2
2017-11-06drm/amdkfd: Use order_base_2 to get log2 of buffes sizesFelix Kuehling2-6/+6
2017-11-06drm/amdkfd: Hardware DWORD size is 4 bytesFelix Kuehling5-22/+15
2017-11-02drm/amdkfd: Implement amdkfd SDMA functions for VIPhilip Cox1-1/+102
2017-11-02drm/amdkfd: Use ASIC-specific SDMA MQD typeFelix Kuehling3-10/+10
2017-11-02drm/amd: Update kgd_kfd interface for resuming SDMA queuesFelix Kuehling1-1/+3
2017-12-04drm/amdgpu: add license to MakefilesAlex Deucher1-1/+21
2017-12-01Merge tag 'drm-amdkfd-fixes-2017-11-26' of git://people.freedesktop.org/~gabb...Dave Airlie3-3/+22
2017-11-26drm/amdkfd: fix amdkfd use-after-free GP faultRandy Dunlap1-1/+2
2017-11-26drm/amdkfd: Fix SDMA oversubsription handlingFelix Kuehling1-0/+18
2017-11-26drm/amdkfd: Fix SDMA ring buffer size calculationshaoyunl1-2/+2
2017-11-16Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds24-949/+1059
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02drm/amdkfd: Minor cleanupsFelix Kuehling3-7/+7
2017-11-02drm/amdkfd: Update queue_count before mapping queuesFelix Kuehling1-9/+11
2017-11-02drm/amdkfd: Cleanup DQM ASIC-specific opsYong Zhao4-43/+27
2017-11-02drm/amdkfd: Register/Deregister process on qpd resolutionBen Goz1-3/+6
2017-11-02drm/amdkfd: Fix debug unregister procedure on process terminationYair Shachar2-12/+29
2017-11-02drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspendingYong Zhao1-9/+5
2017-11-02drm/amdkfd: Disable CP/SDMA ring/doorbell in MQDJay Cornwall2-30/+11
2017-11-02drm/amdkfd: Clean up the data structure in kfd_processYong Zhao2-24/+0
2017-10-30drm/radeon: deprecate and remove KFD interfaceChristian König1-1/+1
2017-10-28drm/amdkfd: use a high priority workqueue for IH workAndres Rodriguez3-2/+4
2017-10-28drm/amdkfd: wait only for IH work on IH exitAndres Rodriguez1-2/+2
2017-10-28drm/amdkfd: increase IH num entries to 8192Andres Rodriguez1-1/+1
2017-10-28drm/amdkfd: use standard kernel kfifo for IHAndres Rodriguez2-57/+27
2017-10-28drm/amdkfd: Make event limit dependent on user mode mapping sizeFelix Kuehling2-6/+20