summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: Fix potential NULL pointer dereferencesGustavo A. R. Silva2018-01-111-1/+7
* drm/amdkfd: add ull suffix to 64bit definesOded Gabbay2018-01-101-3/+3
* drm/amdkfd: don't always call execute_queues_cpsch()Yong Zhao2018-01-021-5/+5
* drm/amdkfd: Fix return value 0 when execute_queues_cpsch failsYong Zhao2018-01-021-1/+1
* drm/amdkfd: Ignore ACPI CRAT for non-APU systemsHarish Kasiviswanathan2017-12-091-2/+22
* drm/amdkfd: Module option to disable CRAT tableFelix Kuehling2017-12-093-0/+16
* drm/amdkfd: Add AQL Queue Memory flag on topologyBen Goz2017-12-092-0/+5
* drm/amdkfd: Fixup incorrect info in the CZ CRAT tablePhilip Cox2017-12-091-3/+6
* drm/amdkfd: Add perf counters to topologyAmber Lin2017-12-092-2/+127
* drm/amdkfd: Add topology support for dGPUsHarish Kasiviswanathan2017-12-095-51/+748
* drm/amdkfd: Add topology support for CPUsFelix Kuehling2017-12-095-35/+489
* drm/amdkfd: Fix sibling_map[] sizeHarish Kasiviswanathan2017-12-092-10/+14
* drm/amdkfd: Simplify counting of memory banksFelix Kuehling2017-12-093-15/+3Star
* drm/amdkfd: Turn verbose topology messages into pr_debugFelix Kuehling2017-12-092-9/+10
* drm/amdkfd: sync IOLINK defines to thunk specHarish Kasiviswanathan2017-12-091-5/+16
* drm/amdkfd: Support enumerating non-GPU devicesHarish Kasiviswanathan2017-12-094-10/+19
* drm/amdkfd: Decouple CRAT parsing from device list updateHarish Kasiviswanathan2017-12-094-79/+132
* drm/amdkfd: Reorganize CRAT fetching from ACPIHarish Kasiviswanathan2017-12-093-30/+54
* drm/amdkfd: Group up CRAT related functionsFelix Kuehling2017-12-095-332/+362
* drm/amdkfd: Fix memory leaks in kfd topologyYong Zhao2017-12-091-0/+10
* drm/amdkfd: Topology: Fix location_idHarish Kasiviswanathan2017-12-091-2/+2
* drm/amdkfd: Update number of compute unit from KGDFlora Cui2017-12-091-2/+5
* drm/amdkfd: Stop using get_vmem_size KGD-KFD interfaceHarish Kasiviswanathan2017-12-091-1/+5
* drm/amdkfd: Simplify locking during process creationYong Zhao2017-11-281-25/+21Star
* drm/amdkfd: Factor PDD destruction out of kfd_process_wq_releaseFelix Kuehling2017-11-281-16/+24
* drm/amdkfd: Reduce nesting in kfd_create_process_device_dataFelix Kuehling2017-11-281-11/+12
* drm/amdkfd: Return NULL if kfd_lookup_process_by_pasid failsYong Zhao2017-11-281-2/+3
* drm/amdkfd: Use ref count to prevent kfd_process destructionFelix Kuehling2017-11-283-10/+21
* drm/amdkfd: Make kfd_process reference countedFelix Kuehling2017-11-282-36/+26Star
* drm/amdkfd: Get reference to lead_thread task structFelix Kuehling2017-11-281-0/+4
* drm/amdkfd: Add debugfs support to KFDFelix Kuehling2017-11-2812-0/+399
* drm/amdkfd: Fix oversubscription accountingFelix Kuehling2017-11-281-2/+3
* drm/amdkfd: map multiple processes to HW schedulerFelix Kuehling2017-11-284-2/+53
* drm/amdkfd: Fix printing pointer castKent Russell2017-12-041-5/+4Star
* drm/amdkfd: Add crash protection in debugger register pathPhilip Yang2017-11-282-1/+6
* drm/amdkfd: Delete a useless parameter from create_queue function pointerYong Zhao2017-11-253-16/+6Star
* 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/+2Star
* 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/+15Star
* drm/amdkfd: Implement amdkfd SDMA functions for VIPhilip Cox2017-11-021-1/+102
* drm/amdkfd: Use ASIC-specific SDMA MQD typeFelix Kuehling2017-11-023-10/+10
* drm/amd: Update kgd_kfd interface for resuming SDMA queuesFelix Kuehling2017-11-021-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