aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: add renoir support for gpu_info and ip block settingHuang Rui2019-08-121-1/+7
* drm/amdgpu: add renoir asic_type enumHuang Rui2019-08-121-0/+1
* drm/amdgpu: remove RREG64/WREG64Tao Zhou2019-08-091-33/+0
* drm/amdgpu: replace readq/writeq with atomic64 operationsTao Zhou2019-08-091-6/+2
* drm/amdgpu: Fix GPU reset crash regression.Andrey Grodzovsky2019-08-061-0/+2
* drm/amdgpu: Fix panic during gpu resetxinhui pan2019-08-061-1/+1
* drm/amdgpu: Add nv12 DC ip blockLeo Li2019-08-021-0/+1
* drm/amdgpu: set asic family and ip blocks for navi12Xiaojie Yuan2019-08-021-0/+1
* drm/amdgpu: add gpu_info firmware for navi12Xiaojie Yuan2019-08-021-0/+4
* drm/amdgpu: add navi12 asic typeXiaojie Yuan2019-08-021-0/+1
* drm/amdgpu: fix double ucode load by PSP(v3)Monk Liu2019-08-021-21/+38
* drm/amdgpu: cleanup vega10 SRIOV code pathMonk Liu2019-08-021-3/+0
* drm/amdgpu: add RREG64/WREG64(_PCIE) operationsTao Zhou2019-07-311-0/+73
* drm/amdgpu: put the SMC into the proper state on reset/unloadAlex Deucher2019-07-301-0/+27
* drm/amdgpu: add Arcturus gpu info firmwareLe Ma2019-07-181-0/+4
* drm/amdgpu: add to set Arcturus ip blocksLe Ma2019-07-181-0/+1
* drm/amdgpu: add Arcturus asic typeLe Ma2019-07-181-0/+1
* drm/amd/display: add dm blockBhawanpreet Lakha2019-07-181-0/+1
* drm/amdgpu: set asic family and ip blocks for navi14Xiaojie Yuan2019-07-181-0/+1
* drm/amdgpu: add gpu_info firmware for navi14Xiaojie Yuan2019-07-181-0/+4
* drm/amdgpu: add navi14 asic typeXiaojie Yuan2019-07-181-0/+1
* drm/amdgpu/psp: add a mutex to protect access to the psp ringAlex Deucher2019-07-091-0/+1
* drm/amdgpu: properly guard the generic discovery codeAlex Deucher2019-07-091-2/+2
* amdgpu: make pmu support optionalArnd Bergmann2019-07-081-2/+4
* drm/amdgpu: Disable ras features on all IPs before gpu resetxinhui pan2019-07-051-0/+4
* drm/amdgpu: enable PCIE atomics ops supportJack Xiao2019-07-011-0/+11
* drm/amdgpu: fix MGPU fan boost enablement for XGMI resetEvan Quan2019-07-011-0/+13
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-1/+2
|\
| * Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-191-9/+3
| |\
| | * drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang2019-06-051-9/+3
| * | Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-1/+2
| |\ \
| | * | drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg2019-06-101-1/+2
* | | | drm/amdgpu: Enable DC support for Navi10Harry Wentland2019-06-221-0/+3
* | | | drm/amd/display: Read soc_bounding_box from gpu_info (v2)Harry Wentland2019-06-211-1/+9
* | | | drm/amdgpu: add to set navi ip blocksHuang Rui2019-06-211-0/+8
* | | | drm/amdgpu: update golden setting programming logicHawking Zhang2019-06-211-1/+4
* | | | drm/amdgpu/mes: enable mes on navi10 and later asicJack Xiao2019-06-211-0/+3
* | | | drm/amdgpu/discovery: add module param for ip discovery enablementXiaojie Yuan2019-06-211-0/+10
* | | | drm/amdgpu: add mcbp unit test in debugfs (v3)Jack Xiao2019-06-211-0/+1
* | | | drm/amdgpu: enable the static csa when mcbp enabledJack Xiao2019-06-211-1/+1
* | | | drm/amdgpu: add mcbp driver parameterJack Xiao2019-06-211-0/+3
* | | | drm/amdgpu: parse the new members added by gpu_info ucode v1_1Hawking Zhang2019-06-201-0/+9
* | | | drm/amdgpu: add navi10 gpu info firmwareHuang Rui2019-06-201-0/+4
* | | | drm/amdgpu: add navi10 asic typeHuang Rui2019-06-201-0/+1
* | | | drm/amdgpu: add pmu countersJonathan Kim2019-06-201-0/+6
* | | | drm/amdgpu: wait to fetch the vbios until after common initAlex Deucher2019-06-171-11/+13
* | | | drm/amdgpu: register pm sysfs for sriov (v2)Yintian Tao2019-06-131-0/+6
* | | | drm/amd/amdgpu: remove vram_page_split kernel option (v3)Tom St Denis2019-06-111-7/+0
* | | | drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang2019-06-111-9/+3
|/ / /
* | | drm/amdgpu: fix a race in GPU reset with IB test (v2)Alex Deucher2019-06-051-57/+59