summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorLines
2020-11-24drm/amd/amdgpu: fix null pointer in runtime pmKenneth Feng-2/+2
2020-11-06Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1/+5
2020-11-04drm/amdgpu: add green_sardine support for gpu_info and ip block setting (v2)Prike Liang-1/+5
2020-10-28amdgpu: fix a few kernel-doc markup issuesMauro Carvalho Chehab-3/+5
2020-10-28drm: amdgpu: kernel-doc: update some adev parametersMauro Carvalho Chehab-14/+14
2020-10-21drm/amdgpu: correct the gpu reset handling for job != NULL caseEvan Quan-1/+1
2020-10-09drm/amdgpu: prevent spurious warningAlex Deucher-1/+3
2020-10-01drm/amdgpu: support indirect access reg outside of mmio bar (v2)Hawking Zhang-57/+38
2020-10-01drm/amdgpu: add helper function for indirect reg access (v3)Hawking Zhang-0/+129
2020-09-25drm/amdgpu: stop data_exchange work thread before resetTiecheng Zhou-0/+5
2020-09-25drm/amdgpu: Implement new guest side VF2PF message transaction (v2)Bokun Zhang-1/+3
2020-09-25drm/amdgpu: store noretry parameter per driver instanceAlex Deucher-0/+2
2020-09-25drm/amdgpu: remove gpu_info fw support for sienna_cichlid etc.Jiansong Chen-8/+2
2020-09-17drm/amdgpu: unmap register bar on device init failureAlex Deucher-2/+6
2020-09-17drm/amdgpu: No sysfs, not an error conditionLuben Tuikov-3/+1
2020-09-15drm/amdgpu: Minor checkpatch fixAndrey Grodzovsky-2/+4
2020-09-15drm/amdgpu: Disable DPC for XGMI for now.Andrey Grodzovsky-0/+5
2020-09-15drm/amdgpu: Trim amdgpu_pci_slot_reset by reusing code.Andrey Grodzovsky-61/+12
2020-09-15drm/amdgpu: Fix consecutive DPC recovery failures.Andrey Grodzovsky-3/+59
2020-09-15drm/amdgpu: Fix SMU error failureAndrey Grodzovsky-2/+20
2020-09-15drm/amdgpu: Block all job scheduling activity during DPC recoveryAndrey Grodzovsky-4/+53
2020-09-15drm/amdgpu: Avoid accessing HW when suspending SW stateAndrey Grodzovsky-0/+38
2020-09-15drm/amdgpu: Implement DPC recoveryAndrey Grodzovsky-0/+161
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie-103/+184
2020-09-03drm/amdgpu: Remove superfluous NULL checkLuben Tuikov-3/+0
2020-09-03drm/amdgpu: block ring buffer access during GPU recoveryDennis Li-4/+13
2020-08-28drm/amdgpu: fix compiler warningsNirmoy Das-4/+4
2020-08-27drm/amdgpu: simplify hw status clear/set logicJiawei-7/+6
2020-08-26drm/amdgpu: report DC not supported if virtual display is enabled (v2)Alex Deucher-1/+1
2020-08-26drm/amdgpu: add a wrapper for atom asic_initAlex Deucher-3/+17
2020-08-26drm/amdgpu: Embed drm_device into amdgpu_device (v3)Luben Tuikov-10/+5
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov-13/+13
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov-10/+10
2020-08-24drm/amdgpu: annotate a false positive recursive lockingDennis Li-3/+8
2020-08-24drm/amdgpu: refine create and release logic of hive infoDennis Li-2/+5
2020-08-24drm/amdgpu: refine message print for devices of hiveDennis Li-16/+16
2020-08-24drm/amdgpu: fix the nullptr issue when reenter GPU recoveryDennis Li-2/+3
2020-08-24drm/amdgpu: change reset lock from mutex to rw_semaphoreDennis Li-3/+3
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li-18/+19
2020-08-18drm/amdgpu: Fix repeatly flr issuejqdeng-0/+28
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König-33/+24
2020-08-14drm/amd/powerplay: optimize the interface for mgpu fan boost enablementEvan Quan-3/+1
2020-08-14drm/amdgpu: annotate a false positive recursive lockingDennis Li-3/+7
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann-117/+162
2020-08-06drm/amdgpu: fix PSP autoload twice in FLRLiu ChengZhe-1/+3
2020-08-06drm/amdgpu: fix spelling mistake "paramter" -> "parameter"Colin Ian King-1/+1
2020-08-06drm/amdgfx/ttm: use wrapper to get ttm memory managersDave Airlie-3/+2
2020-08-04drm/amdgpu: move IP discovery data to mmanAlex Deucher-2/+2
2020-08-04drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v5)Monk Liu-0/+5
2020-08-04drm/amdgpu: break GPU recovery once it's in bad state(v4)Guchun Chen-3/+17