summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_device.c
AgeCommit message (Expand)Author
2017-08-15drm/amdkfd: Update PM4 packet headersFelix Kuehling
2017-08-15drm/amdkfd: Add more error printing to help bringup v2Yong Zhao
2017-08-15drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling
2017-08-15drm/amdkfd: Allocate gtt_sa_bitmap in long unitsFelix Kuehling
2017-08-15drm/amdkfd: Fix doorbell initialization and finalizationFelix Kuehling
2017-08-15drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling
2017-08-15drm/amdkfd: Change x==NULL/false references to !xKent Russell
2017-08-15drm/amdkfd: Consolidate and clean up log commandsKent Russell
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell
2017-07-13drm/amdkfd: Remove unused references to shared_resources.num_mecJay Cornwall
2017-05-31drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez
2015-07-20drm/amdkfd: add supported CZ devices PCI IDs to amdkfdBen Goz
2015-06-06drm/amdkfd: Add missing properties to CZ device infoOded Gabbay
2015-06-03drm/amdkfd: Add skeleton H/W debugger module supportYair Shachar
2015-06-03drm/amdkfd: Add static user-mode queues supportYair Shachar
2015-05-19drm/amdkfd: Add memory exception handlingAlexey Skidanov
2015-05-19drm/amdkfd: Add the events moduleAndrew Lewycky
2015-05-19drm/amdkfd: Add interrupt handling moduleAndrew Lewycky
2015-03-25drm/amdkfd: Add multiple kgd supportXihan Zhang
2015-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie
2015-01-22Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie
2015-01-18drm/amdkfd: Allow user to limit only queues per deviceOded Gabbay
2015-01-08drm/amdkfd: Drop interrupt SW ring bufferMichel Dänzer
2015-01-12drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay
2015-01-12drm/amdkfd: Don't BUG on freeing GART sub-allocationOded Gabbay
2014-11-09amdkfd: Clear ctx cb before suspendOded Gabbay
2015-01-01drm/amdkfd: Add asic property to kfd_device_infoBen Goz
2015-01-09drm/amdkfd: Allocate gart memory using new interfaceOded Gabbay
2015-01-09drm/amdkfd: Fixed calculation of gart buffer sizeOded Gabbay
2015-01-09drm/amdkfd: Add kfd gtt sub-allocator functionsOded Gabbay
2015-01-09drm/amdkfd: Add number of watch points to topologyAlexey Skidanov
2014-07-17amdkfd: Add interrupt handling moduleAndrew Lewycky
2014-07-17amdkfd: Add device queue manager moduleBen Goz
2014-07-17amdkfd: Add binding/unbinding calls to amd_iommu driverOded Gabbay
2014-07-16amdkfd: Add basic modules to amdkfdOded Gabbay
2014-07-16amdkfd: Add topology module to amdkfdEvgeny Pinchuk
2014-07-16amdkfd: Add amdkfd skeleton driverOded Gabbay