summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: Avoid hanging hardware in stop_cpschFelix Kuehling2020-01-075-13/+17
* drm/amdkfd: Improve HWS hang detection and handlingFelix Kuehling2020-01-073-6/+26
* drm/amdkfd: Remove unused variableFelix Kuehling2020-01-072-2/+0
* drm/amdkfd: Fix permissions of hang_hwsFelix Kuehling2020-01-071-1/+1
* drm/amdkfd: expose num_cp_queues data field to topology node (v2)Huang Rui2019-12-192-0/+4
* drm/amdkfd: expose num_sdma_queues_per_engine data field to topology node (v2)Huang Rui2019-12-192-0/+5
* drm/amdkfd: queue kfd interrupt work to different CPUPhilip Yang2019-12-181-1/+16
* Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter2019-12-1722-750/+162
|\
| * drm/amdgpu: fix license on Kconfig and MakefilesAlex Deucher2019-12-111-1/+1
| * drm/amdkfd: Eliminate unnecessary kernel queue function pointersYong Zhao2019-12-054-59/+41
| * amdgpu: Enable KFD on POWER systemsTimothy Pearson2019-11-261-1/+1
| * drm/amdkfd: Remove duplicate functions update_mqd_hiq()Yong Zhao2019-11-223-32/+4
| * drm/amdkfd: DIQ should not use HIQ way to allocate memoryYong Zhao2019-11-224-4/+4
| * drm/amdkfd: Delete KFD_MQD_TYPE_COMPUTEYong Zhao2019-11-226-9/+4
| * drm/amdkfd: remove set but not used variable 'top_dev'zhengbin2019-11-191-3/+0
| * drm/amdkfd: Rename kfd_kernel_queue_*.c to kfd_packet_manager_*.cYong Zhao2019-11-193-2/+2
| * drm/amdkfd: Eliminate ops_asic_specific in kernel queueYong Zhao2019-11-194-125/+26
| * drm/amdkfd: Merge CIK kernel queue functions into VIYong Zhao2019-11-195-60/+9
| * drm/amdgpu: remove set but not used variable 'count'yu kuai2019-11-131-2/+2
| * drm/amdkfd: Stop using GFP_NOIO explicitly for two placesYong Zhao2019-11-132-2/+2
| * drm/amdkfd: Use QUEUE_IS_ACTIVE macro in mqd v10Yong Zhao2019-11-131-9/+2
| * drm/amdkfd: Fix a bug when calculating save_area_used_sizeYong Zhao2019-11-131-1/+2
| * drm/amdkfd: Update get_wave_state() for GFX10Yong Zhao2019-11-131-5/+9
| * drm/amdkfd: Implement queue priority controls for gfx10Yong Zhao2019-11-131-3/+7
| * drm/amdkfd: Rename create_cp_queue() to init_user_queue()Yong Zhao2019-11-131-3/+3
| * drm/amdkfd: Avoid using doorbell_off as offset in process doorbell pagesYong Zhao2019-11-134-11/+16
| * drm/amdkfd: Use better name to indicate the offset is in dwordsYong Zhao2019-11-133-12/+13
| * drm/amdkfd: Simplify the mmap offset related bit operationsYong Zhao2019-11-134-19/+11
| * drm/amdkfd: Use kernel queue v9 functions for v10Yong Zhao2019-11-137-333/+14
| * drm/amdkfd: Only keep release_mem function for HawaiiYong Zhao2019-11-132-64/+4
| * drm/amdkfd: Adjust function sequences to avoid unnecessary declarationsYong Zhao2019-11-131-12/+7
* | Merge tag 'drm-fixes-5.5-2019-12-12' of git://people.freedesktop.org/~agd5f/l...Dave Airlie2019-12-131-1/+1
|\ \
| * | drm/amdgpu: fix license on Kconfig and MakefilesAlex Deucher2019-12-111-1/+1
* | | Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-12-061-1/+1
|\| |
| * | amdgpu: Enable KFD on POWER systemsTimothy Pearson2019-11-261-1/+1
| |/
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\ \ | |/ |/|
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* | Merge tag 'drm-next-5.5-2019-11-01' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-11-044-11/+44
|\ \
| * | drm/amdkfd: bug fix for out of bounds mem on gpu cache filling infoAlex Sierra2019-10-301-1/+1
| * | drm/amdkfd: don't use dqm lock during device reset/suspend/resumePhilip Yang2019-10-253-10/+43
* | | Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-10-2624-331/+384
|\| | | |/ |/|
| * drm/amdkfd: update for drmP.h removalStephen Rothwell2019-10-091-3/+3
| * drm/amdkfd: Check against device cgroupHarish Kasiviswanathan2019-10-073-2/+36
| * drm/amdkfd: fix the build when CIK support is disabledAlex Deucher2019-10-071-0/+6
| * drm/amdkfd: Fix a && vs || typoDan Carpenter2019-10-071-1/+1
| * drm/amdkfd: add missing void argument to function kgd2kfd_initColin Ian King2019-10-071-1/+1
| * drm/amdkfd: Print more sdma engine hqds in debug fsOak Zeng2019-10-071-1/+2
| * drm/amdkfd: Fix MQD size calculationOak Zeng2019-10-071-1/+2
| * drm/amdkfd: Improve KFD IOCTL printingYong Zhao2019-10-031-2/+3
| * drm/amdkfd: Use array to probe kfd2kgd_callsYong Zhao2019-10-031-4/+35