aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2022-02-09drm/amdgpu: Rework reset domain to be refcounted.Andrey Grodzovsky9-34/+140
2022-02-09drm/amdgpu: Drop concurrent GPU reset protection for deviceAndrey Grodzovsky1-82/+7
2022-02-09drm/amdgpu: Drop hive->in_resetAndrey Grodzovsky3-20/+1
2022-02-09drm/amd/virt: For SRIOV send GPU reset directly to TDR queue.Andrey Grodzovsky3-9/+18
2022-02-09drm/amdgpu: Serialize non TDR gpu recovery with TDRsAndrey Grodzovsky3-2/+35
2022-02-09drm/amdgpu: Move scheduler init to after XGMI is readyAndrey Grodzovsky4-43/+56
2022-02-09drm/amdgpu: Introduce reset domainAndrey Grodzovsky4-1/+35
2022-02-08drm/amdgpu: use dma_fence_chain_containedChristian König1-3/+2
2022-02-07drm/amdgpu: drop experimental flag on aldebaranAlex Deucher1-4/+4
2022-02-07drm/amdgpu: reserve the pd while cleaning up PRTsChristian König1-2/+4
2022-02-07drm/amdgpu: move lockdep assert to the right place.Christian König1-2/+2
2022-02-07drm/amdgpu: check the GART table before invalidating TLBAaron Liu1-0/+3
2022-02-07drm/amdgpu: add utcl2_harvest to gc 10.3.1Aaron Liu1-1/+6
2022-02-07drm/amdgpu: fix list add issue in vram reserveTao Zhou1-1/+1
2022-02-07Revert "drm/amdgpu: Add judgement to avoid infinite loop"yipechai1-4/+0
2022-02-07drm/amdgpu: Fixed the defect of soft lock caused by infinite loopyipechai2-7/+31
2022-02-07drm/amdgpu: Set FRU bus for Aldebaran and Vega 20Luben Tuikov1-1/+2
2022-02-07drm/amdgpu: Fix recursive locking warningRajneesh Bhardwaj1-1/+2
2022-02-07drm/amdgpu: Prevent random memory access in FRU codeLuben Tuikov1-10/+12
2022-02-07drm/amdgpu: Don't offset by 2 in FRU EEPROMLuben Tuikov1-9/+4
2022-02-07drm/amdgpu: Nerf "buff" to "buf"Luben Tuikov1-14/+14
2022-02-07drm/amdkfd: CRIU Implement KFD resume ioctlRajneesh Bhardwaj2-4/+55
2022-02-07drm/amdkfd: CRIU Implement KFD checkpoint ioctlRajneesh Bhardwaj4-0/+34
2022-02-07drm/amdgpu: Print once if RAS unsupportedLuben Tuikov1-8/+8
2022-02-07drm/amdgpu: rename amdgpu_vm_bo_rmv to _delChristian König6-9/+9
2022-02-07drm/amdgpu: add some lockdep checks to the VM codeChristian König1-0/+6
2022-02-07drm: Convert open-coded yes/no strings to yesno()Lucas De Marchi1-1/+3
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst79-809/+1339
2022-02-02drm/amdgpu: fix logic inversion in checkChristian König1-1/+1
2022-02-02drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabledMario Limonciello1-2/+1
2022-02-02drm/amdgpu: fix a potential GPU hang on cyan skillfishLang Yu1-0/+3
2022-02-02drm/amd: Only run s3 or s0ix if system is configured properlyMario Limonciello1-0/+8
2022-02-02drm/amd: add support to check whether the system is set to s3Mario Limonciello2-0/+15
2022-02-02drm/amdgpu: limit the number of dst address in traceSomalapuram Amaranath2-4/+3
2022-02-02drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabledMario Limonciello1-2/+1
2022-02-02drm/amdgpu: restructure amdgpu_fill_buffer v2Christian König1-82/+105
2022-02-02drm/amdgpu: rework GART copy window handlingChristian König1-25/+24
2022-02-02drm/amdgpu: lower BUG_ON into WARN_ON for AMDGPU_PL_PREEMPTChristian König1-1/+3
2022-02-02drm/amdgpu: fix logic inversion in checkChristian König1-1/+1
2022-02-02drm/amdgpu: drop flood print in rlcg reg access functionGuchun Chen1-3/+0
2022-02-02drm/amdgpu: Fix uninitialized variable use warningLijo Lazar1-0/+1
2022-02-02drm/amdgpu: Add judgement to avoid infinite loopyipechai1-0/+4
2022-02-02drm/amdgpu: remove duplicate include in 'amdgpu_device.c'Changcheng Deng1-1/+0
2022-02-02drm/amdgpu: fix a potential GPU hang on cyan skillfishLang Yu1-0/+3
2022-02-02drm/amd: Only run s3 or s0ix if system is configured properlyMario Limonciello1-0/+8
2022-02-02drm/amd: add support to check whether the system is set to s3Mario Limonciello2-0/+15
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie11-26/+26
2022-01-31drm/amd: Warn users about potential s0ix problemsMario Limonciello2-7/+25
2022-01-31drm/amd: Warn users about potential s0ix problemsMario Limonciello2-7/+25
2022-01-31drm: introduce fb_modifiers_not_supported flag in mode_configTomohito Esaki5-3/+10