aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Cancel delayed work when GFXOFF is disabledMichel Dänzer2021-09-031-6/+5
* drm/amdgpu: Fix resource leak on probe error pathJiri Kosina2021-08-041-6/+2
* drm/amd/amdgpu/sriov disable all ip hw status by defaultJack Zhang2021-07-191-1/+1
* drm/amd/amdgpu: fix a potential deadlock in gpu resetLang Yu2021-06-031-1/+0
* drm/amdgpu: Fix some unload driver issuesEmily Deng2021-05-111-0/+1
* drm/amdgpu: remove gpu info firmware of green sardineHuang Rui2021-01-271-1/+0
* drm/amdgpu: fix a GPU hang issue when remove deviceDennis Li2021-01-191-2/+2
* drm/amdgpu: fix DRM_INFO flood if display core is not supported (bug 210921)Alexandre Demers2021-01-191-1/+1
* drm/amd/amdgpu: fix null pointer in runtime pmKenneth Feng2020-11-241-2/+2
* Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-11-061-1/+5
|\
| * drm/amdgpu: add green_sardine support for gpu_info and ip block setting (v2)Prike Liang2020-11-041-1/+5
* | amdgpu: fix a few kernel-doc markup issuesMauro Carvalho Chehab2020-10-281-3/+5
* | drm: amdgpu: kernel-doc: update some adev parametersMauro Carvalho Chehab2020-10-281-14/+14
|/
* drm/amdgpu: correct the gpu reset handling for job != NULL caseEvan Quan2020-10-211-1/+1
* drm/amdgpu: prevent spurious warningAlex Deucher2020-10-091-1/+3
* drm/amdgpu: support indirect access reg outside of mmio bar (v2)Hawking Zhang2020-10-011-57/+38
* drm/amdgpu: add helper function for indirect reg access (v3)Hawking Zhang2020-10-011-0/+129
* drm/amdgpu: stop data_exchange work thread before resetTiecheng Zhou2020-09-251-0/+5
* drm/amdgpu: Implement new guest side VF2PF message transaction (v2)Bokun Zhang2020-09-251-1/+3
* drm/amdgpu: store noretry parameter per driver instanceAlex Deucher2020-09-251-0/+2
* drm/amdgpu: remove gpu_info fw support for sienna_cichlid etc.Jiansong Chen2020-09-251-8/+2
* drm/amdgpu: unmap register bar on device init failureAlex Deucher2020-09-171-2/+6
* drm/amdgpu: No sysfs, not an error conditionLuben Tuikov2020-09-171-3/+1
* drm/amdgpu: Minor checkpatch fixAndrey Grodzovsky2020-09-151-2/+4
* drm/amdgpu: Disable DPC for XGMI for now.Andrey Grodzovsky2020-09-151-0/+5
* drm/amdgpu: Trim amdgpu_pci_slot_reset by reusing code.Andrey Grodzovsky2020-09-151-61/+12
* drm/amdgpu: Fix consecutive DPC recovery failures.Andrey Grodzovsky2020-09-151-3/+59
* drm/amdgpu: Fix SMU error failureAndrey Grodzovsky2020-09-151-2/+20
* drm/amdgpu: Block all job scheduling activity during DPC recoveryAndrey Grodzovsky2020-09-151-4/+53
* drm/amdgpu: Avoid accessing HW when suspending SW stateAndrey Grodzovsky2020-09-151-0/+38
* drm/amdgpu: Implement DPC recoveryAndrey Grodzovsky2020-09-151-0/+161
* Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie2020-09-081-103/+184
|\
| * drm/amdgpu: Remove superfluous NULL checkLuben Tuikov2020-09-031-3/+0
| * drm/amdgpu: block ring buffer access during GPU recoveryDennis Li2020-09-031-4/+13
| * drm/amdgpu: fix compiler warningsNirmoy Das2020-08-281-4/+4
| * drm/amdgpu: simplify hw status clear/set logicJiawei2020-08-271-7/+6
| * drm/amdgpu: report DC not supported if virtual display is enabled (v2)Alex Deucher2020-08-261-1/+1
| * drm/amdgpu: add a wrapper for atom asic_initAlex Deucher2020-08-261-3/+17
| * drm/amdgpu: Embed drm_device into amdgpu_device (v3)Luben Tuikov2020-08-261-10/+5
| * drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov2020-08-241-13/+13
| * drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov2020-08-241-10/+10
| * drm/amdgpu: annotate a false positive recursive lockingDennis Li2020-08-241-3/+8
| * drm/amdgpu: refine create and release logic of hive infoDennis Li2020-08-241-2/+5
| * drm/amdgpu: refine message print for devices of hiveDennis Li2020-08-241-16/+16
| * drm/amdgpu: fix the nullptr issue when reenter GPU recoveryDennis Li2020-08-241-2/+3
| * drm/amdgpu: change reset lock from mutex to rw_semaphoreDennis Li2020-08-241-3/+3
| * drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li2020-08-241-18/+19
| * drm/amdgpu: Fix repeatly flr issuejqdeng2020-08-181-0/+28
| * drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König2020-08-141-33/+24
| * drm/amd/powerplay: optimize the interface for mgpu fan boost enablementEvan Quan2020-08-141-3/+1