summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2023-11-20drm/amdkfd: Handle errors from svm validate and mapPhilip Yang2-44/+39
2023-11-20drm/amdkfd: Remove svm range validated_once flagPhilip Yang2-4/+1
2023-11-20drm/amdkfd: retry after EBUSY is returned from hmm_ranges_get_pagesAlex Sierra1-0/+2
2023-11-20drm/amdkfd: fix some race conditions in vram buffer alloc/free of svm codeXiaogang Chen1-4/+4
2023-10-06drm/amdkfd: Use gpu_offset for user queue's wptrYuBiao Wang1-1/+1
2023-10-06drm/amdkfd: Checkpoint and restore queues on GFX11David Francis1-0/+41
2023-10-06drm/amdkfd: Update CU masking for GFX 9.4.3Mukul Joshi7-28/+56
2023-10-06drm/amdkfd: Update cache info reporting for GFX v9.4.3Mukul Joshi3-37/+51
2023-10-06drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi3-10/+12
2023-09-23drm/amdkfd: Insert missing TLB flush on GFX10 and laterHarish Kasiviswanathan1-2/+1
2023-09-19drm/amdkfd: Add missing gfx11 MQD manager callbacksJay Cornwall1-0/+3
2023-08-16drm/amdgpu: skip xcp drm device allocation when out of drm resourceJames Zhu1-1/+8
2023-08-09drm/amdkfd: disable IOMMUv2 support for RavenAlex Deucher1-7/+0
2023-08-09drm/amdkfd: disable IOMMUv2 support for KV/CZAlex Deucher2-13/+1
2023-08-09drm/amdkfd: ignore crat by defaultAlex Deucher1-4/+0
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