summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2023-07-25drm/amdkfd: fix trap handling work around for debuggingJonathan Kim3-7/+10
2023-06-30drm/amdkfd: Update interrupt handling for GFX 9.4.3Mukul Joshi5-1/+82
2023-06-30drm/amdkfd: Enable GWS on GFX9.4.3Mukul Joshi2-12/+24
2023-06-23drm/amdkfd: set coherent host access capability flagAlex Sierra1-0/+4
2023-06-15drm/amdkfd: update user space last_event_ageJames Zhu1-8/+15
2023-06-15drm/amdkfd: set activated flag true when event age unmatchsJames Zhu1-4/+13
2023-06-15drm/amdkfd: add event_age tracking when receiving interruptJames Zhu2-0/+7
2023-06-15drm/amdkfd: decrement queue count on mes queue destroyJonathan Kim1-1/+1
2023-06-15drm/amdkfd: Remove DUMMY_VRAM_SIZEMukul Joshi1-5/+0
2023-06-15drm/amdkfd: To enable traps for GC_11_0_4 and upRuili Ji1-2/+2
2023-06-15drm/amdkfd: fix null queue check on debug setting exceptionsJonathan Kim1-1/+1
2023-06-15drm/amdgpu: Rename DRM schedulers in amdgpu TTMMukul Joshi1-1/+1
2023-06-15Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie44-1042/+5307
2023-06-09drm/amdkfd: fix and enable debugging for gfx11Jonathan Kim3-15/+14
2023-06-09drm/amdkfd: Fix reserved SDMA queues handlingMukul Joshi3-13/+12
2023-06-09drm/amd: Check that a system is a NUMA system before looking for SRATMario Limonciello1-1/+2
2023-06-09drm/amdkfd: fix vmfault signalling with additional data.Jonathan Kim1-14/+20
2023-06-09drm/amdkfd: potential error pointer dereference in ioctlDan Carpenter1-2/+2
2023-06-09drm/amdkfd: bump kfd ioctl minor version for debug api availabilityJonathan Kim1-1/+0
2023-06-09drm/amdkfd: add debug device snapshot operationJonathan Kim3-2/+83
2023-06-09drm/amdkfd: add debug queue snapshot operationJonathan Kim5-0/+90
2023-06-09drm/amdkfd: add debug query exception info operationJonathan Kim3-0/+133
2023-06-09drm/amdkfd: add debug query event operationJonathan Kim3-0/+75
2023-06-09drm/amdkfd: add debug set flags operationJonathan Kim3-0/+61
2023-06-09drm/amdkfd: add debug set and clear address watch points operationJonathan Kim5-2/+174
2023-06-09drm/amdkfd: add debug suspend and resume process queues operationJonathan Kim9-14/+506
2023-06-09drm/amdkfd: add debug wave launch mode operationJonathan Kim3-1/+40
2023-06-09drm/amdkfd: add debug wave launch override operationJonathan Kim3-0/+82
2023-06-09drm/amdkfd: add debug set exceptions enabled operationJonathan Kim3-0/+41
2023-06-09drm/amdkfd: update process interrupt handling for debug eventsJonathan Kim10-19/+668
2023-06-09drm/amdkfd: add debug trap enabled flag to tmaJay Cornwall3-0/+28
2023-06-09drm/amdkfd: add runtime enable operationJonathan Kim4-4/+150
2023-06-09drm/amdkfd: add send exception operationJonathan Kim8-6/+135
2023-06-09drm/amdkfd: add raise exception event functionJonathan Kim4-0/+123
2023-06-09drm/amdkfd: apply trap workaround for gfx11Jonathan Kim12-26/+118
2023-06-09drm/amdkfd: add per process hw trap enable and disable functionsJonathan Kim4-2/+190
2023-06-09drm/amdgpu: prepare map process for multi-process debug devicesJonathan Kim6-0/+87
2023-06-09drm/amdkfd: prepare map process for single process debug devicesJonathan Kim4-1/+111
2023-06-09drm/amdgpu: add configurable grace period for unmap queuesJonathan Kim7-18/+191
2023-06-09drm/amdkfd: fix kfd_suspend_all_processesJonathan Kim1-1/+1
2023-06-09drm/amdkfd: clean up one inconsistent indentingYang Li1-1/+1
2023-06-09drm/amdgpu: setup hw debug registers on driver initializationJonathan Kim3-0/+15
2023-06-09drm/amdkfd: prepare per-process debug enable and disableJonathan Kim7-30/+304
2023-06-09drm/amdkfd: display debug capabilitiesJonathan Kim2-5/+102
2023-06-09drm/amdkfd: add debug and runtime enable interfaceJonathan Kim1-0/+48
2023-06-09amd/amdkfd: drop unused KFD_IOCTL_SVM_FLAG_UNCACHED flagAlex Deucher1-1/+1
2023-06-09drm/amdgpu: Add function parameter 'event' to kdoc in svm_range_evict()Srinivasan Shanmugam1-0/+1
2023-06-09drm/amdkfd: remove unused sq_int_priv variableTom Rix1-8/+1
2023-06-09drm/amdgpu: Fix up missing parameters kdoc in svm_migrate_vma_to_ramSrinivasan Shanmugam1-1/+4
2023-06-09drm/amdkfd: flag added to handle errors from svm validate and mapAlex Sierra2-1/+3