summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2022-05-18drm/amd: Don't reset dGPUs if the system is going to s2idleMario Limonciello-1/+17
2022-05-11drm/amdgpu/ctx: only reset stable pstate if the user changed it (v2)Alex Deucher-0/+5
2022-05-06drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systemsRichard Gong-1/+16
2022-05-04drm/amdgpu: do not use passthrough mode in Xen dom0Marek Marczykowski-Górecki-1/+3
2022-04-29Merge tag 'amd-drm-fixes-5.18-2022-04-27' of https://gitlab.freedesktop.org/a...Dave Airlie-35/+80
2022-04-27drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspendPrike Liang-0/+10
2022-04-27drm/amdgpu: don't runtime suspend if there are displays attached (v3)Alex Deucher-35/+70
2022-04-23Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-6/+18
2022-04-21drm/amdgpu: partial revert "remove ctx->lock" v2Christian König-6/+18
2022-04-13drm/amdgpu: Enable gfxoff quirk on MacBook ProTomasz Moń-0/+2
2022-04-13drm/amdgpu: Ensure HDA function is suspended before ASIC resetKai-Heng Feng-6/+12
2022-04-13drm/amdgpu: fix VCN 3.1.2 firmware nameAlex Deucher-1/+1
2022-04-06drm/amdgpu: Sync up header and implementation to use the same parameter namesMa Jun-2/+2
2022-04-06drm/amdgpu: fix incorrect GCR_GENERAL_CNTL addressRuili Ji-3/+3
2022-04-06drm/amd/vcn: fix an error msg on vcn 3.0tiancyin-1/+1
2022-04-06drm/amdgpu/vcn3: send smu interface typeBoyuan Zhang-0/+12
2022-03-25drm/amdgpu/gfx10: enable gfx1037 clock counter retrieval functionPrike Liang-0/+1
2022-03-25drm/amdgpu: set noretry for gfx 10.3.7Prike Liang-0/+1
2022-03-25drm/amdgpu: set noretry=1 for GFX 10.3.4Felix Kuehling-2/+3
2022-03-25drm/amdgpu: set noretry=1 for gc 10.3.6Yifan Zhang-0/+1
2022-03-25drm/amdgpu: add more cases to noretry=1Alex Deucher-0/+3
2022-03-25drm/amdgpu/vcn: improve vcn dpg stop procedureTianci Yin-0/+3
2022-03-25drm/amdkfd: Fix Incorrect VMIDs passed to HWSTushar Patel-1/+1
2022-03-25drm/amdgpu/vcn: Fix the register setting for vcn1Emily Deng-2/+2
2022-03-25drm/amdgpu: add workarounds for VCN TMZ issue on CHIP_RAVENLang Yu-0/+71
2022-03-25drm/amdgpu/gmc: use PCI BARs for APUs in passthroughAlex Deucher-7/+8
2022-03-25drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire()Dan Carpenter-1/+1
2022-03-25drm/amdgpu: conduct a proper cleanup of PDB boGuchun Chen-1/+1
2022-03-25drm/amdgpu: prevent memory wipe in suspend/shutdown stageGuchun Chen-1/+3
2022-03-22drm/amd: Add USBC connector IDAurabindo Pillai-0/+1
2022-03-15drm/amdgpu: Use drm_mode_copy()Ville Syrjälä-2/+2
2022-03-15drm/amdgpu: Use ternary operator in `vcn_v1_0_start()`Paul Menzel-7/+2
2022-03-15drm/amdgpu: fix typos in commentsJulia Lawall-2/+2
2022-03-15drm/amdgpu: Add stolen reserved memory for MI25 SRIOV.Yongqiang Sun-0/+9
2022-03-15drm/amdgpu: Merge get_reserved_allocation to get_vbios_allocations.Yongqiang Sun-21/+13
2022-03-15drm/amdgpu/vcn: fix vcn ring test failure in igt reload testTianci Yin-0/+2
2022-03-15drm/amdgpu: only allow secure submission on rings which support thatLang Yu-2/+19
2022-03-15drm/amdgpu: fixed the warnings reported by kernel test robotyipechai-62/+2
2022-03-15drm/amdgpu: Move reset domain init before calling RREG32Philip Yang-9/+9
2022-03-15drm/amd: fix gfx hang on renoir in IGT reload testTianci.Yin-0/+4
2022-03-15drm/amdgpu: only check for _PR3 on dGPUsAlex Deucher-2/+4
2022-03-15drm/amdgpu: drop xmgi23 error query/reset supportHawking Zhang-22/+0
2022-03-15drm/amdgpu: fix aldebaran xgmi topology for vfJonathan Kim-2/+4
2022-03-15drm/amdgpu: message smu to update bad channel infoStanley.Yang-2/+42
2022-03-15drm/amdgpu: Disable baco dummy modeLijo Lazar-0/+15
2022-03-09drm/amdgpu: fix a wrong ib referenceLang Yu-5/+2
2022-03-04drm/amdgpu: initialize the vmid_wait with the stub fenceChristian König-1/+2
2022-03-04drm/amdgpu: properly embed the IBs into the jobChristian König-8/+5
2022-03-04drm/amdgpu: use job and ib structures directly in CS parsersChristian König-114/+130
2022-03-04drm/amdgpu: header cleanupChristian König-100/+132