summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorLines
2019-07-09drm/amdgpu/psp: add a mutex to protect access to the psp ringAlex Deucher-0/+1
2019-07-09drm/amdgpu: properly guard the generic discovery codeAlex Deucher-2/+2
2019-07-08amdgpu: make pmu support optionalArnd Bergmann-2/+4
2019-07-05drm/amdgpu: Disable ras features on all IPs before gpu resetxinhui pan-0/+4
2019-07-01drm/amdgpu: enable PCIE atomics ops supportJack Xiao-0/+11
2019-07-01drm/amdgpu: fix MGPU fan boost enablement for XGMI resetEvan Quan-0/+13
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher-1/+2
2019-06-22drm/amdgpu: Enable DC support for Navi10Harry Wentland-0/+3
2019-06-21drm/amd/display: Read soc_bounding_box from gpu_info (v2)Harry Wentland-1/+9
2019-06-21drm/amdgpu: add to set navi ip blocksHuang Rui-0/+8
2019-06-21drm/amdgpu: update golden setting programming logicHawking Zhang-1/+4
2019-06-21drm/amdgpu/mes: enable mes on navi10 and later asicJack Xiao-0/+3
2019-06-21drm/amdgpu/discovery: add module param for ip discovery enablementXiaojie Yuan-0/+10
2019-06-21drm/amdgpu: add mcbp unit test in debugfs (v3)Jack Xiao-0/+1
2019-06-21drm/amdgpu: enable the static csa when mcbp enabledJack Xiao-1/+1
2019-06-21drm/amdgpu: add mcbp driver parameterJack Xiao-0/+3
2019-06-20drm/amdgpu: parse the new members added by gpu_info ucode v1_1Hawking Zhang-0/+9
2019-06-20drm/amdgpu: add navi10 gpu info firmwareHuang Rui-0/+4
2019-06-20drm/amdgpu: add navi10 asic typeHuang Rui-0/+1
2019-06-20drm/amdgpu: add pmu countersJonathan Kim-0/+6
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter-9/+3
2019-06-17drm/amdgpu: wait to fetch the vbios until after common initAlex Deucher-11/+13
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-1/+2
2019-06-13drm/amdgpu: register pm sysfs for sriov (v2)Yintian Tao-0/+6
2019-06-11drm/amd/amdgpu: remove vram_page_split kernel option (v3)Tom St Denis-7/+0
2019-06-11drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang-9/+3
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg-1/+2
2019-06-05drm/amdgpu: fix a race in GPU reset with IB test (v2)Alex Deucher-57/+59
2019-06-05drm/amdgpu: cancel late_init_work before gpu resetxinhui pan-0/+2
2019-06-05drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang-9/+3
2019-05-31Merge branch 'drm-next-5.3' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie-58/+75
2019-05-28drm/amdgpu: Need to set the baco cap before baco resetEmily Deng-13/+11
2019-05-24drm/amdgpu: use pcie_bandwidth_available rather than open coding itAlex Deucher-39/+2
2019-05-24drm/amdgpu: Report firmware versions with sysfs v2Ori Messinger-0/+5
2019-05-24drm/amdgpu: enable ras suspend/resumexinhui pan-0/+4
2019-05-24drm/amdgpu: ras support suspend/resumexinhui pan-2/+2
2019-05-24drm/amdgpu: initialize PSP before IH under SR-IOVTrigger Huang-0/+1
2019-05-24drm/amdgpu: init vega10 SR-IOV reg access modeTrigger Huang-0/+3
2019-05-24drm/amdgpu: gpu reset will run ras post initxinhui pan-0/+3
2019-05-24drm/amdgpu: gpu reset will run late_initxinhui pan-0/+4
2019-05-24drm/amdgpu: Add PCIe replay count sysfs fileKent Russell-0/+29
2019-05-24drm/amdgpu: enable separate timeout setting for every ring type V4Evan Quan-5/+12
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul-0/+1
2019-05-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-5/+16
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-12/+39
2019-05-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie-1/+1
2019-05-02drm/amdgpu: Avoid HW reset if guilty job already signaled.Andrey Grodzovsky-48/+95
2019-05-02drm/scheduler: rework job destructionChristian König-6/+3
2019-04-23drm/amdgpu: Change VRAM lost print from ERR to INFAndrey Grodzovsky-1/+1
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie-4/+14