summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_device.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-24drm/amdkfd: kfree the wrong pointerJack Zhang1-2/+2
2017-08-16drm/amdkfd: Update PM4 packet headersFelix Kuehling1-4/+4
2017-08-16drm/amdkfd: Add more error printing to help bringup v2Yong Zhao1-2/+10
2017-08-16drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling1-7/+9
2017-08-16drm/amdkfd: Allocate gtt_sa_bitmap in long unitsFelix Kuehling1-4/+4
2017-08-16drm/amdkfd: Fix doorbell initialization and finalizationFelix Kuehling1-1/+8
2017-08-16drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling1-10/+0
2017-08-16drm/amdkfd: Change x==NULL/false references to !xKent Russell1-5/+5
2017-08-16drm/amdkfd: Consolidate and clean up log commandsKent Russell1-31/+20
2017-08-16drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell1-2/+3
2017-07-14drm/amdkfd: Remove unused references to shared_resources.num_mecJay Cornwall1-4/+0
2017-05-31drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez1-0/+4
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/torval...Dave 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-17amdkfd: 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