summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-19drm/amd/amdgpu/sriov disable all ip hw status by defaultJack Zhang1-1/+1
2021-06-03drm/amd/amdgpu: fix a potential deadlock in gpu resetLang Yu1-1/+0
2021-01-19drm/amdgpu: fix a GPU hang issue when remove deviceDennis Li1-2/+2
2020-11-05drm/amdgpu: correct the gpu reset handling for job != NULL caseEvan Quan1-1/+1
2020-10-01drm/amdgpu/sriov add amdgpu_amdkfd_pre_reset in gpu resetJack Zhang1-0/+2
2020-05-14drm/amdgpu: drop redundant cg/pg ungate on runpm enterEvan Quan1-3/+0
2020-05-14drm/amdgpu: move kfd suspend after ip_suspend_phase1Evan Quan1-2/+2
2020-04-21drm/amdgpu: fix the hw hang during perform system reboot and resetPrike Liang1-0/+2
2020-04-17drm/amdgpu: fix gfx hang during suspend with video playback (v2)Prike Liang1-2/+3
2020-02-24drm/amdgpu: fix KIQ ring test fail in TDR of SRIOVMonk Liu1-2/+0
2019-11-07drm/amdgpu: register gpu instance before fan boost feature enablmentEvan Quan1-0/+7
2019-08-30drm/amdgpu: Handle job is NULL use case in amdgpu_device_gpu_recoverAndrey Grodzovsky1-6/+4
2019-08-29drm/amdgpu: Enable DC on RenoirRoman Li1-0/+3
2019-08-29drm/amdgpu: introduce vram lost for reset (v2)Monk Liu1-2/+2
2019-08-15drm/amdgpu: Use new mode2 reset interface for RV.Andrey Grodzovsky1-0/+1
2019-08-12drm/amdgpu: add renoir support for gpu_info and ip block settingHuang Rui1-1/+7
2019-08-12drm/amdgpu: add renoir asic_type enumHuang Rui1-0/+1
2019-08-09drm/amdgpu: remove RREG64/WREG64Tao Zhou1-33/+0
2019-08-09drm/amdgpu: replace readq/writeq with atomic64 operationsTao Zhou1-6/+2
2019-08-06drm/amdgpu: Fix GPU reset crash regression.Andrey Grodzovsky1-0/+2
2019-08-06drm/amdgpu: Fix panic during gpu resetxinhui pan1-1/+1
2019-08-02drm/amdgpu: Add nv12 DC ip blockLeo Li1-0/+1
2019-08-02drm/amdgpu: set asic family and ip blocks for navi12Xiaojie Yuan1-0/+1
2019-08-02drm/amdgpu: add gpu_info firmware for navi12Xiaojie Yuan1-0/+4
2019-08-02drm/amdgpu: add navi12 asic typeXiaojie Yuan1-0/+1
2019-08-02drm/amdgpu: fix double ucode load by PSP(v3)Monk Liu1-21/+38
2019-08-02drm/amdgpu: cleanup vega10 SRIOV code pathMonk Liu1-3/+0
2019-07-31drm/amdgpu: add RREG64/WREG64(_PCIE) operationsTao Zhou1-0/+73
2019-07-31drm/amdgpu: put the SMC into the proper state on reset/unloadAlex Deucher1-0/+27
2019-07-18drm/amdgpu: add Arcturus gpu info firmwareLe Ma1-0/+4
2019-07-18drm/amdgpu: add to set Arcturus ip blocksLe Ma1-0/+1
2019-07-18drm/amdgpu: add Arcturus asic typeLe Ma1-0/+1
2019-07-18drm/amd/display: add dm blockBhawanpreet Lakha1-0/+1
2019-07-18drm/amdgpu: set asic family and ip blocks for navi14Xiaojie Yuan1-0/+1
2019-07-18drm/amdgpu: add gpu_info firmware for navi14Xiaojie Yuan1-0/+4
2019-07-18drm/amdgpu: add navi14 asic typeXiaojie Yuan1-0/+1
2019-07-10drm/amdgpu/psp: add a mutex to protect access to the psp ringAlex Deucher1-0/+1
2019-07-10drm/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-22drm/amd/display: Read soc_bounding_box from gpu_info (v2)Harry Wentland1-1/+9
2019-06-22drm/amdgpu: add to set navi ip blocksHuang Rui1-0/+8
2019-06-22drm/amdgpu: update golden setting programming logicHawking Zhang1-1/+4
2019-06-22drm/amdgpu/mes: enable mes on navi10 and later asicJack Xiao1-0/+3
2019-06-22drm/amdgpu/discovery: add module param for ip discovery enablementXiaojie Yuan1-0/+10
2019-06-22drm/amdgpu: add mcbp unit test in debugfs (v3)Jack Xiao1-0/+1