aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-03drm/amdkfd: Eliminate get_atc_vmid_pasid_mapping_validYong Zhao1-8/+8
2019-10-03drm/amdkfd: Use hex print format for pasidYong Zhao1-2/+2
2018-07-11drm/amdkfd: Clean up reference of radeonYong Zhao1-1/+0
2017-11-06drm/amdkfd: Hardware DWORD size is 4 bytesFelix Kuehling1-9/+5
2017-09-27drm/amdkfd: Compress unnecessary function parametersYong Zhao1-2/+3
2017-09-20drm/amdkfd: Use VMID bitmap from KGD v2Yong Zhao1-7/+2
2017-08-15drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling1-1/+2
2017-08-15drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling1-25/+1
2017-08-15drm/amdkfd: Change x==NULL/false references to !xKent Russell1-11/+9
2017-08-15drm/amdkfd: Consolidate and clean up log commandsKent Russell1-19/+19
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell1-3/+4
2017-08-15drm/amdkfd: Remove bogus divide-by-sizeof(uint32_t)Felix Kuehling1-8/+0
2017-08-15drm/amdkfd: Fix typo in dbgdev_wave_reset_wavefrontsFelix Kuehling1-1/+1
2016-03-15drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()Dan Carpenter1-1/+1
2015-06-06drm/amdkfd: avoid CONFIG_ prefix for non-Kconfig symbolsValentin Rothberg1-5/+5
2015-06-03drm/amdkfd: Enforce kill all waves on process terminationBen Goz1-0/+65
2015-06-03drm/amdkfd: Add address watch operation to debuggerYair Shachar1-0/+274
2015-06-03drm/amdkfd: Add wave control operation to debuggerYair Shachar1-0/+405
2015-06-03drm/amdkfd: Add skeleton H/W debugger module supportYair Shachar1-0/+142