aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2019-10-25drm/amdgpu: Move amdgpu_ras_recovery_init to after SMU ready.Andrey Grodzovsky2-11/+13
2019-10-25drm/amdgpu: Use ARCTURUS in RAS EEPROM.Andrey Grodzovsky1-1/+8
2019-10-25drm/amdgpu: remove unused parameter in amdgpu_gfx_kiq_free_ringNirmoy Das5-7/+5
2019-10-25drm/amdgpu/vcn: Enable VCN2.5 encodingJames Zhu1-3/+0
2019-10-25drm/amdgpu/sdma5: do not execute 0-sized IBs (v2)Pelloux-prayer, Pierre-eric1-0/+1
2019-10-25drm/amdgpu: Fix SDMA hang when performing VKexample testchen gong1-0/+1
2019-10-25drm/amdgpu: define macros for retire page reservationGuchun Chen1-6/+11
2019-10-25drm/amdgpu: refine reboot debugfs operation in ras case (v3)Guchun Chen1-7/+12
2019-10-25drm/amd/powerplay: add lock protection for swSMU APIs V2Evan Quan3-19/+16
2019-10-25drm/amdgpu/psp: fix spelling mistake "initliaze" -> "initialize"Colin Ian King1-1/+1
2019-10-25drm/amdgpu/psp11: fix typo in commentXiaojie Yuan1-1/+1
2019-10-25drm/amdgpu/psp11: wait for sOS ready for ring creationXiaojie Yuan1-0/+8
2019-10-25drm/amdgpu: call amdgpu_vm_prt_fini before deleting the root PDPelloux-prayer, Pierre-eric1-9/+10
2019-10-25drm/amdgpu/vce: make some functions staticAlex Deucher2-10/+10
2019-10-25drm/amdgpu/vce: fix allocation size in enc ring testAlex Deucher2-5/+16
2019-10-25drm/amdgpu/psp: declare PSP TA firmwarechen gong1-0/+3
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie114-2843/+4323
2019-10-25drm/ttm: remove pointers to globalsChristian König2-6/+5
2019-10-25drm/ttm: always keep BOs on the LRUChristian König4-9/+8
2019-10-23Merge drm/drm-next into drm-misc-nextSean Paul11-65/+91
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter4-43/+43
2019-10-17drm/amdgpu/vce: fix allocation size in enc ring testAlex Deucher2-5/+16
2019-10-17drm/amdgpu: fix error handling in amdgpu_bo_list_createChristian König1-1/+6
2019-10-17drm/amdgpu: fix potential VM faultsChristian König1-1/+2
2019-10-17drm/amdgpu: user pages array memory leak fixPhilip Yang1-6/+2
2019-10-17drm/amdgpu/vcn: fix allocation size in enc ring testAlex Deucher1-12/+23
2019-10-17drm/amdgpu/uvd7: fix allocation size in enc ring test (v2)Alex Deucher1-11/+22
2019-10-17drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)Alex Deucher1-10/+21
2019-10-17drm/amdgpu: fix amdgpu trace event print string format errorKevin Wang1-9/+9
2019-10-17drm/amdgpu/psp: add psp memory training implementation(v3)Tianci.Yin3-0/+171
2019-10-17drm/amdgpu: reserve vram for memory training(v4)Tianci.Yin1-0/+91
2019-10-17drm/amdgpu: add psp memory training callbacks and macroTianci.Yin2-0/+73
2019-10-17drm/amdgpu/atomfirmware: add memory training related helper functions(v3)Tianci.Yin4-0/+150
2019-10-17drm/amdgpu: introduce psp_v11_0_is_sos_alive interface(v2)Tianci.Yin1-9/+13
2019-10-17drm/amdgpu: add a generic fb accessing helper function(v3)Tianci.Yin3-11/+33
2019-10-17drm/amdgpu: update amdgpu_discovery to handle revisionTianci.Yin2-2/+4
2019-10-17drm/amdgpu/vcn: fix allocation size in enc ring testAlex Deucher1-12/+23
2019-10-17drm/amdgpu/uvd7: fix allocation size in enc ring test (v2)Alex Deucher1-11/+22
2019-10-17drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)Alex Deucher1-10/+21
2019-10-17drm/amdgpu: fix S3 failed as RLC safe mode entry stucked in polloing gfx acqPrike Liang1-5/+0
2019-10-17drm/amdgpu: add GFX_PIPELINE capacity check for updating gfx cgpgPrike Liang1-1/+2
2019-10-17drm/ttm: rename ttm_fbdev_mmapGerd Hoffmann1-1/+4
2019-10-15drm/amdgpu: enable BACO reset for SMU7 based dGPUs (v2)Alex Deucher4-10/+128
2019-10-15drm/amdgpu/soc15: add support for baco reset with swSMUAlex Deucher1-20/+35
2019-10-15drm/amdgpu: remove in_baco_reset hackAlex Deucher2-4/+0
2019-10-15drm/amdgpu: simplify ATPX detectionAlex Deucher1-11/+1
2019-10-15drm/amdgpu: move gpu reset out of amdgpu_device_suspendAlex Deucher2-5/+6
2019-10-15drm/amdgpu: move pci_save_state into suspend pathAlex Deucher1-1/+1
2019-10-15dmr/amdgpu: Fix crash on SRIOV for ERREVENT_ATHUB_INTERRUPT interrupt.Andrey Grodzovsky1-0/+6
2019-10-15drm/amdgpu: user pages array memory leak fixPhilip Yang1-6/+2