summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-04drm/amdkfd: Conditionally enable PCIe atomicsFelix Kuehling1-0/+1
2018-01-10drm/amdkfd: add ull suffix to 64bit definesOded Gabbay1-3/+3
2017-12-08drm/amdkfd: Module option to disable CRAT tableFelix Kuehling1-0/+6
2017-12-08drm/amdkfd: Add topology support for dGPUsHarish Kasiviswanathan1-0/+2
2017-12-08drm/amdkfd: Add topology support for CPUsFelix Kuehling1-0/+1
2017-12-08drm/amdkfd: Support enumerating non-GPU devicesHarish Kasiviswanathan1-1/+1
2017-11-27drm/amdkfd: Use ref count to prevent kfd_process destructionFelix Kuehling1-0/+1
2017-11-27drm/amdkfd: Make kfd_process reference countedFelix Kuehling1-0/+4
2017-11-27drm/amdkfd: Add debugfs support to KFDFelix Kuehling1-0/+21
2017-11-27drm/amdkfd: map multiple processes to HW schedulerFelix Kuehling1-0/+9
2017-11-14drm/amdkfd: Add CWSR supportFelix Kuehling1-1/+30
2017-11-01drm/amdkfd: Use ASIC-specific SDMA MQD typeFelix Kuehling1-2/+0
2017-11-01drm/amdkfd: Minor cleanupsFelix Kuehling1-0/+2
2017-11-01drm/amdkfd: Clean up the data structure in kfd_processYong Zhao1-6/+0
2017-10-27drm/amdkfd: use a high priority workqueue for IH workAndres Rodriguez1-0/+1
2017-10-27drm/amdkfd: use standard kernel kfifo for IHAndres Rodriguez1-4/+2
2017-10-27drm/amdkfd: Make event limit dependent on user mode mapping sizeFelix Kuehling1-0/+1
2017-10-27drm/amdkfd: Simplify event ID and signal slot managementFelix Kuehling1-3/+3
2017-10-27drm/amdkfd: Simplify events page allocatorFelix Kuehling1-2/+2
2017-10-27drm/amdkfd: Clean up kfd_wait_on_eventsFelix Kuehling1-7/+1
2017-10-27drm/amdkfd: Don't dereference kfd_process.mmFelix Kuehling1-1/+6
2017-09-27drm/amdkfd: Clean up process queue managementFelix Kuehling1-1/+0
2017-09-27drm/amdkfd: Compress unnecessary function parametersYong Zhao1-2/+0
2017-09-27drm/amdkfd: Improve process termination handlingFelix Kuehling1-3/+15
2017-09-27drm/amdkfd: Avoid name confusion involved in queue unmappingYong Zhao1-10/+10
2017-09-20drm/amdkfd: Reuse CHIP_* from amdgpu v2Yong Zhao1-6/+3
2017-09-20drm/amdkfd: Use VMID bitmap from KGD v2Yong Zhao1-0/+7
2017-09-20drm/amdkfd: Adjust dequeue latencies and timeoutsFelix Kuehling1-3/+0
2017-09-20drm/amdkfd: Rectify the jiffies calculation error with milliseconds v2Yong Zhao1-1/+1
2017-09-20drm/amdkfd: Fix suspend/resume issue on Carrizo v2Yong Zhao1-3/+12
2017-10-03BackMerge tag 'v4.14-rc3' into drm-nextDave Airlie1-0/+1
2017-09-26drm/amdkfd: Separate doorbell allocation from PASIDFelix Kuehling1-5/+5
2017-09-20drm/amdkfd: Print event limit messages only once per processFelix Kuehling1-0/+1
2017-08-15drm/amdkfd: Adding new IOCTL for scratch memory v2Moses Reuben1-0/+1
2017-08-15drm/amd: Update MEC HQD loading code for KFDFelix Kuehling1-5/+0
2017-08-15drm/amdkfd: Fix doorbell initialization and finalizationFelix Kuehling1-1/+2
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell1-10/+13
2016-09-19drm/amdkfd: Pass 'struct queue_propertices' by referenceEdward O'Callaghan1-1/+1
2016-06-21drm/amdkfd: Clean up inline handlingDaniel Vetter1-3/+0
2015-06-06drm/amdkfd: make reset wavefronts per process per deviceBen Goz1-5/+5
2015-06-03drm/amdkfd: Enforce kill all waves on process terminationBen Goz1-0/+7
2015-06-03drm/amdkfd: Add wave control operation to debuggerYair Shachar1-0/+4
2015-06-03drm/amdkfd: Add skeleton H/W debugger module supportYair Shachar1-0/+5
2015-06-03drm/amdkfd: Add static user-mode queues supportYair Shachar1-0/+2
2015-06-03drm/amdkfd: Use DECLARE_BITMAPJoe Perches1-4/+2
2015-05-19drm/amdkfd: Add module parameter of send_sigtermOded Gabbay1-0/+6
2015-05-19drm/amdkfd: Add bad opcode exception handlingAlexey Skidanov1-0/+2
2015-05-19drm/amdkfd: Add memory exception handlingAlexey Skidanov1-1/+4
2015-05-19drm/amdkfd: Add the events moduleAndrew Lewycky1-0/+47
2015-05-19drm/amdkfd: Add interrupt handling moduleAndrew Lewycky1-0/+17