summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_device.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: use a high priority workqueue for IH workAndres Rodriguez2017-10-271-1/+1
* drm/amdkfd: Use VMID bitmap from KGD v2Yong Zhao2017-09-201-0/+5
* drm/amdkfd: Fix suspend/resume issue on Carrizo v2Yong Zhao2017-09-201-7/+16
* drm/amdkfd: Reorganize kfd resume codeYong Zhao2017-09-201-38/+40
* drm/amdkfd: Separate doorbell allocation from PASIDFelix Kuehling2017-09-261-7/+0
* drm/amdkfd: Update PM4 packet headersFelix Kuehling2017-08-151-4/+4
* drm/amdkfd: Add more error printing to help bringup v2Yong Zhao2017-08-151-2/+10
* drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling2017-08-151-7/+9
* drm/amdkfd: Allocate gtt_sa_bitmap in long unitsFelix Kuehling2017-08-151-4/+4
* drm/amdkfd: Fix doorbell initialization and finalizationFelix Kuehling2017-08-151-1/+8
* drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling2017-08-151-10/+0
* drm/amdkfd: Change x==NULL/false references to !xKent Russell2017-08-151-5/+5
* drm/amdkfd: Consolidate and clean up log commandsKent Russell2017-08-151-31/+20
* drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell2017-08-151-2/+3
* drm/amdkfd: Remove unused references to shared_resources.num_mecJay Cornwall2017-07-131-4/+0
* drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez2017-05-311-0/+4
* drm/amdkfd: add supported CZ devices PCI IDs to amdkfdBen Goz2015-07-201-1/+6
* drm/amdkfd: Add missing properties to CZ device infoOded Gabbay2015-06-061-0/+3
* drm/amdkfd: Add skeleton H/W debugger module supportYair Shachar2015-06-031-0/+3
* drm/amdkfd: Add static user-mode queues supportYair Shachar2015-06-031-0/+2
* drm/amdkfd: Add memory exception handlingAlexey Skidanov2015-05-191-0/+29
* drm/amdkfd: Add the events moduleAndrew Lewycky2015-05-191-0/+1
* drm/amdkfd: Add interrupt handling moduleAndrew Lewycky2015-05-191-1/+21
* drm/amdkfd: Add multiple kgd supportXihan Zhang2015-03-251-5/+12
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2015-01-291-5/+4
|\
| * drm/amdkfd: Allow user to limit only queues per deviceOded Gabbay2015-01-181-3/+3
* | Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie2015-01-221-19/+1
|\ \ | |/
| * drm/amdkfd: Drop interrupt SW ring bufferMichel Dänzer2015-01-081-19/+1
* | drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay2015-01-121-3/+3
* | drm/amdkfd: Don't BUG on freeing GART sub-allocationOded Gabbay2015-01-121-1/+4
* | drm/amdkfd: Add asic property to kfd_device_infoBen Goz2015-01-011-1/+9
* | drm/amdkfd: Allocate gart memory using new interfaceOded Gabbay2015-01-091-2/+14
* | drm/amdkfd: Fixed calculation of gart buffer sizeOded Gabbay2015-01-091-3/+19
* | drm/amdkfd: Add kfd gtt sub-allocator functionsOded Gabbay2015-01-091-0/+186
* | drm/amdkfd: Add number of watch points to topologyAlexey Skidanov2015-01-091-0/+1
|/
* amdkfd: Clear ctx cb before suspendOded Gabbay2014-11-091-0/+1
* amdkfd: Add interrupt handling moduleAndrew Lewycky2014-07-171-1/+22
* amdkfd: Add device queue manager moduleBen Goz2014-07-171-1/+28
* amdkfd: Add binding/unbinding calls to amd_iommu driverOded Gabbay2014-07-171-1/+89
* amdkfd: Add basic modules to amdkfdOded Gabbay2014-07-161-6/+40
* amdkfd: Add topology module to amdkfdEvgeny Pinchuk2014-07-161-0/+7
* amdkfd: Add amdkfd skeleton driverOded Gabbay2014-07-161-0/+130