aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
AgeCommit message (Expand)AuthorFilesLines
6 daysdrm/amdkfd: Let VRAM allocations go to GTT domain on small APUsLang Yu1-0/+5
2024-04-26drm/amdgpu: prepare to handle pasid poison consumptionYiPeng Chai1-1/+8
2024-03-20drm/amdgpu: make reset method configurable for RAS poisonTao Zhou1-1/+1
2024-03-20drm/amdgpu: support utcl2 RAS poison query for mmhubTao Zhou1-5/+12
2024-03-20drm/amdgpu: retire gfx ras query_utcl2_poison_statusTao Zhou1-3/+4
2024-03-20drm/amdgpu: Init zone device and drm client after mode-1 reset on reloadAhmad Rehman1-1/+1
2024-02-26drm/amdkfd: Skip packet submission on fatal errorLijo Lazar1-0/+5
2024-01-29drm/amdgpu: move the drm client creation behind drm device registrationLe Ma1-11/+21
2024-01-25drm/amdgpu: Support passing poison consumption ras block to SRIOVYiPeng Chai1-2/+3
2024-01-18drm/amdgpu: Enable GFXOFF for Compute on GFX11Ori Messinger1-4/+2
2024-01-18drm/amdkfd: init drm_client with funcs hookFlora Cui1-1/+4
2023-12-13drm/amdkfd: Export DMABufs from KFD using GEM handlesFelix Kuehling1-0/+11
2023-11-29drm/amdgpu: update xgmi num links info post gc9.4.2Jonathan Kim1-1/+1
2023-11-17drm/amdkfd: Move TLB flushing logic into amdgpuFelix Kuehling1-29/+0
2023-10-13drm/amdgpu: disable GFXOFF and PG during compute for GFX9Jesse Zhang1-0/+7
2023-10-04drm/amdgpu: Use ttm_pages_limit to override vram reportingRajneesh Bhardwaj1-2/+15
2023-10-03drm/amdkfd: drop struct kfd_cu_infoAlex Deucher1-22/+0
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-1/+1
2023-09-11drm/amdgpu: Rename KGD_MAX_QUEUES to AMDGPU_MAX_QUEUESMukul Joshi1-2/+2
2023-09-11drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi1-1/+1
2023-08-30drm/amdkfd: use correct method to get clock under SRIOVHorace Chen1-6/+2
2023-08-11drm/amdkfd: drop IOMMUv2 supportAlex Deucher1-10/+0
2023-07-12drm/amdkfd: Fix stack size in 'amdgpu_amdkfd_unmap_hiq'Srinivasan Shanmugam1-9/+23
2023-07-07drm/amdkfd: Use KIQ to unmap HIQMukul Joshi1-0/+36
2023-06-09drm/amdkfd: add debug suspend and resume process queues operationJonathan Kim1-0/+5
2023-06-09drm/amdkfd: update process interrupt handling for debug eventsJonathan Kim1-0/+16
2023-06-09drm/amdkfd: Align partition memory size to page sizePhilip Yang1-1/+1
2023-06-09drm/amdgpu/gmc9: fix 64 bit division in partition codeAlex Deucher1-0/+15
2023-06-09drm/amdgpu: Do not access members of xcp w/o check (v2)Hawking Zhang1-4/+4
2023-06-09drm/amdkfd: Move local_mem_info to kfd_nodeMukul Joshi1-4/+13
2023-06-09drm/amdgpu: KFD graphics interop support compute partitionPhilip Yang1-1/+3
2023-06-09drm/amdkfd: Add device repartition supportMukul Joshi1-0/+10
2023-06-09drm/amdgpu: Add XCC inst to PASID TLB flushingMukul Joshi1-2/+4
2023-06-09drm/amdgpu: add bitmask to iterate vmhubsLe Ma1-1/+1
2023-06-09drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang1-1/+1
2023-06-09drm/amdkfd: Update KFD TTM mem limitMukul Joshi1-1/+2
2023-04-18drm/amdgpu: move queue_bitmap to an independent structure (v3)Le Ma1-1/+1
2023-04-13drm/amdgpu: rename num_doorbellsShashank Sharma1-3/+3
2022-11-16Merge tag 'drm-misc-next-2022-11-10-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-1/+1
2022-11-05Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+0
2022-11-03drm/amdgpu: cleanup scheduler job initialization v2Christian König1-1/+1
2022-10-27drm/amdkfd: Cleanup kfd_dev structMukul Joshi1-1/+1
2022-10-27drm/amdgpu: disable GFXOFF during compute for GFX11Graham Sider1-0/+7
2022-10-27drm/amdgpu: remove ras_error_status parameter for UMC poison handlerTao Zhou1-3/+1
2022-10-18Revert "drm/amdgpu: let mode2 reset fallback to default when failure"Victor Zhao1-1/+0
2022-10-17Revert "drm/amdgpu: let mode2 reset fallback to default when failure"Victor Zhao1-1/+0
2022-10-06drm/amdgpu: Correct amdgpu_amdkfd_total_mem_size calculationPhilip Yang1-3/+3
2022-09-29drm/amdgpu: add page retirement handling for CPU RASTao Zhou1-5/+1
2022-09-20drm/amdgpu: add gang submit frontend v6Christian König1-0/+1
2022-09-13drm/amdgpu: cleanup coding style in amdgpu_amdkfd.cJingyu Wang1-0/+2
2022-08-16drm/amdgpu: let mode2 reset fallback to default when failureVictor Zhao1-0/+1
2022-07-13drm/amdgpu: support reset flag set for gpu resetLikun Gao1-1/+8
2022-06-28drm/amdgpu: Follow up change to previous drm scheduler change.Andrey Grodzovsky1-0/+2
2022-06-23drm/amdgpu: To flush tlb for MMHUB of RAVEN seriesRuili Ji1-1/+2
2022-06-10drm/amdgpu: Rename amdgpu_device_gpu_recover_imp back to amdgpu_device_gpu_re...Andrey Grodzovsky1-1/+1
2022-06-10drm/amdgpu: Add work_struct for GPU reset from kfd.Andrey Grodzovsky1-1/+14
2022-05-04drm/amdkfd: Add KFD support for soc21 v3Mukul Joshi1-2/+13
2022-04-07drm/amdkfd: Fix NULL pointer dereferenceFelix Kuehling1-1/+1
2022-03-25drm/amdgpu: add UTCL2 RAS poison query for Aldebaran (v2)Tao Zhou1-0/+8
2022-01-11drm/amdkfd: remove unused functionNirmoy Das1-7/+0
2021-12-30drm/amdgpu: save error count in RAS poison handlerTao Zhou1-1/+1
2021-12-28drm/amdkfd: reset queue which consumes RAS poison (v2)Tao Zhou1-3/+3
2021-11-17drm/amdkfd: replace trivial funcs with direct accessGraham Sider1-30/+0
2021-11-17drm/amdkfd: remove kgd_dev declaration and initializationGraham Sider1-1/+1
2021-11-17drm/amdkfd: replace kgd_dev in get amdgpu_amdkfd funcsGraham Sider1-47/+26
2021-11-17drm/amdkfd: replace kgd_dev in various amgpu_amdkfd funcsGraham Sider1-26/+15
2021-10-04drm/amdkfd: clean up parameters in kgd2kfd_probeAlex Deucher1-2/+1
2021-10-04amd/amdkfd: add ras page retirement handling for sq/sdma (v3)Tao Zhou1-0/+14
2021-09-16drm/amdgpu: add amdgpu_amdkfd_resume_iommuJames Zhu1-0/+10
2021-08-16drm/amd/amdgpu embed hw_fence into amdgpu_jobJack Zhang1-1/+0
2021-07-23drm/amdkfd: report pcie bandwidth to the kfdJonathan Kim1-0/+59
2021-07-23drm/amdkfd: report xgmi bandwidth between direct peers to the kfdJonathan Kim1-0/+24
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+2
2021-05-19drm/amdgpu: Add early fini callbackAndrey Grodzovsky1-1/+1
2021-05-19drm/amdkfd: heavy-weight flush TLB after unmapPhilip Yang1-2/+2
2021-04-09drm/amdgpu: use amdgpu_bo_user bo for metadata and tiling flagNirmoy Das1-2/+0
2021-04-09drm/amdgpu: use amdgpu_bo_create_user() for when possibleNirmoy Das1-1/+3
2021-04-09drm/amdgpu: allow variable BO struct creationNirmoy Das1-0/+2
2021-03-23Revert "drm/amdgpu: During compute disable GFXOFF for Sienna_Cichlid"Harish Kasiviswanathan1-7/+0
2021-03-23drm/amdgpu: Add kfd init_complete flag to check from amdgpu sideshaoyunl1-1/+2
2021-03-23drm/amdgpu: Use free system memory size for kfd memory accountingOak Zeng1-1/+1
2021-01-28drm/amd/amdkfd: adjust dummy functions' placementLang Yu1-87/+0
2020-11-04drm/amdgpu: Change the way to determine framebuffer typeGang Ba1-13/+7
2020-10-23drm/amdgpu: During compute disable GFXOFF for Sienna_CichlidHarish Kasiviswanathan1-0/+7
2020-10-09drm/amdgpu: kfd_initialized can be statickernel test robot1-1/+1
2020-09-25drm/amdgpu: store noretry parameter per driver instanceAlex Deucher1-0/+7
2020-09-22drm/amdgpu: Fix handling of KFD initialization failuresFelix Kuehling1-1/+10
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie1-4/+9
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov1-3/+3
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-1/+1
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-37/+3
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-7/+5
2020-08-07drm/amdgpu: unlock mutex on errorDennis Li1-2/+3
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie1-1/+1
2020-08-06drm/amdgfx/ttm: use wrapper to get ttm memory managersDave Airlie1-1/+2
2020-07-27drm/amdkfd: Add thermal throttling SMI eventMukul Joshi1-0/+4
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li1-3/+37
2020-07-02drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling1-7/+5
2020-04-28drm/amdkfd: Put ASIC revision into HSA capabilityJoseph Greathouse1-0/+7
2020-03-10drm/amdkfd: Consolidate duplicated bo alloc flagsYong Zhao1-2/+4
2020-03-06drm/amdgpu: Use better names to reflect it is CP MQD bufferYong Zhao1-3/+3
2020-02-26drm/amdkfd: Avoid ambiguity by indicating it's cp queueYong Zhao1-2/+2
2020-02-26drm/amd: Extend ROCt to surface UUID for devices that have themDivya Shikre1-0/+8
2020-02-26drm/amdgpu: Fix check for DPM when returning max clockKent Russell1-2/+2
2020-02-26drm/amdgpu: Remove kfd eviction fence before release bo (v2)xinhui pan1-0/+5
2020-02-25drm/amdgpu: Improve Vega20 XGMI TLB flush workaroundFelix Kuehling1-5/+1
2020-02-12drm/amdkfd: refactor runtime pm for bacoRajneesh Bhardwaj1-6/+6
2020-01-16drm/amdgpu: GPU TLB flush API moved to amdgpu_amdkfdAlex Sierra1-0/+32
2020-01-14drm/amd/powerplay: cover the powerplay implementation details V3Evan Quan1-9/+3
2019-10-30drm/amdkfd: Delete duplicated queue bit map reservationYong Zhao1-8/+0
2019-10-03drm/amdkfd: Use array to probe kfd2kgd_callsYong Zhao1-64/+1
2019-10-03drm/amdkfd: fix kgd2kfd_device_init() definition conflict errorPrike Liang1-0/+1
2019-10-03drm/amd: Pass drm_device to kfdHarish Kasiviswanathan1-1/+1
2019-09-16drm/amdkfd: enable renoir while device probesHuang Rui1-0/+1
2019-09-13drm/amdkfd: Query kfd device info by CHIP id instead of pci device idYong Zhao1-2/+4
2019-08-02drm/amdgpu: enable Navi12 kfd support for amdgpushaoyunl1-0/+1
2019-08-02drm/amd/powerplay: enable SW SMU power profile switch support in KFDEvan Quan1-2/+6
2019-07-31drm/amdkfd: enable KFD support for navi14Alex Deucher1-0/+1
2019-07-18drm/amdgpu: Clear build undefined warningJames Zhu1-0/+5
2019-07-18drm/amdkfd: Implement kfd2kgd_calls for ArcturusOak Zeng1-1/+3
2019-07-18amd/amdkfd: Add ASIC ARCTURUS to kfdYong Zhao1-0/+1
2019-07-01drm/amdkfd: remove duplicated PCIE atomics requestJack Xiao1-0/+7
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-1/+1
2019-06-21drm/amdgpu: Add navi10 kfd support for amdgpu (v3)Hawking Zhang1-3/+14
2019-06-20drm/amdgpu: add helper function for gfx queue/bitmap transitionHawking Zhang1-1/+1
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+1
2019-06-11drm/amdgpu: Add CHIP_VEGAM to amdgpu_amdkfd_device_probeKent Russell1-0/+1
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+1
2019-05-28drm/amdgpu: Add interface to alloc gws from amdgpuOak Zeng1-0/+34
2019-05-28drm/amdkfd: Add gws number to kfd topology node propertiesOak Zeng1-0/+7
2019-05-24drm/amdgpu: rename amdgpu_prime.[ch] into amdgpu_dma_buf.[ch]Christian König1-0/+1
2019-05-24drm/amdkfd: Cosmetic cleanupKent Russell1-2/+4
2019-05-24drm/amdgpu: Implement get num of hops between two xgmi deviceshaoyunl1-0/+15
2019-05-24drm/amdkfd: Expose HDP registers to user spaceOak Zeng1-0/+7
2019-04-19drm/amdgpu: get_fw_version isn't ASIC specificAmber Lin1-0/+37
2019-03-19drm/amdkfd: add RAS ECC event support (v3)Eric Huang1-0/+4
2019-02-18drm/amdkfd: Optimize out sdma doorbell array in kgd2kfd_shared_resourcesYong Zhao1-31/+10
2019-02-18drm/amdkfd: Fix bugs regarding CP queue doorbell mask on SOC15Yong Zhao1-4/+12
2019-01-14drm/amdgpu: Use sdma_engine arrayOak Zeng1-4/+4
2019-01-14drm/amdgpu: Remove kgd2kfd function pointersAmber Lin1-6/+1
2019-01-14drm/amdgpu: Simplify kgd2kfd interfaceAmber Lin1-15/+11
2019-01-14drm/amdgpu: Relocate kgd2kfd function declarationAmber Lin1-0/+43
2018-12-13Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-20/+91
2018-12-11drm/amdgpu: Fix stub function nameKuehling, Felix1-1/+1
2018-12-07drm/amdkfd: Add DMABuf import functionalityFelix Kuehling1-0/+57
2018-12-07drm/amdgpu: Add KFD VRAM limit checkingFelix Kuehling1-19/+33
2018-12-06Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-19/+10
2018-11-29Merge v4.20-rc4 into drm-nextDave Airlie1-2/+5
2018-11-28drm/amdgpu: Use asic specific doorbell index instead of macro definitionOak Zeng1-19/+8
2018-11-19drm/amdkfd: Added Vega12 and Polaris12 for KFD.Gang Ba1-0/+2
2018-11-19drm/amdgpu: Fix oops when pp_funcs->switch_power_profile is unsetFelix Kuehling1-2/+5
2018-11-05drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky1-1/+1
2018-11-05drm/amdkfd: Add proper prefix to functionsAmber Lin1-9/+9
2018-09-26drm/amdgpu: Add vega20 support on kfd probeShaoyun Liu1-0/+1
2018-09-26drm/amdgpu/sriov: Correct the setting about sdma doorbell offset of Vega10Emily Deng1-8/+19
2018-09-26drm/amdgpu: Doorbell assignment for 8 sdma user queue per engineShaoyun Liu1-15/+23
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie1-1/+5
2018-09-20drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9Yong Zhao1-1/+5
2018-09-10drm/amdgpu: get_hive_id from amdgpu side (v2)Shaoyun Liu1-0/+7
2018-09-10drm/amdgpu: Clean up KFD init and finiFelix Kuehling1-4/+1
2018-09-10drm/amdgpu: correctly sign extend 48bit addresses v3Christian König1-1/+1
2018-08-28drm/amdgpu: Remove CONFIG_HSA_AMD_MODULEAmber Lin1-23/+3
2018-08-27drm/amdgpu: cleanup GPU recovery check a bit (v2)Christian König1-1/+2
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 int...Dave 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 int...Dave 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