summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2024-09-02drm/amdgpu/gfx10: use rlc safe mode for soft recoveryAlex Deucher1-0/+2
2024-09-02drm/amdgpu/gfx11: use rlc safe mode for soft recoveryAlex Deucher1-0/+2
2024-09-02drm/amdgpu/gfx12: use rlc safe mode for soft recoveryAlex Deucher1-0/+2
2024-09-02drm/amdgpu/gfx12: use proper rlc safe mode helpersAlex Deucher1-2/+2
2024-09-02drm/amdgpu/gfx11: use proper rlc safe mode helpersAlex Deucher1-4/+4
2024-09-02drm/amdgpu/gfx10: use proper rlc safe mode helpersAlex Deucher1-2/+2
2024-09-02drm/amdgpu/gfx12: per queue reset only on bare metalAlex Deucher1-0/+6
2024-09-02drm/amdgpu/gfx11: per queue reset only on bare metalAlex Deucher1-0/+6
2024-09-02drm/amdgpu/gfx10: per queue reset only on bare metalAlex Deucher1-0/+6
2024-09-02drm/amdgpu/mes11: implement mmio queue reset for gfx11Jiadong Zhu1-0/+80
2024-09-02drm/amdgpu/mes: implement amdgpu_mes_reset_hw_queue_mmioJiadong Zhu1-0/+20
2024-09-02drm/amdgpu/mes: modify mes api for mmio queue resetJiadong Zhu4-4/+17
2024-09-02drm/amdgpu/gfx12: fallback to driver reset compute queue directlyAlex Deucher1-14/+79
2024-09-02drm/amdgpu/gfx12: add ring reset callbacksAlex Deucher1-0/+18
2024-09-02drm/amdgpu/gfx10: rework reset sequenceAlex Deucher1-7/+19
2024-09-02drm/amdgpu/gfx10: wait for reset done before remapJiadong Zhu1-11/+30
2024-09-02drm/amdgpu/gfx10: remap queue after reset successfullyJiadong Zhu1-11/+35
2024-09-02drm/amdgpu/gfx10: add ring reset callbacksAlex Deucher1-0/+91
2024-09-02drm/amdgpu/gfx11: wait for reset done before remapJiadong Zhu1-1/+14
2024-09-02drm/amdgpu/gfx11: rename gfx_v11_0_gfx_init_queue()Alex Deucher1-3/+3
2024-09-02drm/amdgpu/gfx11: fallback to driver reset compute queue directly (v2)Prike Liang1-13/+71
2024-09-02drm/amdgpu/gfx11: add ring reset callbacksAlex Deucher1-0/+18
2024-09-02drm/amdgpu/gfx9.4.3: Implement compute pipe resetPrike Liang1-19/+108
2024-08-29drm/amdgpu: always allocate cleared VRAM for GEM allocationsAlex Deucher1-0/+3
2024-08-29drm/amdgpu/mes: add mes mapping legacy queue switchJack Xiao4-20/+43
2024-08-29drm/amdgpu/gfx12: return early in preempt_ib()Alex Deucher1-0/+3
2024-08-29drm/amdgpu/gfx11: return early in preempt_ib()Alex Deucher1-0/+3
2024-08-29drm/amdgpu: Move the dumping log out of for loopSunil Khatri1-3/+2
2024-08-29drm/amd/amdgpu: move drain_workqueue before shutdown is setVictor Zhao1-3/+3
2024-08-29drm/amdgpu: Do core dump immediately when job tmoTrigger Huang1-1/+67
2024-08-29drm/amdgpu: skip printing vram_lost if neededTrigger Huang3-14/+15
2024-08-29drm/amdgpu/gfx9: put queue resets behind a debug optionAlex Deucher3-0/+14
2024-08-29drm/amdgpu: add experimental resets debug flagAlex Deucher2-0/+7
2024-08-27Merge tag 'amd-drm-next-6.12-2024-08-26' of https://gitlab.freedesktop.org/ag...Daniel Vetter118-833/+5098
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter29-259/+488
2024-08-23drm/amdkfd: Change kfd/svm page fault drain handlingXiaogang Chen4-6/+7
2024-08-23drm/amdgpu: support for gc_info table v1.3Likun Gao2-0/+17
2024-08-23drm/amdgpu: add list empty check to avoid null pointer issueYang Wang1-0/+10
2024-08-23drm/amdgpu/gfx12: set UNORD_DISPATCH in compute MQDsAlex Deucher1-1/+1
2024-08-23drm/amdgpu: Retire query_utcl2_poison_status callbackHawking Zhang7-74/+0
2024-08-23drm/amdgpu: Take IOMMU remapping into account for p2p checksRahul Jain1-8/+35
2024-08-21drm/amdgpu: fix eGPU hotplug regressionAlex Deucher1-1/+1
2024-08-21drm/amdgpu: Validate TA binary sizeCandice Li1-0/+3
2024-08-21drm/amdgpu/sdma5.2: limit wptr workaround to sdma 5.2.1Alex Deucher1-8/+10
2024-08-21drm/amdgpu: fixing rlc firmware loading failure issueYang Wang1-2/+3
2024-08-21drm/amd/gfx11: move the gfx mutex into the callerAlex Deucher1-4/+3
2024-08-21drm/amd/amdgpu: allow use kiq to do hdp flush under sriovVictor Zhao4-4/+4
2024-08-21drm/amdgpu: fix eGPU hotplug regressionAlex Deucher1-1/+1
2024-08-21drm/amdgpu: Validate TA binary sizeCandice Li1-0/+3
2024-08-21drm/amdgpu: Implement MES Suspend and Resume APIs for GFX11Mukul Joshi3-36/+69