summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2024-08-16drm/amdgpu: add vcn_v1_0 ip dump supportSunil Khatri-1/+77
2024-08-16drm/amdgpu: add print support for vcn_v4_0_5 ip dumpSunil Khatri-1/+33
2024-08-16drm/amdgpu: add print support for vcn_v4_0 ip dumpSunil Khatri-1/+33
2024-08-16drm/amdgpu: add print support for vcn_v4_0_3 ip dumpSunil Khatri-1/+33
2024-08-16drm/amdgpu: add vcn_v4_0_5 ip dump supportSunil Khatri-1/+78
2024-08-16drm/amdgpu: add vcn_v4_0 ip dump supportSunil Khatri-1/+79
2024-08-16drm/amdgpu: add vcn_v4_0_3 ip dump supportSunil Khatri-1/+80
2024-08-16drm/amdgpu: add print support for vcn_v5_0 ip dumpSunil Khatri-1/+33
2024-08-16drm/amdgpu/mes12: add API for user queue resetAlex Deucher-0/+27
2024-08-16drm/amdgpu/mes11: add API for user queue resetAlex Deucher-0/+21
2024-08-16drm/amdgpu/mes: add API for user queue resetAlex Deucher-0/+52
2024-08-16drm/amdgpu/gfx11: export gfx_v11_0_request_gfx_index_mutex()Alex Deucher-2/+5
2024-08-16drm/amdgpu/gfx11: add a mutex for the gfx semaphoreAlex Deucher-3/+10
2024-08-16drm/amdgpu/gfx11: enter safe mode before touching CP_INT_CNTLAlex Deucher-2/+2
2024-08-16drm/amdgpu/gfx7: add ring reset callback for gfxAlex Deucher-1/+76
2024-08-16drm/amdgpu/gfx8: add ring reset callback for gfxAlex Deucher-1/+75
2024-08-16drm/amdgpu: add vcn_v5_0 ip dump supportSunil Khatri-1/+75
2024-08-16drm/amdgpu: add print support for vcn_v3_0 ip dumpSunil Khatri-1/+34
2024-08-16drm/amdgpu: add vcn_v3_0 ip dump supportSunil Khatri-1/+77
2024-08-16drm/amdgpu: add vcn ip dump ptr in vcn global structSunil Khatri-0/+3
2024-08-16drm/amd: Remove unused declarationsZhang Zekun-9/+0
2024-08-16drm/radeon/evergreen_cs: fix int overflow errors in cs track offsetsNikita Zhandarovich-31/+31
2024-08-16drm/amdgpu: fixing rlc firmware loading failure issueYang Wang-2/+3
2024-08-16drm/amdgpu: remove ME0 registers from mi300 dumpSunil Khatri-37/+0
2024-08-16drm/amdgpu/gfx9: use rlc safe mode for soft recoveryAlex Deucher-0/+2
2024-08-16drm/amdgpu/gfx9.4.3: use rlc safe mode for soft recoveryAlex Deucher-0/+2
2024-08-16drm/amdgpu/gfx9.4.3: use proper rlc safe mode helpersAlex Deucher-4/+4
2024-08-16drm/amdgpu/gfx9: use proper rlc safe mode helpersAlex Deucher-4/+4
2024-08-16drm/amdgpu/gfx9: add ring reset callback for gfxAlex Deucher-0/+46
2024-08-16drm/amdgpu/gfx9: per queue reset only on bare metalAlex Deucher-0/+6
2024-08-16drm/amdgpu/gfx9.4.3: implement reset_hw_queue for gfx9.4.3Jiadong Zhu-0/+36
2024-08-16drm/amdgpu/gfx9: implement reset_hw_queue for gfx9Jiadong Zhu-0/+37
2024-08-16drm/amdgpu/gfx: add a new kiq_pm4_funcs callback for reset_hw_queueJiadong Zhu-0/+4
2024-08-16drm/amdgpu/gfx_9.4.3: wait for reset done before remapJiadong Zhu-6/+33
2024-08-16drm/amdgpu/gfx9.4.3: remap queue after reset successfullyJiadong Zhu-9/+27
2024-08-16drm/amdgpu/gfx9.4.3: add ring reset callbackAlex Deucher-0/+38
2024-08-16drm/amdgpu/gfx9: wait for reset done before remapJiadong Zhu-5/+31
2024-08-16drm/amdgpu/gfx9: remap queue after reset successfullyJiadong Zhu-9/+27
2024-08-16drm/amdgpu/gfx9: add ring reset callbackAlex Deucher-0/+38
2024-08-16drm/amdgpu: increase the reset counter for the queue resetPrike Liang-0/+1
2024-08-16drm/amdgpu: add per ring reset support (v5)Alex Deucher-0/+19
2024-08-16drm/amdgpu: add new ring reset callbackAlex Deucher-0/+2
2024-08-16drm/amdgpu: Return earlier in amdgpu_sw_ring_ib_end if mcbp is offSoham Dandapat-1/+1
2024-08-16drm/amdgpu: add cp queue registers print for gfx9_4_3Sunil Khatri-2/+40
2024-08-16drm/amdgpu: add cp queue registers for gfx9_4_3 ipdumpSunil Khatri-3/+95
2024-08-16drm/xe/mcr: Try to derive dss_per_grp from hwconfig attributesMatt Roper-4/+83
2024-08-16drm/xe: Add debugfs to dump GuC's hwconfigMatt Roper-0/+70
2024-08-16drm/i915/guc: Change GEM_WARN_ON to guc_err to prevent taints in CIJesus Narvaez-2/+3
2024-08-16Merge drm/drm-next into drm-xe-nextLucas De Marchi-17353/+27299
2024-08-16drm/xe: Use for_each_remote_tile rather than manual checkMatthew Brost-3/+2