summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
AgeCommit message (Expand)AuthorLines
2018-09-26drm/amdkfd: Add wavefront context save state retrieval ioctlJay Cornwall-0/+22
2018-07-14drm/amdkfd: Add CU-masking ioctl to KFDFelix Kuehling-0/+30
2018-07-13drm/amdkfd: Make SDMA engine number an ASIC-dependent variableYong Zhao-2/+1
2018-07-11drm/amdkfd: Clean up reference of radeonYong Zhao-1/+1
2018-07-11drm/amdkfd: Replace mqd with mqd_mgr as the variable name for mqd_managerYong Zhao-4/+4
2018-05-01drm/amdkfd: Remove queue node when destroy queue failedShaoyun Liu-3/+7
2018-04-10drm/amdkfd: Implement doorbell allocation for SOC15Felix Kuehling-3/+9
2018-01-04drm/amdkfd: Make sched_policy a per-device settingFelix Kuehling-1/+2
2017-11-27drm/amdkfd: Add debugfs support to KFDFelix Kuehling-0/+63
2017-11-27drm/amdkfd: Add crash protection in debugger register pathPhilip Yang-0/+5
2017-11-24drm/amdkfd: Delete a useless parameter from create_queue function pointerYong Zhao-4/+2
2017-11-14drm/amdkfd: Cleanup qpd.pqm initializationFelix Kuehling-3/+1
2017-11-26drm/amdkfd: Fix SDMA oversubsription handlingFelix Kuehling-0/+18
2017-11-01drm/amdkfd: Register/Deregister process on qpd resolutionBen Goz-3/+6
2017-09-27drm/amdkfd: Limit queue number per process and device to 127Felix Kuehling-4/+6
2017-09-27drm/amdkfd: Clean up process queue managementFelix Kuehling-7/+2
2017-09-27drm/amdkfd: Compress unnecessary function parametersYong Zhao-7/+3
2017-09-27drm/amdkfd: Improve process termination handlingFelix Kuehling-14/+23
2017-09-20drm/amdkfd: Use VMID bitmap from KGD v2Yong Zhao-1/+1
2017-08-30drm/amdkfd: remove memset before memcpyHimanshu Jha-1/+0
2017-08-15drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling-3/+4
2017-08-15drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling-15/+0
2017-08-15drm/amdkfd: Remove usage of alloc(sizeof(struct...Kent Russell-1/+1
2017-08-15drm/amdkfd: Fix goto usage v2Kent Russell-10/+4
2017-08-15drm/amdkfd: Change x==NULL/false references to !xKent Russell-3/+3
2017-08-15drm/amdkfd: Consolidate and clean up log commandsKent Russell-17/+10
2017-05-31drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez-1/+1
2016-09-19drm/amdkfd: Pass 'struct queue_propertices' by referenceEdward O'Callaghan-1/+1
2015-06-03drm/amdkfd: Add skeleton H/W debugger module supportYair Shachar-1/+1
2015-06-03drm/amdkfd: Add static user-mode queues supportYair Shachar-0/+16
2015-02-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-13/+21
2015-02-02drm/amdkfd: Don't create BUG due to incorrect user parameterOded Gabbay-1/+5
2015-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie-4/+8
2015-01-18drm/amdkfd: Allow user to limit only queues per deviceOded Gabbay-4/+5
2015-01-15drm/amdkfd: PQM handle queue creation faultBen Goz-0/+3
2015-01-12drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay-7/+9
2014-11-25amdkfd: fix an error handling bug in pqm_create_queue()Dan Carpenter-1/+1
2014-11-20amdkfd: pqm_get_kernel_queue() can be statickbuild test robot-1/+2
2015-01-09drm/amdkfd: Add SDMA user-mode queues support to QCMBen Goz-1/+1
2015-01-09drm/amdkfd: Process-device data creation and lookup splitAlexey Skidanov-4/+10
2014-07-17amdkfd: Add process queue manager moduleBen Goz-0/+342