summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-09drm/amd/pm: unify the interface for gfx state settingEvan Quan3-13/+10
2021-04-09drm/amd/pm: unify the interface for power gatingEvan Quan3-15/+3
2021-04-09drm/amd/pm: fix missing static declarationsEvan Quan1-7/+7
2021-04-09drm/amd/pm: unify the interface for loading SMU microcodeEvan Quan4-34/+26
2021-04-09drm/amd/pm: no need to force MCLK to highest when no display connectedEvan Quan1-1/+2
2021-04-09drm/amdgpu: Fix build warningsLijo Lazar3-3/+3
2021-04-09drm/amdgpu: Enable recovery on aldebaranLijo Lazar1-0/+1
2021-04-09drm/amdgpu: Add mode2 reset support for aldebaranLijo Lazar5-2/+463
2021-04-09drm/amdgpu: Make set PG/CG state functions publicLijo Lazar2-3/+9
2021-04-09drm/amdgpu: Add PSP public function to load a list of FWsLijo Lazar2-0/+19
2021-04-09drm/amdgpu: Add reset control handling to reset workflowLijo Lazar3-39/+97
2021-04-09drm/amdgpu: Add reset control to amdgpu_deviceLijo Lazar4-0/+175
2021-04-09drm/amd/pm: Add support for reset completion on aldebaranLijo Lazar5-2/+36
2021-04-09drm/amd/pm: Add function to wait for smu eventsLijo Lazar2-1/+29
2021-04-09drm/amd/pm: Modify mode2 msg sequence on aldebaranLijo Lazar4-11/+61
2021-04-09drm/amd/amdgpu implement tdr advanced modeJack Zhang4-33/+156
2021-04-09drm/amdgpu: make BO type check less restrictiveNirmoy Das1-4/+4
2021-04-09drm/amdgpu: use amdgpu_bo_user bo for metadata and tiling flagNirmoy Das3-22/+35
2021-04-09drm/amdgpu: use amdgpu_bo_create_user() for when possibleNirmoy Das2-2/+6
2021-04-09drm/amdgpu: introduce struct amdgpu_bo_userNirmoy Das2-0/+42
2021-04-09drm/amdgpu: allow variable BO struct creationNirmoy Das9-2/+19
2021-04-09drm/amdgpu: load balance VCN3 decode as well v8Christian König1-2/+130
2021-04-09drm/amdgpu: share scheduler score on VCN3 instancesChristian König2-4/+8
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König33-99/+93
2021-04-09drm/amd/display: check fb of primary planeSefa Eyeoglu1-1/+2
2021-04-09drm/amd/display: Allow idle optimization based on vblank.Bindu Ramamurthy1-2/+7
2021-04-09drm/amd: Fix a typo in two different sentencesBhaskar Chowdhury1-2/+2
2021-04-09drm/amd/amdgpu/gfx_v7_0: Trivial typo fixesBhaskar Chowdhury1-11/+11
2021-04-09drm/radeon/r600_cs: Few typo fixesBhaskar Chowdhury1-3/+3
2021-04-09amdgpu: securedisplay: simplify i2c hexdump outputArnd Bergmann1-8/+3
2021-04-09drm/amdgpu: Ensure that the modifier requested is supported by plane.Mark Yacoub2-3/+28
2021-04-09drm/amd/pm: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-45/+45
2021-04-09drm/amdgpu: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao8-35/+29
2021-04-09drm/radeon/radeon_pm: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-19/+17
2021-04-09drm/amdgpu/pm: bail on sysfs/debugfs queries during platform suspendAlex Deucher1-0/+98
2021-04-09drm/amdgpu/pm: mark pcie link/speed arrays as constAlex Deucher4-8/+8
2021-04-09drm/amdgpu: remove irq_src->data handlingChristian König2-6/+0
2021-04-09drm/amd/display: Removing unused code from dmub_cmd.hAnson Jacob1-37/+0
2021-04-09drm/amdgpu: Fix check for RAS supportLuben Tuikov1-9/+6
2021-04-09drm/amd/display: Use appropriate DRM_DEBUG_... levelLuben Tuikov1-29/+28
2021-04-09drm/amdgpu: Set amdgpu.noretry=1 for ArcturusPhilip Cox1-0/+1
2021-04-09drm/amdgpu: added support for dynamic GECCJohn Clements1-0/+23
2021-04-09drm/amdgpu: update host to psp interfaceJohn Clements1-0/+25
2021-04-09drm/amd/pm: Update aldebaran pmfw interfaceLijo Lazar2-3/+10
2021-04-09drm/amdgpu: move vram recover into sriov full accessHorace Chen1-1/+1
2021-04-09drm/amd/pm: drop redundant and unneeded BACO APIs V2Evan Quan3-126/+3
2021-04-09drm/amd/pm: label these APIs used internally as staticEvan Quan7-136/+98
2021-04-09drm/amd/pm: make DAL communicate with SMU through unified interfacesEvan Quan4-125/+118
2021-04-09drm/amdgpu/display: fix memory leak for dimgrey cavefishAlex Deucher1-0/+3
2021-04-09amdgpu: fix gcc -Wrestrict warningArnd Bergmann1-1/+2