aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-16drm/amdgpu: Add kfd2kgd.set_compute_idle interfaceFelix Kuehling1-1/+2
2018-07-11drm/amdgpu: Avoid destroy hqd when GPU is on resetShaoyun Liu1-0/+3
2018-07-11drm/amdgpu: Avoid invalidate tlbs when gpu is on resetShaoyun Liu1-0/+3
2018-07-11drm/amdgpu: Enable the gpu reset from KFDShaoyun Liu1-1/+2
2018-07-11drm/amdgpu: save vm fault information for amdkfdshaoyunl1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-04-10drm/amdgpu: Remove unused interface from kfd2kgd interfaceFelix Kuehling1-10/+0
2018-03-15drm/amdgpu: Add kfd2kgd interface to acquire an existing VMFelix Kuehling1-0/+1
2018-02-06drm/amdgpu: Add submit IB function for KFDFelix Kuehling1-0/+1
2018-02-06drm/amdgpu: Add GPUVM memory management functions for KFDFelix Kuehling1-1/+66
2018-02-06drm/amdgpu: Remove unused kfd2kgd interfaceFelix Kuehling1-10/+0
2018-02-06drm/amdgpu: Fix wrong mask in get_atc_vmid_pasid_mapping_pasidFelix Kuehling1-1/+1
2018-02-06drm/amdgpu: remove useless BUG_ONsFelix Kuehling1-2/+0
2018-01-09Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-2/+2
2017-12-27drm/amdgpu: separate VMID and PASID handlingChristian König1-2/+2
2017-12-08drm/amdgpu: Add support for reporting VRAM usageKent Russell1-1/+2
2017-12-08drm/amdkfd: Remove deprecated get_vmem_sizeHarish Kasiviswanathan1-1/+0
2017-12-08drm/amdgpu: Implement get_local_mem_infoHarish Kasiviswanathan1-0/+1
2017-12-08drm/amdgpu: add amdgpu interface to query cu infoFlora Cui1-0/+1
2017-11-27drm/amdgpu: Add kfd2kgd APIs for dumping HQDsFelix Kuehling1-0/+80
2017-11-01drm/amdgpu: Implement amdgpu SDMA functions for VIPhilip Cox1-11/+76
2017-11-01drm/amdgpu: Add support for resuming SDMA queues w/o HWSFelix Kuehling1-4/+3
2017-11-01drm/amd: Update kgd_kfd interface for resuming SDMA queuesFelix Kuehling1-2/+4
2017-10-06drm/amdgpu: Fixed a potential circular lockozeng1-1/+9
2017-09-26drm/amdgpu: Add PASID managementFelix Kuehling1-0/+2
2017-08-29drm/amdgpu: remove duplicate return statementColin Ian King1-1/+0
2017-08-15drm/amdgpu: Add kgd kfd interface get_tile_config() v2Yong Zhao1-0/+26
2017-08-15drm/amdgpu: Add kgd/kfd interface to support scratch memory v2Moses Reuben1-1/+15
2017-08-15drm/amd: Update MEC HQD loading code for KFDFelix Kuehling1-18/+147
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell1-8/+8
2017-08-15drm/amdgpu: Remove hard-coded assumptions about compute pipesFelix Kuehling1-2/+2
2017-05-31drm/amdgpu: remove duplicate magic constants from amdgpu_amdkfd_gfx*.cAndres Rodriguez1-6/+6
2017-05-31drm/amdgpu: take ownership of per-pipe configuration v3Andres Rodriguez1-0/+1
2017-05-31drm/amdgpu: fix kgd_hqd_load failing to update shadow_wptrAndres Rodriguez1-1/+1
2017-05-31drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2Andres Rodriguez1-45/+4
2016-09-19drm/amdkfd: Fix possible infinite loopEdward O'Callaghan1-8/+9
2016-01-28drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()Colin Ian King1-1/+1
2015-10-14drm/amdgpu: rework sdma structuresAlex Deucher1-2/+2
2015-07-20drm/amdgpu: Add amdgpu <--> amdkfd gfx8 interfaceBen Goz1-0/+543