aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-14drm/amdkfd: update SPDX license headerRajneesh Bhardwaj1-1/+2
2020-09-22drm/amdgpu: Fix handling of KFD initialization failuresFelix Kuehling1-0/+1
2019-10-07drm/amdkfd: add missing void argument to function kgd2kfd_initColin Ian King1-1/+1
2019-06-20drm/amdkfd: Add procfs-style information for KFD processesKent Russell1-0/+6
2019-01-14drm/amdgpu: Remove kgd2kfd function pointersAmber Lin1-27/+2
2019-01-14drm/amdgpu: Relocate kgd2kfd function declarationAmber Lin1-1/+1
2018-08-28drm/amdgpu: Move KFD parameters to amdgpu (v3)Amber Lin1-45/+0
2018-08-28drm/amdgpu: Merge amdkfd into amdgpuAmber Lin1-55/+22
2018-07-11drm/amdkfd: Use module parameters noretry as the internal variable nameYong Zhao1-6/+8
2018-07-11drm/amdkfd: Introduce KFD module parameter halt_if_hws_hangYong Zhao1-0/+4
2018-07-11drm/amdkfd: Add gpu reset interface and place holderShaoyun Liu1-0/+2
2018-04-10drm/amdkfd: Add GFXv9 device queue managerFelix Kuehling1-0/+5
2018-03-23drm/amdkfd: Add quiesce_mm and resume_mm to kgd2kfd_callsFelix Kuehling1-0/+2
2018-03-23drm/amdkfd: Use ordered workqueue to restore processesFelix Kuehling1-1/+5
2018-03-15drm/amdkfd: Add module option for testing large-BAR functionalityFelix Kuehling1-0/+5
2018-02-06drm/amdkfd: Implement KFD process eviction/restoreFelix Kuehling1-0/+2
2017-12-08drm/amdkfd: Module option to disable CRAT tableFelix Kuehling1-0/+5
2017-11-27drm/amdkfd: Add debugfs support to KFDFelix Kuehling1-0/+3
2017-11-27drm/amdkfd: map multiple processes to HW schedulerFelix Kuehling1-0/+5
2017-11-14drm/amdkfd: Add CWSR supportFelix Kuehling1-0/+4
2017-11-26drm/amdkfd: fix amdkfd use-after-free GP faultRandy Dunlap1-1/+2
2017-09-26drm/amdkfd: Use PASID manager from KGDFelix Kuehling1-6/+0
2017-08-15drm/amdkfd: Fix goto usage v2Kent Russell1-2/+1
2017-08-15drm/amdkfd: Consolidate and clean up log commandsKent Russell1-2/+2
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell1-1/+2
2016-02-27drm/amdkfd: Track when module's init is completeOded Gabbay1-3/+12
2015-05-19drm/amdkfd: change driver version to 0.7.2Oded Gabbay1-2/+2
2015-05-19drm/amdkfd: Add module parameter of send_sigtermOded Gabbay1-0/+5
2015-03-25drm/amdkfd: Add multiple kgd supportXihan Zhang1-11/+1
2015-02-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-3/+3
2015-02-02drm/amdkfd: max num of queues can't be 0Oded Gabbay1-2/+2
2015-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-19/+8
2015-01-22drm/amdkfd: change amdkfd version to 0.7.1Oded Gabbay1-2/+2
2015-01-18drm/amdkfd: Allow user to limit only queues per deviceOded Gabbay1-19/+8
2015-01-18drm/amdkfd: Fix description of sched_policy module parameterBen Goz1-1/+1
2014-07-17amdkfd: Add module parameter of scheduling policyBen Goz1-0/+12
2014-07-16amdkfd: Add basic modules to amdkfdOded Gabbay1-1/+40
2014-07-16amdkfd: Add topology module to amdkfdEvgeny Pinchuk1-0/+7
2014-07-16amdkfd: Add amdkfd skeleton driverOded Gabbay1-0/+101