summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-28drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOVJingwen Chen1-1/+1
2022-09-28drm/amdgpu: make sure to init common IP before gmcAlex Deucher1-3/+11
2022-09-28drm/amdgpu: Separate vf2pf work item init from virt data exchangeVictor Skvortsov1-1/+5
2022-09-28drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou1-0/+5
2021-12-14drm/amdkfd: fix boot failure when iommu is disabled in Picasso.Yifan Zhang1-4/+0
2021-12-14drm/amdgpu: init iommu after amdkfd device initYifan Zhang1-4/+4
2021-12-14drm/amdgpu: move iommu_resume before ip init/resumeJames Zhu1-0/+12
2021-09-03drm/amdgpu: Cancel delayed work when GFXOFF is disabledMichel Dänzer1-6/+5
2021-08-04drm/amdgpu: Fix resource leak on probe error pathJiri Kosina1-6/+2
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-05-11drm/amdgpu: Fix some unload driver issuesEmily Deng1-0/+1
2021-01-27drm/amdgpu: remove gpu info firmware of green sardineHuang Rui1-1/+0
2021-01-19drm/amdgpu: fix a GPU hang issue when remove deviceDennis Li1-2/+2
2021-01-19drm/amdgpu: fix DRM_INFO flood if display core is not supported (bug 210921)Alexandre Demers1-1/+1
2020-11-24drm/amd/amdgpu: fix null pointer in runtime pmKenneth Feng1-2/+2
2020-11-06Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+5
2020-11-04drm/amdgpu: add green_sardine support for gpu_info and ip block setting (v2)Prike Liang1-1/+5
2020-10-28amdgpu: fix a few kernel-doc markup issuesMauro Carvalho Chehab1-3/+5
2020-10-28drm: amdgpu: kernel-doc: update some adev parametersMauro Carvalho Chehab1-14/+14
2020-10-22drm/amdgpu: correct the gpu reset handling for job != NULL caseEvan Quan1-1/+1
2020-10-09drm/amdgpu: prevent spurious warningAlex Deucher1-1/+3
2020-10-01drm/amdgpu: support indirect access reg outside of mmio bar (v2)Hawking Zhang1-57/+38
2020-10-01drm/amdgpu: add helper function for indirect reg access (v3)Hawking Zhang1-0/+129
2020-09-26drm/amdgpu: stop data_exchange work thread before resetTiecheng Zhou1-0/+5
2020-09-26drm/amdgpu: Implement new guest side VF2PF message transaction (v2)Bokun Zhang1-1/+3
2020-09-25drm/amdgpu: store noretry parameter per driver instanceAlex Deucher1-0/+2
2020-09-25drm/amdgpu: remove gpu_info fw support for sienna_cichlid etc.Jiansong Chen1-8/+2
2020-09-18drm/amdgpu: unmap register bar on device init failureAlex Deucher1-2/+6
2020-09-18drm/amdgpu: No sysfs, not an error conditionLuben Tuikov1-3/+1
2020-09-16drm/amdgpu: Minor checkpatch fixAndrey Grodzovsky1-2/+4
2020-09-16drm/amdgpu: Disable DPC for XGMI for now.Andrey Grodzovsky1-0/+5
2020-09-16drm/amdgpu: Trim amdgpu_pci_slot_reset by reusing code.Andrey Grodzovsky1-61/+12
2020-09-16drm/amdgpu: Fix consecutive DPC recovery failures.Andrey Grodzovsky1-3/+59
2020-09-16drm/amdgpu: Fix SMU error failureAndrey Grodzovsky1-2/+20
2020-09-16drm/amdgpu: Block all job scheduling activity during DPC recoveryAndrey Grodzovsky1-4/+53
2020-09-16drm/amdgpu: Avoid accessing HW when suspending SW stateAndrey Grodzovsky1-0/+38
2020-09-16drm/amdgpu: Implement DPC recoveryAndrey Grodzovsky1-0/+161
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie1-103/+184
2020-09-03drm/amdgpu: Remove superfluous NULL checkLuben Tuikov1-3/+0
2020-09-03drm/amdgpu: block ring buffer access during GPU recoveryDennis Li1-4/+13
2020-08-28drm/amdgpu: fix compiler warningsNirmoy Das1-4/+4
2020-08-27drm/amdgpu: simplify hw status clear/set logicJiawei1-7/+6
2020-08-26drm/amdgpu: report DC not supported if virtual display is enabled (v2)Alex Deucher1-1/+1
2020-08-26drm/amdgpu: add a wrapper for atom asic_initAlex Deucher1-3/+17
2020-08-26drm/amdgpu: Embed drm_device into amdgpu_device (v3)Luben Tuikov1-10/+5
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov1-13/+13
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-10/+10
2020-08-24drm/amdgpu: annotate a false positive recursive lockingDennis Li1-3/+8
2020-08-24drm/amdgpu: refine create and release logic of hive infoDennis Li1-2/+5