summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2024-06-05drm/amdkfd: Handle deallocated VPGRs in gfx11+ trap handlerJay Cornwall2-346/+366
2024-06-05drm/amdkfd: remove dead code in the function svm_range_get_pte_flagsJesse Zhang1-4/+1
2024-06-05drm/amdkfd: gfx12 context save/restore trap handler fixesJay Cornwall2-607/+639
2024-05-29drm/amdkfd: Replace deprecated gfx12 trap handler instructionsJay Cornwall2-95/+97
2024-05-29drm/amdkfd: Sync trap handler binary with sourceJay Cornwall1-33/+24
2024-05-29drm/amdkfd: simplify APU VRAM handlingAlex Deucher3-6/+3
2024-05-29Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices"Alex Deucher1-9/+2
2024-05-29drm/amdgpu: drop MES 10.1 support v3Alex Deucher1-1/+1
2024-05-18drm/amdkfd: Add GFX1201 to svm_range_get_pte_flags functionSreekant Somasekharan1-0/+1
2024-05-18drm/amdkfd: Ensure gpu_id is uniqueHarish Kasiviswanathan1-6/+34
2024-05-13drm/amdkfd: Use dev_error intead of pr_errorHarish Kasiviswanathan1-11/+8
2024-05-13drm/amdkfd: Fix CU Masking for GFX 9.4.3Mukul Joshi1-1/+1
2024-05-13drm/amd/amdkfd: Fix a resource leak in svm_range_validate_and_map()Ramesh Errabolu1-2/+7
2024-05-13drm/amdkfd: Remove arbitrary timeout for hmm_range_faultPhilip Yang1-4/+1
2024-05-09drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology...Michael Chen3-5/+5
2024-05-08drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher1-2/+5
2024-05-08drm/amdkfd: Check debug trap enable before write dbg_ev_fileLin.Cao1-1/+3
2024-05-08Revert "drm/amdkfd: Add partition id field to location_id"Lijo Lazar1-3/+2
2024-05-08drm/amdkfd: Let VRAM allocations go to GTT domain on small APUsLang Yu3-4/+7
2024-05-02drm/amdkfd: mark GFX12 system and peer GPU memory mappings as MTYPE_NCSreekant Somasekharan1-0/+9
2024-05-02drm/amd/amdkfd: Add GFX12 PTE flag to SVM get PTE functionSreekant Somasekharan1-0/+2
2024-05-02drm/amdkfd: Enable atomic support for GFX12David Belanger2-0/+5
2024-05-02drm/amdkfd: fix NULL ptr for debugfs mqds on GFX v12Eric Huang1-0/+3
2024-05-02drm/amdkfd: enable single alu ops for gfx12Jonathan Kim2-2/+17
2024-05-02drm/amdkfd: always enable ttmp setup for gfx12Jonathan Kim1-1/+2
2024-05-02drm/amdkfd: Enable GFX12 trap handlerDavid Belanger1-4/+3
2024-05-02drm/amdkfd: enable missed single-step workaround for gfx12Laurent Morichetti2-394/+409
2024-05-02drm/amdkfd: save and restore barrier state for gfx12Lancelot SIX2-150/+205
2024-05-02drm/amdkfd: Add gfx12 trap handler supportJay Cornwall2-42/+607
2024-05-02drm/amdkfd: Move trap handler coherence flags to preprocessorJay Cornwall1-62/+65
2024-05-02drm/amdkfd: Added gfx_v12_kfd2kgd interface for GFX12.David Belanger1-2/+3
2024-05-02drm/amdkfd: Added device queue manager files for GFX12.David Belanger4-1/+87
2024-05-02drm/amdkfd: Added MQD manager files for GFX12.David Belanger4-1/+451
2024-05-02drm/amdkfd: Added temporary changes for GFX12.David Belanger1-1/+19
2024-05-02drm/amdkfd: Basic SDMA and cache info changes for GFX12.David Belanger2-0/+6
2024-05-02drm/amdgpu: Add gfx v9_4_4 ip blockHawking Zhang11-18/+48
2024-05-02drm/amdgpu: Add sdma v4_4_5 ip blockHawking Zhang1-0/+1
2024-04-30drm/amdkfd: Flush the process wq before creating a kfd_processLancelot SIX1-0/+8
2024-04-27drm/amdkfd: Enforce queue BO's adevHarish Kasiviswanathan1-0/+5
2024-04-27drm/amdgpu: prepare to handle pasid poison consumptionYiPeng Chai1-1/+2
2024-04-27drm/amdgpu: replace tmz flag into buffer flagFrank Min1-2/+2
2024-04-27drm/amdkfd: Add VRAM accounting for SVM migrationMukul Joshi2-2/+16
2024-04-27drm/amdkfd: Fix rescheduling of restore workerFelix Kuehling1-3/+3
2024-04-23drm/amdkfd: demote unsupported device messages to dev_infoAlex Deucher1-2/+2
2024-04-22Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie1-2/+2
2024-04-19drm/amdkfd: Fix eviction fence handlingFelix Kuehling1-4/+5
2024-04-19drm/amdgpu: Use driver mode reset for data poisonHawking Zhang1-19/+8
2024-04-17drm/amdkfd: Fix memory leak in create_process failureFelix Kuehling1-2/+2
2024-04-12drm/amdkfd: Fix memory leak in create_process failureFelix Kuehling1-2/+2
2024-04-12amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie1-2/+2