aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-20drm/amdkfd: add supported CZ devices PCI IDs to amdkfdBen Goz1-1/+6
2015-06-06drm/amdkfd: Add missing properties to CZ device infoOded Gabbay1-0/+3
2015-06-03drm/amdkfd: Add skeleton H/W debugger module supportYair Shachar1-0/+3
2015-06-03drm/amdkfd: Add static user-mode queues supportYair Shachar1-0/+2
2015-05-19drm/amdkfd: Add memory exception handlingAlexey Skidanov1-0/+29
2015-05-19drm/amdkfd: Add the events moduleAndrew Lewycky1-0/+1
2015-05-19drm/amdkfd: Add interrupt handling moduleAndrew Lewycky1-1/+21
2015-03-25drm/amdkfd: Add multiple kgd supportXihan Zhang1-5/+12
2015-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-5/+4
2015-01-22Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie1-19/+1
2015-01-18drm/amdkfd: Allow user to limit only queues per deviceOded Gabbay1-3/+3
2015-01-08drm/amdkfd: Drop interrupt SW ring bufferMichel Dänzer1-19/+1
2015-01-12drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay1-3/+3
2015-01-12drm/amdkfd: Don't BUG on freeing GART sub-allocationOded Gabbay1-1/+4
2014-11-09amdkfd: Clear ctx cb before suspendOded Gabbay1-0/+1
2015-01-01drm/amdkfd: Add asic property to kfd_device_infoBen Goz1-1/+9
2015-01-09drm/amdkfd: Allocate gart memory using new interfaceOded Gabbay1-2/+14
2015-01-09drm/amdkfd: Fixed calculation of gart buffer sizeOded Gabbay1-3/+19
2015-01-09drm/amdkfd: Add kfd gtt sub-allocator functionsOded Gabbay1-0/+186
2015-01-09drm/amdkfd: Add number of watch points to topologyAlexey Skidanov1-0/+1
2014-07-17amdkfd: Add interrupt handling moduleAndrew Lewycky1-1/+22
2014-07-17amdkfd: Add device queue manager moduleBen Goz1-1/+28
2014-07-17amdkfd: Add binding/unbinding calls to amd_iommu driverOded Gabbay1-1/+89
2014-07-16amdkfd: Add basic modules to amdkfdOded Gabbay1-6/+40
2014-07-16amdkfd: Add topology module to amdkfdEvgeny Pinchuk1-0/+7
2014-07-16amdkfd: Add amdkfd skeleton driverOded Gabbay1-0/+130