summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-2524-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
| * drm/amdkfd: Fix race in gfx10 context restore handlerJay Cornwall2019-10-032-69/+71
| * drm/amdkfd: Eliminate get_atc_vmid_pasid_mapping_validYong Zhao2019-10-032-11/+13
| * drm/amdkfd: Query vmid pasid mapping through stored info for non HWSYong Zhao2019-10-031-2/+1
| * drm/amdkfd: Record vmid pasid mapping in the driver for non HWS modeYong Zhao2019-10-032-13/+25
| * drm/amdkfd: Use hex print format for pasidYong Zhao2019-10-039-39/+39
| * drm/amdkfd: Move the control stack on GFX10 to userspace bufferYong Zhao2019-10-031-33/+4
| * drm/amd: Pass drm_device to kfdHarish Kasiviswanathan2019-10-032-0/+5
| * drm/amdkfd: Store kfd_dev in iolink and cache propertiesHarish Kasiviswanathan2019-10-032-0/+13
| * drm/amdkfd: use navi12 specific family id for navi12 code pathshaoyunl2019-10-037-1/+7
| * drm/amdkfd: Add NAVI12 support from kfd sideshaoyunl2019-10-031-0/+19
| * drm/amdkfd: Fix NULL pointer dereference for set_scratch_backing_va()Yong Zhao2019-10-032-3/+4
| * drm/amdkfd: Remove unnecessary pm_init() for non HWS modeYong Zhao2019-10-031-2/+8
| * drm/amdkfd: Remove excessive print when reserving doorbellsYong Zhao2019-10-031-4/+8
| * drm/amdkfd: fix a potential NULL pointer dereference (v2)Allen Pais2019-10-031-0/+5
| * drm/amdkfd: Delete unused KFD_IS_* macroYong Zhao2019-10-031-4/+0
| * drm/amdkfd: Swap trap temporary registers in gfx10 trap handlerJay Cornwall2019-09-162-8/+8
| * drm/amdkfd: fix the missed asic name while inited renoir_device_infoHuang Rui2019-09-161-0/+1
| * drm/amdkfd: add renoir kfd topologyHuang Rui2019-09-161-0/+1
| * drm/amdkfd: add package manager for renoirHuang Rui2019-09-161-0/+1
| * drm/amdkfd: init kernel queue for renoirHuang Rui2019-09-161-0/+1
| * drm/amdkfd: init kfd apertures v9 for renoirHuang Rui2019-09-161-0/+1
| * drm/amdkfd: add renoir type for the workaround of iommu v2 (v2)Huang Rui2019-09-161-1/+2
| * drm/amdkfd: enable kfd device queue manager v9 for renoirHuang Rui2019-09-161-0/+1
| * drm/amdkfd: add renoir kfd device info (v2)Huang Rui2019-09-161-0/+18
| * drm/amdkfd: add renoir cache info for CRAT (v2)Huang Rui2019-09-161-0/+5
| * drm/amdkfd: Support Navi14 in KFDYong Zhao2019-09-167-0/+25
| * drm/amdkfd: Fix a building error when KFD_SUPPORT_IOMMU_V2 is turned offYong Zhao2019-09-141-2/+4
| * drm/amdkfd: Query kfd device info by CHIP id instead of pci device idYong Zhao2019-09-141-147/+28
* | Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-272-8/+8
|\ \
| * | drm/amdkfd: Swap trap temporary registers in gfx10 trap handlerJay Cornwall2019-09-172-8/+8
| |/
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-212-50/+41
|\ \
| * \ Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe2019-08-223-29/+1
| |\ \
| * | | drm/amdkfd: use mmu_notifier_putJason Gunthorpe2019-08-202-9/+4