summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-09drm/amdkfd: Fix MEC pipe interrupt enablementLijo Lazar1-3/+4
2023-06-09drm/amdkfd: Add new gfx_target_versions for GC 9.4.3Graham Sider1-1/+3
2023-06-09drm/amdkfd: fix gfx_target_version for certain 11.0.3 devicesAlex Deucher1-2/+9
2023-06-09drm/amdkfd: Set event interrupt class for GFX 9.4.3Mukul Joshi1-0/+1
2023-06-09drm/amdgpu: Fix uninitalized variable in kgd2kfd_device_initSrinivasan Shanmugam1-3/+3
2023-06-09drm/amdkfd: fix stack size in svm_range_validate_and_mapAlex Deucher1-23/+33
2023-06-09drm/amdgpu/gmc9: fix 64 bit division in partition codeAlex Deucher1-2/+6
2023-06-09drm/amdgpu: Do not access members of xcp w/o check (v2)Hawking Zhang2-2/+2
2023-06-09drm/amdkfd: Fix null ptr accessHawking Zhang1-6/+8
2023-06-09drm/amdkfd: Refactor migrate init to support partition switchPhilip Yang4-15/+9
2023-06-09drm/amdkfd: APU mode set max svm range pagesPhilip Yang3-10/+17
2023-06-09drm/amdkfd: Fix memory reporting on GFX 9.4.3Mukul Joshi2-8/+9