summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: Clean up reference of radeonYong Zhao2018-07-111-1/+0
* drm/amdkfd: Hardware DWORD size is 4 bytesFelix Kuehling2017-11-061-9/+5
* drm/amdkfd: Compress unnecessary function parametersYong Zhao2017-09-271-2/+3
* drm/amdkfd: Use VMID bitmap from KGD v2Yong Zhao2017-09-201-7/+2
* drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling2017-08-151-1/+2
* drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling2017-08-151-25/+1
* drm/amdkfd: Change x==NULL/false references to !xKent Russell2017-08-151-11/+9
* drm/amdkfd: Consolidate and clean up log commandsKent Russell2017-08-151-19/+19
* drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell2017-08-151-3/+4
* drm/amdkfd: Remove bogus divide-by-sizeof(uint32_t)Felix Kuehling2017-08-151-8/+0
* drm/amdkfd: Fix typo in dbgdev_wave_reset_wavefrontsFelix Kuehling2017-08-151-1/+1
* drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()Dan Carpenter2016-03-151-1/+1
* drm/amdkfd: avoid CONFIG_ prefix for non-Kconfig symbolsValentin Rothberg2015-06-061-5/+5
* drm/amdkfd: Enforce kill all waves on process terminationBen Goz2015-06-031-0/+65
* drm/amdkfd: Add address watch operation to debuggerYair Shachar2015-06-031-0/+274
* drm/amdkfd: Add wave control operation to debuggerYair Shachar2015-06-031-0/+405
* drm/amdkfd: Add skeleton H/W debugger module supportYair Shachar2015-06-031-0/+142