aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdkfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-01drm/amdkfd: kfree the wrong pointerJack Zhang1-2/+2
2020-03-19drm: amd: fix spelling mistake "shoudn't" -> "shouldn't"Colin Ian King1-1/+1
2020-03-10drm/amdkfd: Consolidate duplicated bo alloc flagsYong Zhao1-6/+7
2020-03-10drm/amdkfd: Use pr_debug to print the message of reaching event limitYong Zhao1-1/+1
2020-03-06drm/amdkfd: Signal eviction fence on process destruction (v2)Felix Kuehling1-0/+5
2020-03-06drm/amdkfd: Add more comments on GFX9 user CP queue MQD workaroundYong Zhao1-3/+15
2020-03-05drm/amdkfd: fix indentation issueColin Ian King1-1/+1
2020-02-28drm/amdkfd: change SDMA MQD memory typeEric Huang1-1/+1
2020-02-28drm/amdkfd: Make get_tile_config() genericYong Zhao1-1/+1
2020-02-26drm/amdkfd: Delete unnecessary unmap queue package submissionsYong Zhao3-68/+29
2020-02-26drm/amdkfd: Delete excessive printingsYong Zhao2-5/+1
2020-02-26drm/amdkfd: Fix a memory leak in queue creation error handlingYong Zhao1-0/+3
2020-02-26drm/amdkfd: Count active CP queues directlyYong Zhao3-16/+35
2020-02-26drm/amdkfd: Avoid ambiguity by indicating it's cp queueYong Zhao5-10/+10
2020-02-26drm/amdkfd: Rename queue_count to active_queue_countYong Zhao4-23/+23
2020-02-26drm/amd: Extend ROCt to surface UUID for devices that have themDivya Shikre4-0/+10
2020-02-12drm/amdkfd: refactor runtime pm for bacoRajneesh Bhardwaj3-14/+58
2020-02-12drm/amdkfd: show warning when kfd is lockedRajneesh Bhardwaj1-0/+2
2020-02-06drm/amdkfd: Add queue information to sysfsAmber Lin3-0/+99
2020-02-04drm/amdkfd: Fix a bug in SDMA RLC queue counting under HWS modeYong Zhao1-4/+6
2020-01-16drm/amdkfd: Add a message when SW scheduler is usedYong Zhao1-0/+1
2020-01-16drm/amdkfd: use map_queues for hiq on gfx v10 as wellHuang Rui1-1/+9
2020-01-16drm/amdkfd: use kiq to load the mqd of hiq queue for gfx v9 (v6)Aaron Liu1-1/+9
2020-01-16drm/amdgpu: GPU TLB flush API moved to amdgpu_amdkfdAlex Sierra1-3/+5
2020-01-09drm/amdkfd: Improve kfd_process lookup in kfd_ioctlFelix Kuehling2-4/+28
2020-01-07drm/amdkfd: Avoid hanging hardware in stop_cpschFelix Kuehling5-13/+17
2020-01-07drm/amdkfd: Improve HWS hang detection and handlingFelix Kuehling3-6/+26
2020-01-07drm/amdkfd: Remove unused variableFelix Kuehling2-2/+0
2020-01-07drm/amdkfd: Fix permissions of hang_hwsFelix Kuehling1-1/+1
2019-12-19drm/amdkfd: expose num_cp_queues data field to topology node (v2)Huang Rui2-0/+4
2019-12-19drm/amdkfd: expose num_sdma_queues_per_engine data field to topology node (v2)Huang Rui2-0/+5
2019-12-18drm/amdkfd: queue kfd interrupt work to different CPUPhilip Yang1-1/+16
2019-12-17Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/linux into drm-nextDaniel Vetter22-750/+162
2019-12-13Merge tag 'drm-fixes-5.5-2019-12-12' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie1-1/+1
2019-12-11drm/amdgpu: fix license on Kconfig and MakefilesAlex Deucher1-1/+1
2019-12-11drm/amdgpu: fix license on Kconfig and MakefilesAlex Deucher1-1/+1
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2019-12-05drm/amdkfd: Eliminate unnecessary kernel queue function pointersYong Zhao4-59/+41
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2019-11-26amdgpu: Enable KFD on POWER systemsTimothy Pearson1-1/+1
2019-11-26amdgpu: Enable KFD on POWER systemsTimothy Pearson1-1/+1
2019-11-22drm/amdkfd: Remove duplicate functions update_mqd_hiq()Yong Zhao3-32/+4
2019-11-22drm/amdkfd: DIQ should not use HIQ way to allocate memoryYong Zhao4-4/+4
2019-11-22drm/amdkfd: Delete KFD_MQD_TYPE_COMPUTEYong Zhao6-9/+4
2019-11-19drm/amdkfd: remove set but not used variable 'top_dev'zhengbin1-3/+0
2019-11-19drm/amdkfd: Rename kfd_kernel_queue_*.c to kfd_packet_manager_*.cYong Zhao3-2/+2
2019-11-19drm/amdkfd: Eliminate ops_asic_specific in kernel queueYong Zhao4-125/+26
2019-11-19drm/amdkfd: Merge CIK kernel queue functions into VIYong Zhao5-60/+9
2019-11-13drm/amdgpu: remove set but not used variable 'count'yu kuai1-2/+2
2019-11-13drm/amdkfd: Stop using GFP_NOIO explicitly for two placesYong Zhao2-2/+2