aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-09drm/amdgpu/psp: add a mutex to protect access to the psp ringAlex Deucher1-0/+1
2019-07-09drm/amdgpu: properly guard the generic discovery codeAlex Deucher1-2/+2
2019-07-08amdgpu: make pmu support optionalArnd Bergmann1-2/+4
2019-07-05drm/amdgpu: Disable ras features on all IPs before gpu resetxinhui pan1-0/+4
2019-07-01drm/amdgpu: enable PCIE atomics ops supportJack Xiao1-0/+11
2019-07-01drm/amdgpu: fix MGPU fan boost enablement for XGMI resetEvan Quan1-0/+13
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-1/+2
2019-06-22drm/amdgpu: Enable DC support for Navi10Harry Wentland1-0/+3
2019-06-21drm/amd/display: Read soc_bounding_box from gpu_info (v2)Harry Wentland1-1/+9
2019-06-21drm/amdgpu: add to set navi ip blocksHuang Rui1-0/+8
2019-06-21drm/amdgpu: update golden setting programming logicHawking Zhang1-1/+4
2019-06-21drm/amdgpu/mes: enable mes on navi10 and later asicJack Xiao1-0/+3
2019-06-21drm/amdgpu/discovery: add module param for ip discovery enablementXiaojie Yuan1-0/+10
2019-06-21drm/amdgpu: add mcbp unit test in debugfs (v3)Jack Xiao1-0/+1
2019-06-21drm/amdgpu: enable the static csa when mcbp enabledJack Xiao1-1/+1
2019-06-21drm/amdgpu: add mcbp driver parameterJack Xiao1-0/+3
2019-06-20drm/amdgpu: parse the new members added by gpu_info ucode v1_1Hawking Zhang1-0/+9
2019-06-20drm/amdgpu: add navi10 gpu info firmwareHuang Rui1-0/+4
2019-06-20drm/amdgpu: add navi10 asic typeHuang Rui1-0/+1
2019-06-20drm/amdgpu: add pmu countersJonathan Kim1-0/+6
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-9/+3
2019-06-17drm/amdgpu: wait to fetch the vbios until after common initAlex Deucher1-11/+13
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-1/+2
2019-06-13drm/amdgpu: register pm sysfs for sriov (v2)Yintian Tao1-0/+6
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-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+2
2019-06-05drm/amdgpu: fix a race in GPU reset with IB test (v2)Alex Deucher1-57/+59
2019-06-05drm/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 drm-nextDave 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-08Merge 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 drm-nextDave 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