summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-13drm/amdkfd: Use better name to indicate the offset is in dwordsYong Zhao1-7/+7
2018-07-11drm/amdkfd: Fix kernel queue 64 bit doorbell offset calculationShaoyun Liu1-4/+5
2018-04-08drm/amdkfd: Add 64-bit doorbell and wptr support to kernel queueFelix Kuehling1-0/+10
2018-04-10drm/amdkfd: Implement doorbell allocation for SOC15Felix Kuehling1-8/+4
2018-04-10drm/amdkfd: Clean up KFD_MMAP_ offset handlingHarish Kasiviswanathan1-7/+2
2018-04-10drm/amdkfd: Make doorbell size ASIC-dependentFelix Kuehling1-23/+25
2017-12-04drm/amdkfd: Fix printing pointer castKent Russell1-5/+4
2017-09-26drm/amdkfd: Separate doorbell allocation from PASIDFelix Kuehling1-16/+34
2017-08-15drm/amdkfd: Fix doorbell initialization and finalizationFelix Kuehling1-2/+11
2017-08-15drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling1-4/+0
2017-08-15drm/amdkfd: Change x==NULL/false references to !xKent Russell1-1/+1
2017-08-15drm/amdkfd: Consolidate and clean up log commandsKent Russell1-11/+10
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie1-1/+1
2016-09-19drm/amdkfd: Unify multiple calls to pr_debug() into oneEdward O'Callaghan1-7/+9
2016-08-09drm/amdkfd: print doorbell offset as a hex valueColin Ian King1-1/+1
2015-05-19drm/amdkfd: reformat some debug printsOded Gabbay1-8/+7
2015-03-25drm/amdkfd: Add multiple kgd supportXihan Zhang1-10/+7
2015-01-09drm/amdkfd: Process-device data creation and lookup splitAlexey Skidanov1-4/+0
2014-11-21amdkfd: explicitely include io.h in kfd_doorbell.cOded Gabbay1-0/+1
2014-07-16amdkfd: Add basic modules to amdkfdOded Gabbay1-0/+255