summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2018-03-23drm/amdkfd: Use ordered workqueue to restore processesFelix Kuehling3-6/+32
2018-03-15drm/amdkfd: Add module option for testing large-BAR functionalityFelix Kuehling4-0/+19
2018-03-15drm/amdkfd: Kmap event page for dGPUsFelix Kuehling3-2/+87
2018-03-15drm/amdkfd: Add ioctls for GPUVM memory managementFelix Kuehling2-0/+385
2018-03-15drm/amdkfd: Add TC flush on VMID deallocation for HawaiiFelix Kuehling4-1/+95
2018-03-15drm/amdkfd: Allocate CWSR trap handler memory for dGPUsFelix Kuehling1-10/+127
2018-03-15drm/amdkfd: Add per-process IDR for buffer handlesFelix Kuehling2-0/+84
2018-03-15drm/amdkfd: Aperture setup for dGPUsFelix Kuehling2-8/+33
2018-03-15drm/amdkfd: Remove limit on number of GPUsFelix Kuehling2-12/+104
2018-03-15drm/amdkfd: Populate DRM render device minorOak Zeng2-0/+5
2018-03-15drm/amdkfd: Create KFD VMs on demandFelix Kuehling2-10/+53
2018-03-15drm/amdkfd: fix uninitialized variable useArnd Bergmann1-1/+1
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