summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2018-02-06drm/amdkfd: Implement KFD process eviction/restoreFelix Kuehling8-8/+547
2018-02-06drm/amdkfd: Add GPUVM virtual address space to PDDFelix Kuehling3-0/+66
2018-02-06drm/amdkfd: Remove unaligned memory accessHarish Kasiviswanathan1-16/+9
2017-12-08drm/amdkfd: Centralize IOMMUv2 code and make it conditionalFelix Kuehling11-265/+495
2018-01-04drm/amdkfd: Add dGPU device IDs and device infoFelix Kuehling1-2/+143
2018-01-04drm/amdkfd: Add dGPU support to kernel_queue_initFelix Kuehling1-0/+5
2018-01-04drm/amdkfd: Add dGPU support to the MQD managerFelix Kuehling4-3/+64
2018-01-04drm/amdkfd: Add dGPU support to the device queue managerFelix Kuehling4-0/+164
2018-01-04drm/amdkfd: Make sched_policy a per-device settingFelix Kuehling6-9/+29
2018-01-04drm/amdkfd: Conditionally enable PCIe atomicsFelix Kuehling2-0/+18
2018-01-18drm/amdkfd: Use ARRAY_SIZE macro in kfd_build_sysfs_node_entryGustavo A. R. Silva1-1/+1
2018-01-10drm/amdkfd: Fix potential NULL pointer dereferencesGustavo A. R. Silva1-1/+7
2018-01-10drm/amdkfd: add ull suffix to 64bit definesOded Gabbay1-3/+3
2018-01-02drm/amdkfd: don't always call execute_queues_cpsch()Yong Zhao1-5/+5
2018-01-02drm/amdkfd: Fix return value 0 when execute_queues_cpsch failsYong Zhao1-1/+1
2017-12-08drm/amdkfd: Ignore ACPI CRAT for non-APU systemsHarish Kasiviswanathan1-2/+22
2017-12-08drm/amdkfd: Module option to disable CRAT tableFelix Kuehling3-0/+16
2017-12-08drm/amdkfd: Add AQL Queue Memory flag on topologyBen Goz2-0/+5
2017-12-08drm/amdkfd: Fixup incorrect info in the CZ CRAT tablePhilip Cox1-3/+6
2017-12-08drm/amdkfd: Add perf counters to topologyAmber Lin2-2/+127
2017-12-08drm/amdkfd: Add topology support for dGPUsHarish Kasiviswanathan5-51/+748
2017-12-08drm/amdkfd: Add topology support for CPUsFelix Kuehling5-35/+489
2017-12-08drm/amdkfd: Fix sibling_map[] sizeHarish Kasiviswanathan2-10/+14
2017-12-08drm/amdkfd: Simplify counting of memory banksFelix Kuehling3-15/+3
2017-12-08drm/amdkfd: Turn verbose topology messages into pr_debugFelix Kuehling2-9/+10
2017-12-08drm/amdkfd: sync IOLINK defines to thunk specHarish Kasiviswanathan1-5/+16
2017-12-08drm/amdkfd: Support enumerating non-GPU devicesHarish Kasiviswanathan4-10/+19
2017-12-08drm/amdkfd: Decouple CRAT parsing from device list updateHarish Kasiviswanathan4-79/+132
2017-12-08drm/amdkfd: Reorganize CRAT fetching from ACPIHarish Kasiviswanathan3-30/+54
2017-12-08drm/amdkfd: Group up CRAT related functionsFelix Kuehling5-332/+362
2017-12-08drm/amdkfd: Fix memory leaks in kfd topologyYong Zhao1-0/+10
2017-12-08drm/amdkfd: Topology: Fix location_idHarish Kasiviswanathan1-2/+2
2017-12-08drm/amdkfd: Update number of compute unit from KGDFlora Cui1-2/+5
2017-12-08drm/amdkfd: Stop using get_vmem_size KGD-KFD interfaceHarish Kasiviswanathan1-1/+5
2017-11-27drm/amdkfd: Simplify locking during process creationYong Zhao1-25/+21
2017-11-27drm/amdkfd: Factor PDD destruction out of kfd_process_wq_releaseFelix Kuehling1-16/+24
2017-11-27drm/amdkfd: Reduce nesting in kfd_create_process_device_dataFelix Kuehling1-11/+12
2017-11-27drm/amdkfd: Return NULL if kfd_lookup_process_by_pasid failsYong Zhao1-2/+3
2017-11-27drm/amdkfd: Use ref count to prevent kfd_process destructionFelix Kuehling3-10/+21
2017-11-27drm/amdkfd: Make kfd_process reference countedFelix Kuehling2-36/+26
2017-11-27drm/amdkfd: Get reference to lead_thread task structFelix Kuehling1-0/+4
2017-11-27drm/amdkfd: Add debugfs support to KFDFelix Kuehling12-0/+399
2017-11-27drm/amdkfd: Fix oversubscription accountingFelix Kuehling1-2/+3
2017-11-27drm/amdkfd: map multiple processes to HW schedulerFelix Kuehling4-2/+53
2017-12-04drm/amdkfd: Fix printing pointer castKent Russell1-5/+4
2017-11-27drm/amdkfd: Add crash protection in debugger register pathPhilip Yang2-1/+6
2017-11-24drm/amdkfd: Delete a useless parameter from create_queue function pointerYong Zhao3-16/+6
2017-11-14drm/amdkfd: Add support for user-mode trap handlersFelix Kuehling3-1/+63
2017-11-14drm/amdkfd: Add CWSR supportFelix Kuehling7-5/+177
2017-11-14drm/amdkfd: Add trap handler for CWSRFelix Kuehling1-0/+1384