summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2022-02-09drm/amdgpu: Introduce reset domainAndrey Grodzovsky-1/+35
2022-02-08drm/amdgpu: use dma_fence_chain_containedChristian König-3/+2
2022-02-07drm/amdgpu: drop experimental flag on aldebaranAlex Deucher-4/+4
2022-02-07drm/amdgpu: reserve the pd while cleaning up PRTsChristian König-2/+4
2022-02-07drm/amdgpu: move lockdep assert to the right place.Christian König-2/+2
2022-02-07drm/amdgpu: check the GART table before invalidating TLBAaron Liu-0/+3
2022-02-07drm/amdgpu: add utcl2_harvest to gc 10.3.1Aaron Liu-1/+6
2022-02-07drm/amdgpu: fix list add issue in vram reserveTao Zhou-1/+1
2022-02-07Revert "drm/amdgpu: Add judgement to avoid infinite loop"yipechai-4/+0
2022-02-07drm/amdgpu: Fixed the defect of soft lock caused by infinite loopyipechai-7/+31
2022-02-07drm/amdgpu: Set FRU bus for Aldebaran and Vega 20Luben Tuikov-1/+2
2022-02-07drm/amdgpu: Fix recursive locking warningRajneesh Bhardwaj-1/+2
2022-02-07drm/amdgpu: Prevent random memory access in FRU codeLuben Tuikov-10/+12
2022-02-07drm/amdgpu: Don't offset by 2 in FRU EEPROMLuben Tuikov-9/+4
2022-02-07drm/amdgpu: Nerf "buff" to "buf"Luben Tuikov-14/+14
2022-02-07drm/amdkfd: CRIU Implement KFD resume ioctlRajneesh Bhardwaj-4/+55
2022-02-07drm/amdkfd: CRIU Implement KFD checkpoint ioctlRajneesh Bhardwaj-0/+34
2022-02-07drm/amdgpu: Print once if RAS unsupportedLuben Tuikov-8/+8
2022-02-07drm/amdgpu: rename amdgpu_vm_bo_rmv to _delChristian König-9/+9
2022-02-07drm/amdgpu: add some lockdep checks to the VM codeChristian König-0/+6
2022-02-07drm: Convert open-coded yes/no strings to yesno()Lucas De Marchi-1/+3
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-809/+1339
2022-02-02drm/amdgpu: fix logic inversion in checkChristian König-1/+1
2022-02-02drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabledMario Limonciello-2/+1
2022-02-02drm/amdgpu: fix a potential GPU hang on cyan skillfishLang Yu-0/+3
2022-02-02drm/amd: Only run s3 or s0ix if system is configured properlyMario Limonciello-0/+8
2022-02-02drm/amd: add support to check whether the system is set to s3Mario Limonciello-0/+15
2022-02-02drm/amdgpu: limit the number of dst address in traceSomalapuram Amaranath-4/+3
2022-02-02drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabledMario Limonciello-2/+1
2022-02-02drm/amdgpu: restructure amdgpu_fill_buffer v2Christian König-82/+105
2022-02-02drm/amdgpu: rework GART copy window handlingChristian König-25/+24
2022-02-02drm/amdgpu: lower BUG_ON into WARN_ON for AMDGPU_PL_PREEMPTChristian König-1/+3
2022-02-02drm/amdgpu: fix logic inversion in checkChristian König-1/+1
2022-02-02drm/amdgpu: drop flood print in rlcg reg access functionGuchun Chen-3/+0
2022-02-02drm/amdgpu: Fix uninitialized variable use warningLijo Lazar-0/+1
2022-02-02drm/amdgpu: Add judgement to avoid infinite loopyipechai-0/+4
2022-02-02drm/amdgpu: remove duplicate include in 'amdgpu_device.c'Changcheng Deng-1/+0
2022-02-02drm/amdgpu: fix a potential GPU hang on cyan skillfishLang Yu-0/+3
2022-02-02drm/amd: Only run s3 or s0ix if system is configured properlyMario Limonciello-0/+8
2022-02-02drm/amd: add support to check whether the system is set to s3Mario Limonciello-0/+15
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-26/+26
2022-01-31drm/amd: Warn users about potential s0ix problemsMario Limonciello-7/+25
2022-01-31drm/amd: Warn users about potential s0ix problemsMario Limonciello-7/+25
2022-01-31drm: introduce fb_modifiers_not_supported flag in mode_configTomohito Esaki-3/+10
2022-01-27drm/amdgpu: Wrong order for config and counter_id parametershuangqu-3/+3
2022-01-27drm/amd/amdgpu: fix spelling mistake "disbale" -> "disable"tangmeng-1/+1
2022-01-27drm/amdgpu: bump driver version for new CTX OP to set/get stable pstatesAlex Deucher-1/+2
2022-01-27drm/amdgpu/UAPI: add new CTX OP to get/set stable pstatesAlex Deucher-2/+129
2022-01-27drm/amd: Enable FRU EEPROM for Sienna CichlidLuben Tuikov-1/+7
2022-01-27drm/amd: Expose the FRU SMU I2C busLuben Tuikov-40/+66