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