summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-11drm/amd/amdgpu: remove vram_page_split kernel option (v3)Tom St Denis1-7/+0
2019-06-11drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang1-9/+3
2019-06-11drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+2
2019-06-06drm/amdgpu: fix a race in GPU reset with IB test (v2)Alex Deucher1-57/+59
2019-06-06drm/amdgpu: cancel late_init_work before gpu resetxinhui pan1-0/+2
2019-06-05drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang1-9/+3
2019-05-31Merge branch 'drm-next-5.3' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-58/+75
2019-05-28drm/amdgpu: Need to set the baco cap before baco resetEmily Deng1-13/+11
2019-05-24drm/amdgpu: use pcie_bandwidth_available rather than open coding itAlex Deucher1-39/+2
2019-05-24drm/amdgpu: Report firmware versions with sysfs v2Ori Messinger1-0/+5
2019-05-24drm/amdgpu: enable ras suspend/resumexinhui pan1-0/+4
2019-05-24drm/amdgpu: ras support suspend/resumexinhui pan1-2/+2
2019-05-24drm/amdgpu: initialize PSP before IH under SR-IOVTrigger Huang1-0/+1
2019-05-24drm/amdgpu: init vega10 SR-IOV reg access modeTrigger Huang1-0/+3
2019-05-24drm/amdgpu: gpu reset will run ras post initxinhui pan1-0/+3
2019-05-24drm/amdgpu: gpu reset will run late_initxinhui pan1-0/+4
2019-05-24drm/amdgpu: Add PCIe replay count sysfs fileKent Russell1-0/+29
2019-05-24drm/amdgpu: enable separate timeout setting for every ring type V4Evan Quan1-5/+12
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul1-0/+1
2019-05-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-5/+16
2019-05-09Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-12/+39
2019-05-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-1/+1
2019-05-02drm/amdgpu: Avoid HW reset if guilty job already signaled.Andrey Grodzovsky1-48/+95
2019-05-02drm/scheduler: rework job destructionChristian König1-6/+3
2019-04-23drm/amdgpu: Change VRAM lost print from ERR to INFAndrey Grodzovsky1-1/+1
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie1-4/+14
2019-04-12drm/amdgpu: shadow in shadow_list without tbo.mem.start cause page fault in s...wentalou1-0/+1
2019-04-10drm/amdgpu: support dpm level modification under virtualization v3Yintian Tao1-0/+1
2019-04-04drm/amdgpu: amdgpu_device_recover_vram always failed if only one node in shad...wentalou1-4/+9
2019-03-28drm/amdgpu: XGMI pstate switch initial supportshaoyunl1-0/+4
2019-03-28drm/amdgpu: trivial typo fixEvan Quan1-2/+2
2019-03-28drm/amd/amdgpu: fix PCIe dpm feature issue (v3)Chengming Gui1-0/+5
2019-03-21drm/amdgpu: revert "XGMI pstate switch initial support"Christian König1-3/+0
2019-03-21drm/amdgpu: enable gfxoff again on raven series (v2)Huang Rui1-0/+2
2019-03-21drm/amdkfd/sriov:Put the pre and post reset in exclusive mode v2Wentao Lou1-0/+3
2019-03-19drm/amdgpu: add new ras workflow control flagsxinhui pan1-0/+3
2019-03-19drm/amdgpu: reserve bad pages during recoveryxinhui pan1-0/+5
2019-03-19drm/amdgpu: add amdgpu_ras.c to support ras (v2)xinhui pan1-0/+9
2019-03-19drm/amdgpu: Move IB pool init and fini v2Andrey Grodzovsky1-8/+8
2019-03-19drm/amdgpu: XGMI pstate switch initial supportshaoyunl1-0/+3
2019-03-19drm/amd/powerplay: add limit of pp_feature for smu (v3)Likun Gao1-1/+1
2019-02-11Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-12/+46
2019-02-07drm/amdgpu: Fix pci platform speed and widthHarish Kasiviswanathan1-12/+46
2019-02-04Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2019-02-01Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-34/+43
2019-01-26drm/sched: Refactor ring mirror list handling.Andrey Grodzovsky1-13/+7
2019-01-26drm/amdgpu: sriov should skip asic_reset in device_initwentalou1-1/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-14drm/amdgpu: check if we need to reset at init time (v2)Alex Deucher1-0/+11
2019-01-14drm/amd/amdgpu: add missing mutex lock to amdgpu_get_xgmi_hive() (v3)Tom St Denis1-3/+3