summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)Author
2025-08-28drm/amdgpu: handle the case of pci_channel_io_frozen only in amdgpu_pci_resumeGuchun Chen
2025-03-13drm/amdgpu: disable BAR resize on Dell G5 SEAlex Deucher
2025-03-13drm/amdgpu: Check extended configuration space register when system uses larg...Ma Jun
2024-12-14drm/amdgpu: skip amdgpu_device_cache_pci_state under sriovVictor Zhao
2024-02-23drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'Srinivasan Shanmugam
2023-11-28drm/amdgpu: Fix potential null pointer derefernceStanley.Yang
2023-09-19drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar()Arnd Bergmann
2023-01-14drm/amdgpu: fix pci device refcount leakYang Yingliang
2022-10-26Revert "drm/amdgpu: make sure to init common IP before gmc"Alex Deucher
2022-09-28drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOVJingwen Chen
2022-09-28drm/amdgpu: make sure to init common IP before gmcAlex Deucher
2022-09-28drm/amdgpu: Separate vf2pf work item init from virt data exchangeVictor Skvortsov
2022-09-28drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou
2021-12-14drm/amdkfd: fix boot failure when iommu is disabled in Picasso.Yifan Zhang
2021-12-14drm/amdgpu: init iommu after amdkfd device initYifan Zhang
2021-12-14drm/amdgpu: move iommu_resume before ip init/resumeJames Zhu
2021-09-03drm/amdgpu: Cancel delayed work when GFXOFF is disabledMichel Dänzer
2021-08-04drm/amdgpu: Fix resource leak on probe error pathJiri Kosina
2021-07-19drm/amd/amdgpu/sriov disable all ip hw status by defaultJack Zhang
2021-06-03drm/amd/amdgpu: fix a potential deadlock in gpu resetLang Yu
2021-05-11drm/amdgpu: Fix some unload driver issuesEmily Deng
2021-01-27drm/amdgpu: remove gpu info firmware of green sardineHuang Rui
2021-01-19drm/amdgpu: fix a GPU hang issue when remove deviceDennis Li
2021-01-19drm/amdgpu: fix DRM_INFO flood if display core is not supported (bug 210921)Alexandre Demers
2020-11-24drm/amd/amdgpu: fix null pointer in runtime pmKenneth Feng
2020-11-06Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-11-04drm/amdgpu: add green_sardine support for gpu_info and ip block setting (v2)Prike Liang
2020-10-28amdgpu: fix a few kernel-doc markup issuesMauro Carvalho Chehab
2020-10-28drm: amdgpu: kernel-doc: update some adev parametersMauro Carvalho Chehab
2020-10-21drm/amdgpu: correct the gpu reset handling for job != NULL caseEvan Quan
2020-10-09drm/amdgpu: prevent spurious warningAlex Deucher
2020-10-01drm/amdgpu: support indirect access reg outside of mmio bar (v2)Hawking Zhang
2020-10-01drm/amdgpu: add helper function for indirect reg access (v3)Hawking Zhang
2020-09-25drm/amdgpu: stop data_exchange work thread before resetTiecheng Zhou
2020-09-25drm/amdgpu: Implement new guest side VF2PF message transaction (v2)Bokun Zhang
2020-09-25drm/amdgpu: store noretry parameter per driver instanceAlex Deucher
2020-09-25drm/amdgpu: remove gpu_info fw support for sienna_cichlid etc.Jiansong Chen
2020-09-17drm/amdgpu: unmap register bar on device init failureAlex Deucher
2020-09-17drm/amdgpu: No sysfs, not an error conditionLuben Tuikov
2020-09-15drm/amdgpu: Minor checkpatch fixAndrey Grodzovsky
2020-09-15drm/amdgpu: Disable DPC for XGMI for now.Andrey Grodzovsky
2020-09-15drm/amdgpu: Trim amdgpu_pci_slot_reset by reusing code.Andrey Grodzovsky
2020-09-15drm/amdgpu: Fix consecutive DPC recovery failures.Andrey Grodzovsky
2020-09-15drm/amdgpu: Fix SMU error failureAndrey Grodzovsky
2020-09-15drm/amdgpu: Block all job scheduling activity during DPC recoveryAndrey Grodzovsky
2020-09-15drm/amdgpu: Avoid accessing HW when suspending SW stateAndrey Grodzovsky
2020-09-15drm/amdgpu: Implement DPC recoveryAndrey Grodzovsky
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie
2020-09-03drm/amdgpu: Remove superfluous NULL checkLuben Tuikov
2020-09-03drm/amdgpu: block ring buffer access during GPU recoveryDennis Li