summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2021-10-20drm/amdgpu: support B0&B1 external revision id for yellow carpAaron Liu-1/+1
2021-10-05drm/amdgpu: handle the case of pci_channel_io_frozen only in amdgpu_pci_resumeGuchun Chen-0/+7
2021-10-05drm/amdgpu: init iommu after amdkfd device initYifan Zhang-4/+4
2021-10-05drm/amdgpu: During s0ix don't wait to signal GFXOFFLijo Lazar-2/+12
2021-10-05drm/amdkfd: fix a potential ttm->sg memory leakLang Yu-0/+1
2021-09-28drm/amdgpu: force exit gfxoff on sdma resume for rmb s0ixPrike Liang-0/+8
2021-09-28drm/amdgpu: check tiling flags when creating FB on GFX8-Simon Ser-0/+31
2021-09-28drm/amdgpu: correct initial cp_hqd_quantum for gfx9Hawking Zhang-1/+1
2021-09-28drm/amdgpu: fix gart.bo pin_count leakLeslie Shi-2/+4
2021-09-16drm/amdgpu: Demote TMZ unsupported log message from warning to infoPaul Menzel-1/+1
2021-09-16drm/amdgpu: Drop inline from amdgpu_ras_eeprom_max_record_countMichel Dänzer-2/+2
2021-09-16drm/amdgpu: move iommu_resume before ip init/resumeJames Zhu-0/+12
2021-09-16drm/amdgpu: add amdgpu_amdkfd_resume_iommuJames Zhu-0/+11
2021-09-16drm/amdkfd: separate kfd_iommu_resume from kfd_resumeJames Zhu-0/+6
2021-09-14drm/amdgpu: use IS_ERR for debugfs APIsNirmoy Das-8/+6
2021-09-14drm/amdgpu: fix use after free during BO moveChristian König-9/+9
2021-09-14drm/amd/amdgpu: Increase HWIP_MAX_INSTANCE to 10Ernst Sjöstrand-1/+1
2021-09-10Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-71/+130
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-2836/+5435
2021-08-31drm/amdgpu: fix fdinfo race with process exitPhilip Yang-2/+9
2021-08-31drm/amdgpu: Fix a deadlock if previous GEM object allocation failsxinhui pan-13/+10
2021-08-31drm/amdgpu: stop scheduler when calling hw_fini (v2)Guchun Chen-0/+8
2021-08-31drm/amdgpu: Clear RAS interrupt status on aldebaranJohn Clements-5/+25
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2021-08-30drm/amdgpu: show both cmd id and name when psp cmd failedLang Yu-4/+4
2021-08-30drm/amdgpu: Enable S/G for Yellow CarpNicholas Kazlauskas-0/+1
2021-08-30drm/amdgpu: reenable BACO support for 699F:C7 polaris12 SKUEvan Quan-8/+1
2021-08-30drm/amd/amdgpu: Add ready_to_reset resp for vega10YuBiao Wang-0/+3
2021-08-30drm/amdgpu: add some additional RDNA2 PCI IDsAlex Deucher-0/+17
2021-08-30drm/amdgpu: correct comments in memory type managersYifan Zhang-5/+5
2021-08-30drm/amdgpu: Process any VBIOS RAS EEPROM addressLuben Tuikov-12/+13
2021-08-30drm/amdgpu: Fixes to returning VBIOS RAS EEPROM addressLuben Tuikov-17/+33
2021-08-30Merge tag 'amd-drm-next-5.15-2021-08-27' of https://gitlab.freedesktop.org/ag...Dave Airlie-143/+761
2021-08-29Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-1/+1
2021-08-26drm/amdgpu: disable GFX CGCG in aldebaranHawking Zhang-2/+0
2021-08-26drm/amdgpu: Clear RAS interrupt status on aldebaranJohn Clements-5/+29
2021-08-26drm/amdgpu: Add support for RAS XGMI err queryJohn Clements-0/+65
2021-08-26Merge tag 'amd-drm-next-5.15-2021-08-20' of https://gitlab.freedesktop.org/ag...Dave Airlie-439/+716
2021-08-25drm/amdgpu: rename amdgpu_bo_get_preferred_pin_domainYifan Zhang-7/+7
2021-08-25drm/amdgpu: drop redundant cancel_delayed_work_sync callEvan Quan-6/+0
2021-08-25drm/amdgpu: add missing cleanups for more ASICs on UVD/VCE suspendEvan Quan-1/+144
2021-08-25drm/amdgpu: add missing cleanups for Polaris12 UVD/VCE on suspendEvan Quan-0/+47
2021-08-24drm/amdkfd: check access permisson to restore retry faultPhilip Yang-5/+8
2021-08-24drm/amdgpu: Update RAS XGMI Error QueryJohn Clements-1/+3
2021-08-24drm/amdgpu: Add driver infrastructure for MCA RASJohn Clements-2/+388
2021-08-24drm/amd/amdgpu: consolidate PSP TA init shared buf functionsCandice Li-99/+43
2021-08-24drm/amd/amdgpu: add name field back to ras_common_ifCandice Li-0/+1
2021-08-24drm/amdgpu: Fix build with missing pm_suspend_target_state module exportBorislav Petkov-1/+1
2021-08-24drm/amdgpu: switch from 'pci_' to 'dma_' APIChristophe JAILLET-3/+3
2021-08-24drm/amdkfd: CWSR with sw scheduler on Aldebaran and ArcturusMukul Joshi-2/+6