summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
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/li...Daniel Vetter22-750/+162
2019-12-13Merge tag 'drm-fixes-5.5-2019-12-12' of git://people.freedesktop.org/~agd5f/l...drm-fixes-2019-12-13Dave 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/gi...Linus 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
2019-11-13drm/amdkfd: Use QUEUE_IS_ACTIVE macro in mqd v10Yong Zhao1-9/+2
2019-11-13drm/amdkfd: Fix a bug when calculating save_area_used_sizeYong Zhao1-1/+2
2019-11-13drm/amdkfd: Update get_wave_state() for GFX10Yong Zhao1-5/+9
2019-11-13drm/amdkfd: Implement queue priority controls for gfx10Yong Zhao1-3/+7
2019-11-13drm/amdkfd: Rename create_cp_queue() to init_user_queue()Yong Zhao1-3/+3
2019-11-13drm/amdkfd: Avoid using doorbell_off as offset in process doorbell pagesYong Zhao4-11/+16
2019-11-13drm/amdkfd: Use better name to indicate the offset is in dwordsYong Zhao3-12/+13
2019-11-13drm/amdkfd: Simplify the mmap offset related bit operationsYong Zhao4-19/+11
2019-11-13drm/amdkfd: Use kernel queue v9 functions for v10Yong Zhao7-333/+14
2019-11-13drm/amdkfd: Only keep release_mem function for HawaiiYong Zhao2-64/+4
2019-11-13drm/amdkfd: Adjust function sequences to avoid unnecessary declarationsYong Zhao1-12/+7
2019-11-04Merge tag 'drm-next-5.5-2019-11-01' of git://people.freedesktop.org/~agd5f/li...Dave Airlie4-11/+44
2019-10-30drm/amdkfd: bug fix for out of bounds mem on gpu cache filling infoAlex Sierra1-1/+1
2019-10-25drm/amdkfd: don't use dqm lock during device reset/suspend/resumePhilip Yang3-10/+43
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie24-331/+384