summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+1
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds293-5299/+11455
2021-08-31Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-08-30Merge tag 'amd-drm-next-5.15-2021-08-27' of https://gitlab.freedesktop.org/ag...Dave Airlie52-255/+994
2021-08-29Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner1-1/+1
2021-08-26drm/amd/display: Move AllowDRAMSelfRefreshOrDRAMClockChangeInVblank to boundi...Nicholas Kazlauskas3-5/+8
2021-08-26drm/amd/display: Remove duplicate dml initAurabindo Pillai1-5/+0
2021-08-26drm/amd/display: Update bounding box states (v2)Jerry (Fangzhi) Zuo1-10/+31
2021-08-26drm/amd/display: Update number of DCN3 clock statesAurabindo Pillai1-0/+1
2021-08-26drm/amdgpu: disable GFX CGCG in aldebaranHawking Zhang1-2/+0
2021-08-26drm/amdgpu: Clear RAS interrupt status on aldebaranJohn Clements1-5/+29
2021-08-26drm/amdgpu: Add support for RAS XGMI err queryJohn Clements1-0/+65
2021-08-26drm/amdkfd: Account for SH/SE count when setting up cu masks.Sean Keely2-21/+64
2021-08-26Merge tag 'amd-drm-next-5.15-2021-08-20' of https://gitlab.freedesktop.org/ag...Dave Airlie114-1300/+2212
2021-08-26drm/amdgpu: rename amdgpu_bo_get_preferred_pin_domainYifan Zhang4-7/+7
2021-08-26drm/amdgpu: drop redundant cancel_delayed_work_sync callEvan Quan4-6/+0
2021-08-26drm/amdgpu: add missing cleanups for more ASICs on UVD/VCE suspendEvan Quan6-1/+144
2021-08-26drm/amdgpu: add missing cleanups for Polaris12 UVD/VCE on suspendEvan Quan2-0/+47
2021-08-24drm/amdkfd: map SVM range with correct access permissionPhilip Yang1-48/+86
2021-08-24drm/amdkfd: check access permisson to restore retry faultPhilip Yang6-8/+39
2021-08-24drm/amdgpu: Update RAS XGMI Error QueryJohn Clements1-1/+3
2021-08-24drm/amdgpu: Add driver infrastructure for MCA RASJohn Clements9-2/+388
2021-08-24drm/amd/display: Add Logging for HDMI color depth informationPraful Swarnakar1-0/+11
2021-08-24drm/amd/amdgpu: consolidate PSP TA init shared buf functionsCandice Li1-99/+43
2021-08-24drm/amd/amdgpu: add name field back to ras_common_ifCandice Li1-0/+1
2021-08-24drm/amdgpu: Fix build with missing pm_suspend_target_state module exportBorislav Petkov1-1/+1
2021-08-24drm/amdgpu: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-3/+3
2021-08-24drm/amdkfd: CWSR with sw scheduler on Aldebaran and ArcturusMukul Joshi4-2/+6
2021-08-24drm/amdgpu/OLAND: clip the ref divider max valueShashank Sharma3-9/+16
2021-08-24drm/amd/display: refactor riommu invalidation waEric Yang4-20/+1
2021-08-24drm/amdgpu: Fix build with missing pm_suspend_target_state module exportBorislav Petkov1-1/+1
2021-08-20drm/amdgpu: Cancel delayed work when GFXOFF is disabledMichel Dänzer2-17/+30
2021-08-20drm/amdgpu: use the preferred pin domain after the checkChristian König1-5/+5
2021-08-20drm/amdgpu: Cancel delayed work when GFXOFF is disabledMichel Dänzer2-17/+30
2021-08-20drm/amdgpu: use the preferred pin domain after the checkChristian König1-5/+5
2021-08-20drm/amd/pm: a quick fix for "divided by zero" errorEvan Quan2-9/+20
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-1/+0
2021-08-19drm/amd/display: Use DCN30 watermark calc for DCN301Zhan Liu1-95/+1
2021-08-19drm/amd/pm: Fix spelling mistake "firwmare" -> "firmware"Colin Ian King1-1/+1
2021-08-19drm/amd/amdgpu:flush ttm delayed work before cancel_syncYuBiao Wang1-1/+3
2021-08-19drm/amd: consolidate TA shared memory structuresCandice Li6-196/+168
2021-08-19drm/amdgpu: increase max xgmi physical node for aldebaranHawking Zhang1-3/+2
2021-08-19drm/amdgpu: disable BACO support for 699F:C7 polaris12 SKU temporarilyEvan Quan1-1/+8
2021-08-19drm/amd/display: Use DCN30 watermark calc for DCN301Zhan Liu1-95/+1
2021-08-19drm/amdgpu: correct MMSCH 1.0 versionZhigang Luo1-3/+1
2021-08-19drm/amdgpu: get extended xgmi topology dataJonathan Kim4-14/+145
2021-08-16drm/amd/display: 3.2.149Aric Cyr1-1/+1
2021-08-16drm/amd/display: [FW Promotion] Release 0.0.79Anthony Koo1-2/+12
2021-08-16drm/amd/display: Guard vblank wq flush with DCN guardsNicholas Kazlauskas1-0/+4