summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2023-11-07drm/amdgpu: add RAS reset/query operations for XGMI v6_4Tao Zhou1-3/+43
2023-11-07drm/amdgpu: handle extra UE register entries for gfx v9_4_3Tao Zhou1-0/+38
2023-11-07drm/amdgpu: Fix sdma 4.4.2 doorbell rptr/wptr initLijo Lazar1-6/+19
2023-11-07drm/amdgpu/soc21: add mode2 asic reset for SMU IP v14.0.0Jiadong Zhu1-0/+1
2023-11-07drm/amd: Disable XNACK on SRIOV environmentSurbhi Kakarya3-1/+15
2023-11-03drm/amdgpu: Query and report boot statusHawking Zhang1-0/+2
2023-11-03drm/amdgpu: Add psp v13 function to query boot statusHawking Zhang3-0/+96
2023-11-03drm/amdgpu: Optimize the asic type fix codeMa Jun1-9/+26
2023-11-03drm/amdgpu: fix GRBM read timeout when do mes_self_testTim Huang1-0/+16
2023-11-03drm/amdgpu: check recovery status of xgmi hive in ras_reset_error_countTao Zhou1-1/+10
2023-11-03drm/amdgpu: Attach eviction fence on allocFelix Kuehling1-31/+48
2023-11-03drm/amdkfd: Improve amdgpu_vm_handle_movedFelix Kuehling4-8/+23
2023-11-03drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64Alex Deucher1-0/+2
2023-11-03drm/amdgpu: add a retry for IP discovery initAlex Deucher1-2/+21
2023-11-03drm/amdgpu: ungate power gating when system suspendPerry Yuan1-0/+9
2023-11-03drm/amdgpu: don't use pci_is_thunderbolt_attached()Alex Deucher2-6/+7
2023-11-03drm/amdgpu: don't use ATRM for external devicesAlex Deucher1-0/+5
2023-11-03drm/amdgpu/gfx10,11: use memcpy_to/fromio for MQDsAlex Deucher2-12/+12
2023-11-03drm/amdgpu: use mode-2 reset for RAS poison consumptionTao Zhou1-1/+5
2023-11-03drm/amdgpu doorbell range should be set when gpu recoveryLin.Cao1-0/+7
2023-11-03Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-22/+9
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds191-2415/+11513
2023-11-01drm/amdgpu: remove unused macro HW_REVYang Wang1-3/+0
2023-11-01drm/amdgpu: Fix the vram base start addressArunpravin Paneer Selvam1-2/+13
2023-11-01drm/amdgpu: set XGMI IP version manually for v6_4Tao Zhou1-0/+3
2023-10-31drm/amdgpu: add unmap latency when gfx11 set kiq resourcesTong Liu011-0/+1
2023-10-31drm/amd/pm: fix the high voltage and temperature issueKenneth Feng1-7/+17
2023-10-31drm/amdgpu: remove amdgpu_mes_self_test in gpu recoverYifan Zhang1-4/+0
2023-10-31drm/amdgpu: Drop deferred error in uncorrectable error checkCandice Li1-2/+1
2023-10-31drm/amdgpu: check RAS supported first in ras_reset_error_countTao Zhou1-4/+4
2023-10-31Merge tag 'amd-drm-next-6.7-2023-10-27' of https://gitlab.freedesktop.org/agd...Dave Airlie29-162/+316
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie12-86/+22
2023-10-27drm/amdgpu: Remove unused variables from amdgpu_show_fdinfoUmio Yasuno1-6/+0
2023-10-27drm/amdgpu: Remove duplicate fdinfo fieldsRob Clark1-3/+0
2023-10-27drm/amd/amdgpu: avoid to disable gfxhub interrupt when driver is unloadedKenneth Feng1-1/+2
2023-10-27drm/amdgpu: Add EXT_COHERENT support for APU and NUMA systemsDavid Francis4-19/+41
2023-10-27drm/amdgpu: Retrieve CE count from ce_count_lo_chip in EccInfo tableCandice Li1-7/+5
2023-10-27drm/amdgpu: Identify data parity error corrected in replay modeCandice Li1-9/+23
2023-10-27drm/amdgpu: Fix typo in IP discovery parsingMukul Joshi1-1/+1
2023-10-27Merge tag 'amd-drm-fixes-6.6-2023-10-25' of https://gitlab.freedesktop.org/ag...Dave Airlie1-1/+1
2023-10-27Merge tag 'drm-misc-fixes-2023-10-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-9/+11
2023-10-27drm/amdgpu: Use pcie domain of xcc acpi objectsLijo Lazar1-18/+22
2023-10-27drm/amdgpu: Add a read to GFX v9.4.3 ring testLijo Lazar1-0/+1
2023-10-27drm/amdgpu: get RAS poison status from DF v4_6_2Tao Zhou4-1/+71
2023-10-27drm/amdgpu: Use discovery table's subrevisionLijo Lazar1-1/+8
2023-10-27drm/amd: Explicitly disable ASPM when dynamic switching disabledMario Limonciello4-22/+10
2023-10-27drm/amd: Move AMD_IS_APU check for ASPM into top level functionMario Limonciello7-14/+6
2023-10-27drm/amd: Disable PP_PCIE_DPM_MASK when dynamic speed switching not supportedMario Limonciello1-0/+2
2023-10-27drm/amdgpu remove restriction of sriov max_pfn on Vega10Lin.Cao1-5/+2
2023-10-27drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULLQu Huang1-0/+6