summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-25drm/amdkfd: Fix CU occupancy for GFX 9.4.3Mukul Joshi1-1/+5
2024-09-25drm/amdkfd: Update logic for CU occupancy calculationsMukul Joshi1-0/+20
2024-09-07drm/amdkfd: fix missed queue reset on queue destroyJonathan Kim1-2/+3
2024-08-21drm/amdkfd: Update BadOpcode Interrupt handling with MESMukul Joshi1-0/+51
2024-08-21drm/amdkfd: Update queue unmap after VM fault with MESMukul Joshi1-2/+85
2024-08-21drm/amdkfd: APIs to stop/start KFD schedulingAmber Lin1-1/+57
2024-08-06drm/amdkfd: support per-queue reset on gfx9Jonathan Kim1-8/+176
2024-07-26drm/amdkfd: allow users to target recommended SDMA enginesJonathan Kim1-1/+37
2024-07-24drm/amdkfd: Refactor queue wptr_bo GART mappingPhilip Yang1-4/+2
2024-07-24drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointerPhilip Yang1-1/+1
2024-06-28drm/amdgpu/kfd: Add unlock() on error path to add_queue_mes()Dan Carpenter1-0/+1
2024-06-14drm/amdgpu/kfd: remove is_hws_hang and is_resettingYunxiang Li1-47/+32
2024-05-29drm/amdgpu: drop MES 10.1 support v3Alex Deucher1-1/+1
2024-05-02drm/amdkfd: Added device queue manager files for GFX12.David Belanger1-1/+3
2024-03-27drm/amdkfd: Reset GPU on queue preemption failureHarish Kasiviswanathan1-0/+1
2024-03-20drm/amdkfd: Check preemption status on all XCDsMukul Joshi1-2/+1
2024-03-20drm/amdkfd: Rename read_doorbell_id in MQD functionsMukul Joshi1-1/+1
2024-02-26drm/amdkfd: Skip packet submission on fatal errorLijo Lazar1-0/+4
2023-10-10drm/amdkfd: get doorbell's absolute offset based on the db_sizeArvind Yadav1-1/+2
2023-09-20drm/amdkfd: Use gpu_offset for user queue's wptrYuBiao Wang1-1/+1
2023-09-20drm/amdkfd: fix add queue process context clear without runtime enableJonathan Kim1-2/+4
2023-09-12drm/amdgpu: Rename KGD_MAX_QUEUES to AMDGPU_MAX_QUEUESMukul Joshi1-2/+2
2023-09-12drm/amdkfd: Fix reg offset for setting CWSR grace periodMukul Joshi1-2/+1
2023-08-30drm/amdkfd: Replace pr_err with dev_errAsad Kamal1-46/+70
2023-08-16drm/amdkfd: fix double assign skip process context clearJonathan Kim1-1/+0
2023-08-16drm/amdkfd: Use memdup_user() rather than duplicating its implementationAtul Raut1-9/+1
2023-08-11drm/amdkfd: rename device_queue_manager_init_v10_navi10()Alex Deucher1-1/+1
2023-08-11drm/amdkfd: drop IOMMUv2 supportAlex Deucher1-2/+2
2023-08-11drm/amdkfd: disable IOMMUv2 support for KV/CZAlex Deucher1-7/+1
2023-08-08drm/amdgpu: use doorbell mgr for kfd process doorbellsShashank Sharma1-4/+4
2023-07-27drm/amdkfd: fix and enable ttmp setup for gfx11Jonathan Kim1-0/+2
2023-07-25drm/amdkfd: enable cooperative groups for gfx11Jonathan Kim1-5/+2
2023-07-21drm/amdkfd: fix trap handling work around for debuggingJonathan Kim1-4/+2
2023-07-12drm/amdkfd: Update CWSR grace period for GFX9.4.3Mukul Joshi1-1/+21
2023-07-12drm/amdkfd: add kfd2kgd debugger callbacks for GC v9.4.3Eric Huang1-1/+2
2023-06-15drm/amdkfd: decrement queue count on mes queue destroyJonathan Kim1-1/+1
2023-06-15drm/amdkfd: To enable traps for GC_11_0_4 and upRuili Ji1-2/+2
2023-06-09drm/amdkfd: fix and enable debugging for gfx11Jonathan Kim1-2/+1
2023-06-09drm/amdkfd: Fix reserved SDMA queues handlingMukul Joshi1-5/+5
2023-06-09drm/amdkfd: add debug queue snapshot operationJonathan Kim1-0/+36
2023-06-09drm/amdkfd: add debug suspend and resume process queues operationJonathan Kim1-4/+443
2023-06-09drm/amdkfd: apply trap workaround for gfx11Jonathan Kim1-0/+7
2023-06-09drm/amdgpu: prepare map process for multi-process debug devicesJonathan Kim1-0/+51
2023-06-09drm/amdkfd: prepare map process for single process debug devicesJonathan Kim1-0/+93
2023-06-09drm/amdgpu: add configurable grace period for unmap queuesJonathan Kim1-18/+45
2023-06-09drm/amdkfd: prepare per-process debug enable and disableJonathan Kim1-6/+20
2023-06-09drm/amdkfd: Fix MEC pipe interrupt enablementLijo Lazar1-3/+4
2023-06-09drm/amdkfd: Use xcc mask for identifying xccLijo Lazar1-42/+44
2023-06-09drm/amdkfd: Fix SDMA in CPX modeMukul Joshi1-4/+15
2023-06-09drm/amdkfd: Update SDMA queue management for GFX9.4.3Mukul Joshi1-32/+27