summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2018-08-27drm/amdgpu: fix holding mn_lock while allocating memoryChristian König1-12/+19
2018-08-27drm/amdgpu: amdgpu_ctx_add_fence can't failChristian König3-17/+7
2018-08-27drm/amdgpu: Change kiq ring initialize sequence on gfx9Rex Zhu1-14/+24
2018-08-27drm/amdgpu: Change kiq initialize/reset sequence on gfx8Rex Zhu1-19/+30
2018-08-27drm/amdgpu: Refine gfx_v9_0_kcq_disable functionRex Zhu1-17/+16
2018-08-27drm/amdgpu: Remove duplicate code in gfx_v9_0.cRex Zhu1-60/+12
2018-08-27drm/amdgpu: Refine gfx_v8_0_kcq_disable functionRex Zhu1-14/+15
2018-08-27drm/amdgpu: Remove duplicate code in gfx_v8_0.cRex Zhu1-67/+13
2018-08-27drm/amdgpu: Remove dead code in amdgpu_pm.cRex Zhu1-35/+0
2018-08-27drm/amdgpu: Power on uvd block when hw_finiRex Zhu1-2/+2
2018-08-27drm/amdgpu: Update power state at the end of smu hw_init.Rex Zhu2-5/+2
2018-08-27drm/amdgpu: Fix vce initialize failed on Kaveri/MullinsRex Zhu1-15/+26
2018-08-27drm/amdgpu: Remove duplicated power source updateRex Zhu1-8/+0
2018-08-27drm/amdgpu: Enable/disable gfx PG feature in rlc safe modeRex Zhu1-1/+10
2018-08-27drm/amdgpu: Adjust the VM size based on system memory size v2Felix Kuehling2-5/+29
2018-08-27drm/amdgpu: implement soft_recovery for GFX9Christian König1-0/+13
2018-08-27drm/amdgpu: implement soft_recovery for GFX8 v2Christian König1-0/+13
2018-08-27drm/amdgpu: implement soft_recovery for GFX7Christian König1-0/+13
2018-08-27drm/amdgpu: add ring soft recovery v4Christian König3-0/+35
2018-08-27drm/amdgpu: Remove duplicated power source updateRex Zhu1-8/+0
2018-08-27drm/amdgpu: fix holding mn_lock while allocating memoryChristian König1-12/+19
2018-08-27drm/amdgpu: Power on uvd block when hw_finiRex Zhu1-2/+2
2018-08-27drm/amdgpu: Update power state at the end of smu hw_init.Rex Zhu2-5/+2
2018-08-27drm/amdgpu: Fix vce initialize failed on Kaveri/MullinsRex Zhu1-15/+26
2018-08-27drm/amdgpu: Enable/disable gfx PG feature in rlc safe modeRex Zhu1-1/+10
2018-08-27drm/amdgpu: Adjust the VM size based on system memory size v2Felix Kuehling2-5/+29
2018-08-27drm/amdgpu: move PD/PT bos on LRU againHuang Rui1-1/+1
2018-08-27drm/amdgpu: use bulk moves for efficient VM LRU handling (v6)Huang Rui3-23/+57
2018-08-27drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk movesChristian König1-4/+4
2018-08-27drm/amdgpu: add amdgpu_gmc_pd_addr helperChristian König9-23/+56
2018-08-27drm/amdgpu: remove gart.table_addrChristian König9-25/+24
2018-08-27drm/amdgpu: rename gart.robj into gart.boChristian König6-25/+25
2018-08-27drm/amdgpu: move setting the GART addr into TTMChristian König2-3/+4
2018-08-27drm/amdgpu: cleanup VM handling in the CS a bitChristian König1-86/+74
2018-08-27drm/amdgpu: validate the VM root PD from the VM codeChristian König1-4/+4
2018-08-27drm/amdgpu: cleanup GPU recovery check a bit (v2)Christian König8-22/+38
2018-08-27drm/amdgpu: amdgpu_kiq_reg_write_reg_wait() can be statickbuild test robot1-1/+1
2018-08-27drm/amdgpu: Don't use kiq in gpu resetEmily Deng1-11/+4
2018-08-27drm/amdgpu/sriov: Only sriov runtime support use kiqEmily Deng1-7/+8
2018-08-27drm/amdgpu: fix sdma doorbell range settingEvan Quan1-1/+1
2018-08-27drm/amdgpu: Fix compile warningRex Zhu1-0/+2
2018-08-27drm/amdgpu: rework ctx entity creationChristian König3-167/+190
2018-08-27drm/amdgpu: cleanup HW_IP queryChristian König1-94/+110
2018-08-27drm/amdgpu: remove fulll access for suspend phase1Yintian Tao1-6/+0
2018-08-27drm/amdgpu: use kiq to do invalidate tlbEmily Deng3-10/+71
2018-08-27drm/amdgpu: Remove the sriov checking and add firmware checkingEmily Deng2-1/+60
2018-08-27drm/amdgpu: Do not evict VRAM on APUs with disabled HIBERNATEPaul Menzel1-1/+3
2018-08-27drm/amdgpu: add status checking after fw is loadedHuang Rui1-0/+7
2018-08-27drm/amdgpu: fix VM size reporting on RavenChristian König1-1/+2
2018-08-27drm/amdgpu: Set clock ungate state when suspend/finiRex Zhu1-51/+5