aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-07amd/amdkfd: Trigger segfault for early userptr unmmappingShane Xiao1-0/+12
2025-05-07drm/amdgpu: Add debug bit for userptr usageShane Xiao2-0/+6
2025-05-07drm/amdgpu: unreserve the gem BO before returning from attach errorPrike Liang1-0/+1
2025-05-07drm/amdgpu: promote the implicit sync to the dependent read fencesPrike Liang1-3/+2
2025-05-07drm/amdgpu/psp: mark securedisplay TA as optionalAlex Deucher1-1/+2
2025-05-07drm/amdgpu: fix pm notifier handlingAlex Deucher2-22/+6
2025-05-07drm/amdgpu: Implement unrecoverable error message handling for VFsEllen Pan5-6/+52
2025-05-07drm/amdgpu: Add unrecoverable error message definitions for VFsEllen Pan1-0/+1
2025-05-07Revert "drm/amd: Stop evicting resources on APUs in suspend"Alex Deucher3-29/+2
2025-05-07drm/amdgpu/vcn: using separate VCN1_AON_SOC offsetRuijing Dong8-3/+10
2025-05-07drm/amdgpu: fix the eviction fence dereferencePrike Liang1-5/+2
2025-05-07drm/amdgpu: Implement Runtime Bad Page query for VFsEllen Pan6-14/+84
2025-05-07drm/amdgpu: Add Runtime Bad Page message definitions for VFsEllen Pan1-0/+3
2025-05-07drm/amdgpu: Add documentation to some parts of the AMDGPU ring and wbRodrigo Siqueira2-1/+125
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie18-36/+161
2025-05-05drm/amdgpu: only keep most recent fence for each contextArvind Yadav1-0/+6
2025-05-05drm/amdgpu: Add Support for enforcing isolation without Cleaner ShaderSrinivasan Shanmugam5-7/+25
2025-05-05drm/amdgpu: change DRM_DBG_DRIVER to drm_dbg_driverSunil Khatri1-3/+4
2025-05-05drm/amdgpu: change DRM_ERROR to drm_file_err in amdgpu_userq.cSunil Khatri1-31/+32
2025-05-05drm/amdgpu: use drm_file_err in fence timeoutsSunil Khatri1-5/+4
2025-05-05drm/amdgpu: add drm_file reference in userq_mgrSunil Khatri3-3/+7
2025-05-01drm/amdgpu: Add DPG pause for VCN v5.0.1Sonny Jiang1-0/+54
2025-05-01drm/amdgpu: Fix offset for HDP remap in nbio v7.11Lijo Lazar1-1/+1
2025-05-01drm/amdgpu: Fail DMABUF map of XGMI-accessible memoryFelix Kuehling1-0/+5
2025-04-30drm/amdgpu/userq: remove unnecessary NULL checkDan Carpenter1-1/+1
2025-04-30drm/amdgpu/userq: Call unreserve on error in amdgpu_userq_fence_read_wptr()Dan Carpenter1-0/+1
2025-04-30drm/amdgpu: properly handle GC vs MM in amdgpu_vmid_mgr_init()Alex Deucher3-4/+12
2025-04-30drm/amdgpu/mes: use correct MES pipe for resetsAlex Deucher3-1/+3
2025-04-30drm/amdgpu/mes: consolidate on a single mes reset callbackAlex Deucher4-13/+16
2025-04-30drm/amdgpu/mes: remove more unused functionsAlex Deucher4-134/+0
2025-04-30drm/amdgpu/userq: fix user_queue parameters listBagas Sanjaya1-5/+6
2025-04-30drm/amdgpu: Fix comment styleLijo Lazar1-1/+1
2025-04-30drm/amdgpu: Print bootloader status for long waitsLijo Lazar1-0/+31
2025-04-30drm/amdgpu: refine MES register print for devices of hiveYifan Zha1-9/+9
2025-04-30drm/amdgpu: Fix query order of XGMI v6.4.1 statusLijo Lazar1-2/+2
2025-04-30drm/amdgpu: Fix API status offset for MES queue resetJesse.Zhang2-2/+2
2025-04-30drm/amdgpu/userq: take the userq_mgr lock in enforce isolationAlex Deucher1-0/+4
2025-04-30drm/amdgpu/userq: take the userq_mgr lock in suspend/resumeAlex Deucher1-0/+4
2025-04-30drm/amdgpu: Add DPG pause for VCN v5.0.1Sonny Jiang1-0/+54
2025-04-30drm/amdgpu: remove DRM_AMDGPU_NAVI3X_USERQ config for UQArvind Yadav10-56/+4
2025-04-30drm/amdgpu: Add documentation associated with CSBRodrigo Siqueira2-0/+57
2025-04-30drm/amdgpu/gfx: Use CSB helpers in gfx_v6_0_get_csb_bufferRodrigo Siqueira1-25/+4
2025-04-30drm/amdgpu/gfx: Fix gfx_v7_0_get_csb_buffer to use rb_configRodrigo Siqueira1-23/+2
2025-04-30drm/amdgpu: set the evf name to identify the userq casePrike Liang1-1/+1
2025-04-30drm/amdgpu: Fix offset for HDP remap in nbio v7.11Lijo Lazar1-1/+1
2025-04-30drm/amdgpu: add the evf attached gem obj resv dumpPrike Liang1-1/+5
2025-04-30drm/amdgpu: Fail DMABUF map of XGMI-accessible memoryFelix Kuehling1-0/+5
2025-04-30drm/amdgpu/gfx: Use CSB helpers in gfx_v7_0_get_csb_bufferRodrigo Siqueira1-26/+4
2025-04-30drm/amdgpu/gfx: Use CSB helpers in gfx_v8_0_get_csb_bufferRodrigo Siqueira1-29/+5
2025-04-30drm/amdgpu/gfx: Use CSB helpers in gfx_v9_0_get_csb_bufferRodrigo Siqueira1-28/+4