summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
AgeCommit message (Expand)Author
2017-08-30drm/amdkfd: remove memset before memcpyHimanshu Jha
2017-08-15drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling
2017-08-15drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling
2017-08-15drm/amdkfd: Remove usage of alloc(sizeof(struct...Kent Russell
2017-08-15drm/amdkfd: Fix goto usage v2Kent Russell
2017-08-15drm/amdkfd: Change x==NULL/false references to !xKent Russell
2017-08-15drm/amdkfd: Consolidate and clean up log commandsKent Russell
2017-05-31drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez
2016-09-19drm/amdkfd: Pass 'struct queue_propertices' by referenceEdward O'Callaghan
2015-06-03drm/amdkfd: Add skeleton H/W debugger module supportYair Shachar
2015-06-03drm/amdkfd: Add static user-mode queues supportYair Shachar
2015-02-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-02-02drm/amdkfd: Don't create BUG due to incorrect user parameterOded Gabbay
2015-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie
2015-01-18drm/amdkfd: Allow user to limit only queues per deviceOded Gabbay
2015-01-15drm/amdkfd: PQM handle queue creation faultBen Goz
2015-01-12drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay
2014-11-25amdkfd: fix an error handling bug in pqm_create_queue()Dan Carpenter
2014-11-20amdkfd: pqm_get_kernel_queue() can be statickbuild test robot
2015-01-09drm/amdkfd: Add SDMA user-mode queues support to QCMBen Goz
2015-01-09drm/amdkfd: Process-device data creation and lookup splitAlexey Skidanov
2014-07-17amdkfd: Add process queue manager moduleBen Goz