summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2023-11-10Merge tag 'drm-misc-fixes-2023-11-08' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter-9/+11
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich-1/+1
2023-11-09drm/amdgpu: Change WREG32_RLC to WREG32_SOC15_RLC where inst != 0 (v2)Victor Lu-43/+37
2023-11-09drm/amdgpu: Use correct KIQ MEC engine for gfx9.4.3 (v5)Victor Lu-18/+116
2023-11-09drm/amdgpu: add smu v13.0.6 pcs xgmi ras error query supportYang Wang-0/+1
2023-11-09drm/amdgpu: fix software pci_unplug on some chipsVitaly Prosyak-3/+6
2023-11-09drm/amdgpu: correct mca debugfs dump reg listYang Wang-2/+9
2023-11-09drm/amdgpu: correct acclerator check architecutre dumpHawking Zhang-6/+11
2023-11-09drm/amdgpu: add pcs xgmi v6.4.0 ras supportYang Wang-3/+161
2023-11-09drm/amdgpu: Change extended-scope MTYPE on GC 9.4.3David Yat Sin-2/+5
2023-11-09drm/amdgpu: Support multiple error query modesHawking Zhang-23/+78
2023-11-09drm/amdgpu: refine smu v13.0.6 mca dump driverYang Wang-10/+215
2023-11-09drm/amdgpu: Do not program PF-only regs in hdp_v4_0.c under SRIOV (v2)Victor Lu-0/+4
2023-11-09drm/amdgpu: Skip PCTL0_MMHUB_DEEPSLEEP_IB write in jpegv4.0.3 under SRIOVVictor Lu-6/+10
2023-11-09drm/amdgpu: correct smu v13.0.6 umc ras error checkYang Wang-2/+5
2023-11-09drm/amdgpu: Add xcc param to SRIOV kiq write and WREG32_SOC15_IP_NO_KIQ (v4)Victor Lu-19/+25
2023-11-09drm/amdgpu: Add flag to enable indirect RLCG access for gfx v9.4.3Victor Lu-0/+1
2023-11-09drm/amdgpu: correct amdgpu ip block rev infoYang Wang-2/+2
2023-11-09drm/amdgpu: Don't warn for unsupported set_xgmi_plpd_modeTao Zhou-6/+8
2023-11-09drm/amdgpu: lower CS errors to debug severityChristian König-1/+1
2023-11-09drm/amdgpu: fix error handling in amdgpu_bo_list_get()Christian König-0/+1
2023-11-09drm/amdgpu: fix AGP init orderAlex Deucher-3/+7
2023-11-07Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-92/+328
2023-11-07drm/amdgpu: add RAS reset/query operations for XGMI v6_4Tao Zhou-3/+43
2023-11-07drm/amdgpu: handle extra UE register entries for gfx v9_4_3Tao Zhou-0/+38
2023-11-07drm/amdgpu: Fix sdma 4.4.2 doorbell rptr/wptr initLijo Lazar-6/+19
2023-11-07drm/amdgpu/soc21: add mode2 asic reset for SMU IP v14.0.0Jiadong Zhu-0/+1
2023-11-07drm/amd: Disable XNACK on SRIOV environmentSurbhi Kakarya-1/+15
2023-11-03drm/amdgpu: Query and report boot statusHawking Zhang-0/+2
2023-11-03drm/amdgpu: Add psp v13 function to query boot statusHawking Zhang-0/+96
2023-11-03drm/amdgpu: Optimize the asic type fix codeMa Jun-9/+26
2023-11-03drm/amdgpu: fix GRBM read timeout when do mes_self_testTim Huang-0/+16
2023-11-03drm/amdgpu: check recovery status of xgmi hive in ras_reset_error_countTao Zhou-1/+10
2023-11-03drm/amdgpu: Attach eviction fence on allocFelix Kuehling-31/+48
2023-11-03drm/amdkfd: Improve amdgpu_vm_handle_movedFelix Kuehling-8/+23
2023-11-03drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64Alex Deucher-0/+2
2023-11-03drm/amdgpu: add a retry for IP discovery initAlex Deucher-2/+21
2023-11-03drm/amdgpu: ungate power gating when system suspendPerry Yuan-0/+9
2023-11-03drm/amdgpu: don't use pci_is_thunderbolt_attached()Alex Deucher-6/+7
2023-11-03drm/amdgpu: don't use ATRM for external devicesAlex Deucher-0/+5
2023-11-03drm/amdgpu/gfx10,11: use memcpy_to/fromio for MQDsAlex Deucher-12/+12
2023-11-03drm/amdgpu: use mode-2 reset for RAS poison consumptionTao Zhou-1/+5
2023-11-03drm/amdgpu doorbell range should be set when gpu recoveryLin.Cao-0/+7
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-22/+9
2023-11-01drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost-1/+1
2023-11-01drm/sched: Add drm_sched_wqueue_* helpersMatthew Brost-14/+15
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-2415/+11513
2023-10-31drm/amdgpu: remove unused macro HW_REVYang Wang-3/+0
2023-10-31drm/amdgpu: Fix the vram base start addressArunpravin Paneer Selvam-2/+13
2023-10-31drm/amdgpu: set XGMI IP version manually for v6_4Tao Zhou-0/+3