summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2020-05-12drm/amd/amdgpu: add raven1 part to the gfxoff quirk listTom St Denis-0/+2
2020-05-08drm/amdgpu: implement soft_recovery for gfx10Alex Deucher-0/+14
2020-05-08drm/amdgpu: enable hibernate support on Navi1XEvan Quan-0/+3
2020-05-08drm/amdgpu: Use GEM obj reference for KFD BOsFelix Kuehling-2/+3
2020-05-08drm/amdgpu: force fbdev into vramAlex Deucher-2/+1
2020-05-08drm/amdgpu: drop unnecessary cancel_delayed_work_sync on PG ungateEvan Quan-14/+4
2020-05-08drm/amdgpu: disable MGCG/MGLS also on gfx CG ungateEvan Quan-1/+1
2020-05-01drm/amdgpu: drop redundant cg/pg ungate on runpm enterEvan Quan-3/+0
2020-05-01drm/amdgpu: move kfd suspend after ip_suspend_phase1Evan Quan-2/+2
2020-04-28drm/amdgpu: bump version for invalidate L2 before SDMA IBsMarek Olšák-1/+2
2020-04-28drm/amdgpu: invalidate L2 before SDMA IBs (v2)Marek Olšák-1/+29
2020-04-16Merge tag 'amd-drm-fixes-5.7-2020-04-15' of git://people.freedesktop.org/~agd...Dave Airlie-15/+23
2020-04-14drm/amdgpu/gfx9: add gfxoff quirkAlex Deucher-0/+2
2020-04-14drm/amdgpu: fix the hw hang during perform system reboot and resetPrike Liang-0/+2
2020-04-13drm/amdgpu: fix wrong vram lost counter increment V2Evan Quan-14/+18
2020-04-10Merge tag 'drm-next-2020-04-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-27/+53
2020-04-09Revert "drm/amdgpu: change SH MEM alignment mode for gfx10"Likun Gao-1/+1
2020-04-08drm/amdgpu: unify fw_write_wait for new gfx9 asicsAaron Liu-0/+2
2020-04-08drm/amdgpu: fix gfx hang during suspend with video playback (v2)Prike Liang-2/+3
2020-04-07Merge tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-2/+2
2020-04-07drm/amdgpu/psp: dont warn on missing optional TA'sAlex Deucher-3/+3
2020-04-07drm/amdgpu: update RAS related dmesg printJohn Clements-7/+12
2020-04-07drm/amdgpu: resolve mGPU RAS query instabilityJohn Clements-5/+15
2020-04-07drm/amd/amdgpu: Correct gfx10's CG sequenceChengming Gui-8/+15
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-13/+18
2020-04-03drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventAaron Ma-1/+2
2020-04-03drm/amdgpu: change SH MEM alignment mode for gfx10Likun Gao-1/+1
2020-04-01Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds-2/+1
2020-04-01Merge tag 'drm-next-2020-04-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1232/+3263
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2020-03-31drm/amdgpu: fix hpd bo size calculation errorKevin Wang-2/+2
2020-03-31Merge v5.6 into drm-nextDave Airlie-1/+1
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski-13/+18
2020-03-27mm/hmm: remove HMM_FAULT_SNAPSHOTJason Gunthorpe-1/+1
2020-03-27Merge tag 'drm-misc-fixes-2020-03-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-1/+1
2020-03-26mm: simplify device private page handling in hmm_range_faultChristoph Hellwig-1/+0
2020-03-25drm/amdgpu: don't try to reserve training bo for sriov (v2)Monk Liu-3/+5
2020-03-25drm/amdgpu/swSMU: handle manual AC/DC notificationsAlex Deucher-0/+3
2020-03-25drm/amdgpu: fix the coverage issue to clear ArcVPGRsDennis Li-1/+1
2020-03-25drm/[radeon|amdgpu]: Remove HAINAN board from max_sclk override checkYassine Oudjana-1/+0
2020-03-25Revert "drm/amdgpu: add CAP fw loading"Zhigang Luo-38/+2
2020-03-25drm/amdgpu: fix scatter-gather mapping with user pagesShane Francis-1/+1
2020-03-20drm/amdgpu/sriov : Don't resume RLCG for SRIOV guestshaoyunl-0/+5
2020-03-20drm/amdgpu: protect RAS sysfs during GPU resetJohn Clements-1/+20
2020-03-19drm: amd: fix spelling mistake "shoudn't" -> "shouldn't"Colin Ian King-2/+2
2020-03-19drm/amdgpu: Remove unnecessary variable shadow in gfx_v9_0_rlcg_wregNathan Chancellor-5/+1
2020-03-19drm/amdgpu: fix typo for vcn2.5/jpeg2.5 idle checkJames Zhu-2/+2
2020-03-19drm/amdgpu: fix typo for vcn2/jpeg2 idle checkJames Zhu-2/+2
2020-03-19drm/amdgpu: fix typo for vcn1 idle checkJames Zhu-1/+1
2020-03-19drm/amdgpu: add CAP fw loadingZhigang Luo-2/+38