summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
AgeCommit message (Expand)AuthorLines
2018-06-15Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-11/+7
2018-05-31drm/amdgpu: Fix NULL pointer when load kfd driver with PP block is disabledShaoyun Liu-11/+7
2018-05-24drm/amdgpu: Use dev_info() to report amdkfd is not supported for this ASICTom Stellard-1/+1
2018-05-18drm/amdgpu: conditionally compile amdgpu's amdkfd filesOded Gabbay-0/+47
2018-05-16Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-3/+9
2018-05-15drm/amdgpu: use amdgpu_bo_param for amdgpu_bo_create v2Chunming Zhou-3/+9
2018-04-10drm/amdgpu: Add doorbell routing info to kgd2kfd_shared_resourcesFelix Kuehling-0/+22
2018-04-10drm/amdgpu: Add GFXv9 kfd2kgd interface functionsFelix Kuehling-0/+4
2018-03-14drm/amdgpu: explicit give BO type to amdgpu_bo_createChristian König-2/+3
2018-02-06drm/amdgpu: Add submit IB function for KFDFelix Kuehling-0/+55
2018-02-06drm/amdgpu: Add GPUVM memory management functions for KFDFelix Kuehling-0/+1
2018-02-06drm/amdgpu: Update kgd2kfd_shared_resources for dGPU supportFelix Kuehling-2/+18
2018-02-06drm/amdgpu: Replace kgd_mem with amdgpu_bo for kernel pinned gtt memYong Zhao-24/+23
2018-02-06drm/amdgpu: remove useless BUG_ONsFelix Kuehling-6/+0
2018-01-04drm/amdgpu: Enable KFD initialization on dGPUsFelix Kuehling-0/+5
2018-02-19drm/amdgpu: Fix none-powerplay issue when load driver on emulation modeShaoyun Liu-0/+8
2018-02-19drm/amdgpu: revert "Add a parameter to amdgpu_bo_create()"Christian König-2/+1
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König-8/+8
2018-01-09drm/amdgpu: use %pap format string for phys_addr_tArnd Bergmann-2/+2
2017-12-08drm/amdgpu: Add support for reporting VRAM usageKent Russell-0/+7
2017-12-08drm/amdkfd: Remove deprecated get_vmem_sizeHarish Kasiviswanathan-10/+0
2017-12-08drm/amdgpu: Implement get_local_mem_infoHarish Kasiviswanathan-0/+30
2017-12-08drm/amdgpu: add amdgpu interface to query cu infoFlora Cui-0/+23
2017-11-27drm/amdgpu: fix get_max_engine_clock_in_mhzFelix Kuehling-2/+5
2017-12-18drm/amdgpu: move amdgpu_doorbell_get_kfd_info to amdgpu_amdkfd.cAlex Deucher-0/+33
2017-12-04drm/amdgpu: change redundant init logs to debug levelpding-1/+1
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell-2/+2
2017-08-15drm/amdgpu: Fix KFD initialization for multi-GPU systemsFelix Kuehling-19/+18
2017-08-15drm/amdgpu: Add a parameter to amdgpu_bo_create()Yong Zhao-1/+2
2017-07-13drm/amdgpu: Remove unused field kgd2kfd_shared_resources.num_mecJay Cornwall-1/+0
2017-07-13drm/amdgpu: Fix KFD oversubscription by tracking queues correctlyJay Cornwall-1/+1
2017-06-07drm/amdgpu: move mec queue helpers to amdgpu_gfx.hAlex Deucher-4/+5
2017-05-31drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2Andres Rodriguez-0/+8
2017-05-31drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez-3/+19
2017-05-31drm/amdgpu: rename rdev to adevAndres Rodriguez-35/+35
2016-09-22drm/amdgpu: remove unused functionsBaoyou Xie-8/+0
2016-07-07drm/amdgpu: move get_gpu_clock_counter into the gfx structAlex Deucher-2/+2
2016-02-27drm/amdgpu: Return -EPROBE_DEFER when amdkfd not loadedOded Gabbay-36/+21
2016-02-27drm/amdkfd: Track when module's init is completeOded Gabbay-2/+2
2015-09-23drm/amdgpu: export reservation_object from dmabuf to ttm (v2)Christian König-1/+1
2015-08-17drm/amdgpu: handle conditional support for CIK properlyAlex Deucher-0/+2
2015-08-17drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou-1/+1
2015-07-20drm/amdgpu: Add amdgpu <--> amdkfd gfx8 interfaceBen Goz-0/+3
2015-07-20drm/amdgpu: add amdgpu <--> amdkfd gfx7 interfaceOded Gabbay-0/+2
2015-07-20drm/amdgpu: Add H/W agnostic amdgpu <--> amdkfd interfaceOded Gabbay-0/+262