summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2020-07-29drm/amdgpu: Fix NULL dereference in dpm sysfs handlersPaweł Gronowski1-6/+3
2020-07-29drm/amdgpu: fix preemption unit testJack Xiao1-5/+15
2020-07-29drm/amdgpu/gfx10: fix race condition for kiqJack Xiao1-1/+8
2020-07-22drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()Xiaojie Yuan1-18/+8
2020-07-16drm/amdgpu: asd function needs to be unloaded in suspend phaseHuang Rui1-0/+6
2020-07-16drm/amdgpu: add TMR destory function for pspHuang Rui1-4/+53
2020-07-16drm/amdgpu: don't do soft recovery if gpu_recovery=0Marek Olšák1-1/+2
2020-07-09drm/amdgpu/atomfirmware: fix vram_info fetching for renoirAlex Deucher1-0/+1
2020-07-09drm/amdgpu: use %u rather than %d for sclk/mclkAlex Deucher1-2/+2
2020-07-09drm/amdgpu: fix kernel page fault issue by ras recovery on sGPUGuchun Chen1-2/+3
2020-07-09drm/amdgpu: fix non-pointer dereference for non-RAS supportedEvan Quan1-2/+2
2020-07-09drm/amdgpu: disable ras query and iject during gpu resetJohn Clements3-3/+28
2020-06-30drm/amdgpu: add fw release for sdma v5_0Wenhui Sheng1-1/+5
2020-06-22drm/amdgpu: Sync with VM root BO when switching VM to CPU update modeFelix Kuehling1-2/+9
2020-06-22drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and ravenchen gong1-0/+9
2020-06-22drm/amdgpu: Init data to avoid oops while reading pp_num_states.limingyu1-1/+4
2020-06-22drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4Christian König1-18/+25
2020-05-12drm/amd/amdgpu: add raven1 part to the gfxoff quirk listTom St Denis1-0/+2
2020-05-08drm/amdgpu: implement soft_recovery for gfx10Alex Deucher1-0/+14
2020-05-08drm/amdgpu: enable hibernate support on Navi1XEvan Quan2-0/+3
2020-05-08drm/amdgpu: Use GEM obj reference for KFD BOsFelix Kuehling1-2/+3
2020-05-08drm/amdgpu: force fbdev into vramAlex Deucher1-2/+1
2020-05-08drm/amdgpu: drop unnecessary cancel_delayed_work_sync on PG ungateEvan Quan2-14/+4
2020-05-08drm/amdgpu: disable MGCG/MGLS also on gfx CG ungateEvan Quan1-1/+1
2020-05-01drm/amdgpu: drop redundant cg/pg ungate on runpm enterEvan Quan1-3/+0
2020-05-01drm/amdgpu: move kfd suspend after ip_suspend_phase1Evan Quan1-2/+2
2020-04-28drm/amdgpu: bump version for invalidate L2 before SDMA IBsMarek Olšák1-1/+2
2020-04-28drm/amdgpu: invalidate L2 before SDMA IBs (v2)Marek Olšák2-1/+29
2020-04-16Merge tag 'amd-drm-fixes-5.7-2020-04-15' of git://people.freedesktop.org/~agd...Dave Airlie7-15/+23
2020-04-14drm/amdgpu/gfx9: add gfxoff quirkAlex Deucher1-0/+2
2020-04-14drm/amdgpu: fix the hw hang during perform system reboot and resetPrike Liang1-0/+2
2020-04-13drm/amdgpu: fix wrong vram lost counter increment V2Evan Quan5-14/+18
2020-04-10Merge tag 'drm-next-2020-04-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-27/+53
2020-04-09Revert "drm/amdgpu: change SH MEM alignment mode for gfx10"Likun Gao1-1/+1
2020-04-09drm/amdgpu: unify fw_write_wait for new gfx9 asicsAaron Liu1-0/+2
2020-04-09drm/amdgpu: fix gfx hang during suspend with video playback (v2)Prike Liang1-2/+3
2020-04-08Merge tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-2/+2
2020-04-07drm/amdgpu/psp: dont warn on missing optional TA'sAlex Deucher1-3/+3
2020-04-07drm/amdgpu: update RAS related dmesg printJohn Clements2-7/+12
2020-04-07drm/amdgpu: resolve mGPU RAS query instabilityJohn Clements1-5/+15
2020-04-07drm/amd/amdgpu: Correct gfx10's CG sequenceChengming Gui1-8/+15
2020-04-04Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-13/+18
2020-04-04drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventAaron Ma1-1/+2
2020-04-04drm/amdgpu: change SH MEM alignment mode for gfx10Likun Gao1-1/+1
2020-04-02Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-2/+1
2020-04-02Merge tag 'drm-next-2020-04-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds96-1232/+3263
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2020-03-31drm/amdgpu: fix hpd bo size calculation errorKevin Wang2-2/+2
2020-03-31Merge v5.6 into drm-nextDave Airlie1-1/+1
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski1-13/+18