aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-20drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9Yong Zhao1-1/+5
2018-07-16drm/amdgpu: Add kfd2kgd.set_compute_idle interfaceFelix Kuehling1-0/+8
2018-07-11drm/amdgpu: Enable the gpu reset from KFDShaoyun Liu1-0/+7
2018-07-11drm/amdgpu: Call KFD reset handlers during GPU resetShaoyun Liu1-0/+20
2018-07-10drm/amdgpu: allocate gart memory when it's required (v3)Junwei Zhang1-0/+6
2018-07-10drm/amdgpu: separate gpu address from bo pinJunwei Zhang1-4/+2
2018-06-15Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-11/+7
2018-05-31drm/amdgpu: Fix NULL pointer when load kfd driver with PP block is disabledShaoyun Liu1-11/+7
2018-05-24drm/amdgpu: Use dev_info() to report amdkfd is not supported for this ASICTom Stellard1-1/+1
2018-05-18drm/amdgpu: conditionally compile amdgpu's amdkfd filesOded Gabbay1-0/+47
2018-05-16Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-3/+9
2018-05-15drm/amdgpu: use amdgpu_bo_param for amdgpu_bo_create v2Chunming Zhou1-3/+9
2018-04-10drm/amdgpu: Add doorbell routing info to kgd2kfd_shared_resourcesFelix Kuehling1-0/+22
2018-04-10drm/amdgpu: Add GFXv9 kfd2kgd interface functionsFelix Kuehling1-0/+4
2018-03-14drm/amdgpu: explicit give BO type to amdgpu_bo_createChristian König1-2/+3
2018-02-06drm/amdgpu: Add submit IB function for KFDFelix Kuehling1-0/+55
2018-02-06drm/amdgpu: Add GPUVM memory management functions for KFDFelix Kuehling1-0/+1
2018-02-06drm/amdgpu: Update kgd2kfd_shared_resources for dGPU supportFelix Kuehling1-2/+18
2018-02-06drm/amdgpu: Replace kgd_mem with amdgpu_bo for kernel pinned gtt memYong Zhao1-24/+23
2018-02-06drm/amdgpu: remove useless BUG_ONsFelix Kuehling1-6/+0
2018-01-04drm/amdgpu: Enable KFD initialization on dGPUsFelix Kuehling1-0/+5
2018-02-19drm/amdgpu: Fix none-powerplay issue when load driver on emulation modeShaoyun Liu1-0/+8
2018-02-19drm/amdgpu: revert "Add a parameter to amdgpu_bo_create()"Christian König1-2/+1
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König1-8/+8
2018-01-09drm/amdgpu: use %pap format string for phys_addr_tArnd Bergmann1-2/+2
2017-12-08drm/amdgpu: Add support for reporting VRAM usageKent Russell1-0/+7
2017-12-08drm/amdkfd: Remove deprecated get_vmem_sizeHarish Kasiviswanathan1-10/+0
2017-12-08drm/amdgpu: Implement get_local_mem_infoHarish Kasiviswanathan1-0/+30
2017-12-08drm/amdgpu: add amdgpu interface to query cu infoFlora Cui1-0/+23
2017-11-27drm/amdgpu: fix get_max_engine_clock_in_mhzFelix Kuehling1-2/+5
2017-12-18drm/amdgpu: move amdgpu_doorbell_get_kfd_info to amdgpu_amdkfd.cAlex Deucher1-0/+33
2017-12-04drm/amdgpu: change redundant init logs to debug levelpding1-1/+1
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell1-2/+2
2017-08-15drm/amdgpu: Fix KFD initialization for multi-GPU systemsFelix Kuehling1-19/+18
2017-08-15drm/amdgpu: Add a parameter to amdgpu_bo_create()Yong Zhao1-1/+2
2017-07-13drm/amdgpu: Remove unused field kgd2kfd_shared_resources.num_mecJay Cornwall1-1/+0
2017-07-13drm/amdgpu: Fix KFD oversubscription by tracking queues correctlyJay Cornwall1-1/+1
2017-06-07drm/amdgpu: move mec queue helpers to amdgpu_gfx.hAlex Deucher1-4/+5
2017-05-31drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2Andres Rodriguez1-0/+8
2017-05-31drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez1-3/+19
2017-05-31drm/amdgpu: rename rdev to adevAndres Rodriguez1-35/+35
2016-09-22drm/amdgpu: remove unused functionsBaoyou Xie1-8/+0
2016-07-07drm/amdgpu: move get_gpu_clock_counter into the gfx structAlex Deucher1-2/+2
2016-02-27drm/amdgpu: Return -EPROBE_DEFER when amdkfd not loadedOded Gabbay1-36/+21
2016-02-27drm/amdkfd: Track when module's init is completeOded Gabbay1-2/+2
2015-09-23drm/amdgpu: export reservation_object from dmabuf to ttm (v2)Christian König1-1/+1
2015-08-17drm/amdgpu: handle conditional support for CIK properlyAlex Deucher1-0/+2
2015-08-17drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou1-1/+1
2015-07-20drm/amdgpu: Add amdgpu <--> amdkfd gfx8 interfaceBen Goz1-0/+3
2015-07-20drm/amdgpu: add amdgpu <--> amdkfd gfx7 interfaceOded Gabbay1-0/+2