summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/amdkfd: avoid svm dump when dynamic debug disabledAlex Sierra2023-07-251-1/+3
| * drm/amdkfd: enable cooperative groups for gfx11Jonathan Kim2023-07-255-12/+19
| * drm/amdkfd: fix trap handling work around for debuggingJonathan Kim2023-07-213-7/+10
| * drm/amdkfd: report dispatch id always saved in ttmps after gc9.4.2Jonathan Kim2023-07-121-2/+3
| * drm/amdkfd: Update CWSR grace period for GFX9.4.3Mukul Joshi2023-07-121-1/+21
| * drm/amdkfd: add multi-process debugging support for GC v9.4.3Jonathan Kim2023-07-121-2/+3
| * drm/amdkfd: enable watch points globally for gfx943Jonathan Kim2023-07-121-3/+5
| * drm/amdkfd: restore debugger additional info for gfx v9_4_3Jonathan Kim2023-07-122-2/+11
| * drm/amdkfd: add kfd2kgd debugger callbacks for GC v9.4.3Eric Huang2023-07-123-3/+6
| * drm/amdkfd: Skip handle mapping SVM range with no GPU accessPhilip Yang2023-07-071-3/+5
| * drm/amdkfd: Use KIQ to unmap HIQMukul Joshi2023-07-073-9/+71
| * drm/amdkfd: Access gpuvm_export_dmabuf() API to get DmabufRamesh Errabolu2023-07-071-6/+5
* | Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-07-171-25/+24
|\ \ | |/ |/|
| * drm/amdkfd: switch over to using drm_exec v3Christian König2023-07-121-25/+24
* | drm/amdkfd: Update interrupt handling for GFX 9.4.3Mukul Joshi2023-06-305-1/+82
* | drm/amdkfd: Enable GWS on GFX9.4.3Mukul Joshi2023-06-302-12/+24
* | drm/amdkfd: set coherent host access capability flagAlex Sierra2023-06-231-0/+4
|/
* drm/amdkfd: update user space last_event_ageJames Zhu2023-06-151-8/+15
* drm/amdkfd: set activated flag true when event age unmatchsJames Zhu2023-06-151-4/+13
* drm/amdkfd: add event_age tracking when receiving interruptJames Zhu2023-06-152-0/+7
* drm/amdkfd: decrement queue count on mes queue destroyJonathan Kim2023-06-151-1/+1
* drm/amdkfd: Remove DUMMY_VRAM_SIZEMukul Joshi2023-06-151-5/+0
* drm/amdkfd: To enable traps for GC_11_0_4 and upRuili Ji2023-06-151-2/+2
* drm/amdkfd: fix null queue check on debug setting exceptionsJonathan Kim2023-06-151-1/+1
* drm/amdgpu: Rename DRM schedulers in amdgpu TTMMukul Joshi2023-06-151-1/+1
* Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-06-1544-1042/+5307
|\
| * drm/amdkfd: fix and enable debugging for gfx11Jonathan Kim2023-06-093-15/+14
| * drm/amdkfd: Fix reserved SDMA queues handlingMukul Joshi2023-06-093-13/+12
| * drm/amd: Check that a system is a NUMA system before looking for SRATMario Limonciello2023-06-091-1/+2
| * drm/amdkfd: fix vmfault signalling with additional data.Jonathan Kim2023-06-091-14/+20
| * drm/amdkfd: potential error pointer dereference in ioctlDan Carpenter2023-06-091-2/+2
| * drm/amdkfd: bump kfd ioctl minor version for debug api availabilityJonathan Kim2023-06-091-1/+0
| * drm/amdkfd: add debug device snapshot operationJonathan Kim2023-06-093-2/+83
| * drm/amdkfd: add debug queue snapshot operationJonathan Kim2023-06-095-0/+90
| * drm/amdkfd: add debug query exception info operationJonathan Kim2023-06-093-0/+133
| * drm/amdkfd: add debug query event operationJonathan Kim2023-06-093-0/+75
| * drm/amdkfd: add debug set flags operationJonathan Kim2023-06-093-0/+61
| * drm/amdkfd: add debug set and clear address watch points operationJonathan Kim2023-06-095-2/+174
| * drm/amdkfd: add debug suspend and resume process queues operationJonathan Kim2023-06-099-14/+506
| * drm/amdkfd: add debug wave launch mode operationJonathan Kim2023-06-093-1/+40
| * drm/amdkfd: add debug wave launch override operationJonathan Kim2023-06-093-0/+82
| * drm/amdkfd: add debug set exceptions enabled operationJonathan Kim2023-06-093-0/+41
| * drm/amdkfd: update process interrupt handling for debug eventsJonathan Kim2023-06-0910-19/+668
| * drm/amdkfd: add debug trap enabled flag to tmaJay Cornwall2023-06-093-0/+28
| * drm/amdkfd: add runtime enable operationJonathan Kim2023-06-094-4/+150
| * drm/amdkfd: add send exception operationJonathan Kim2023-06-098-6/+135
| * drm/amdkfd: add raise exception event functionJonathan Kim2023-06-094-0/+123
| * drm/amdkfd: apply trap workaround for gfx11Jonathan Kim2023-06-0912-26/+118
| * drm/amdkfd: add per process hw trap enable and disable functionsJonathan Kim2023-06-094-2/+190
| * drm/amdgpu: prepare map process for multi-process debug devicesJonathan Kim2023-06-096-0/+87