aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-08-28drm/amdgpu: move full access into amdgpu_device_ip_suspendYintian Tao1-6/+6
2018-08-28drm/amdgpu: remove extra newline when printing VM faultsChristian König1-1/+1
2018-08-28drm/amdgpu: Move KFD parameters to amdgpu (v3)Amber Lin2-45/+96
2018-08-28drm/amdgpu: Remove CONFIG_HSA_AMD_MODULEAmber Lin1-23/+3
2018-08-28drm/amdgpu: Merge amdkfd into amdgpuAmber Lin6-78/+63
2018-08-27drm/amdgpu: Refine gmc9 VM fault print.Andrey Grodzovsky1-1/+1
2018-08-27drm/amd/display: Flatten unnecessary i2c functionsDavid Francis1-77/+34
2018-08-27drm/amd/display: support 48 MHZ refclk offEric Yang1-3/+33
2018-08-27drm/amd/display: Remove redundant i2c structsDavid Francis4-177/+28
2018-08-27drm/amd/display: Support reading hw state from debugfs fileNicholas Kazlauskas7-29/+140
2018-08-27drm/amd/display: Improve spelling, grammar, and formatting of amdgpu_dm.c commentsDavid Francis1-80/+109
2018-08-27drm/amd/display: Fix memory leak caused by missed dc_sink_releaseSivapiriyanKumarasamy1-1/+5
2018-08-27drm/amd/display: eliminate long wait between register polls on MaximusKen Chalmers1-7/+2
2018-08-27drm/amd/display: Add support for hw_state logging via debugfsNicholas Kazlauskas4-4/+77
2018-08-27drm/amd/display: Use non-deprecated vblank handlerLeo (Sunpeng) Li1-6/+4
2018-08-27drm/amd/display: dc 3.1.63Tony Cheng1-1/+1
2018-08-27drm/amd/display: Eliminate i2c hw function pointersDavid Francis2-345/+291
2018-08-27drm/amdgpu: enable GTT PD/PT for raven v3Christian König1-1/+13
2018-08-27drm/amdgpu: add amdgpu_gmc_get_pde_for_bo helper v2Christian König5-8/+59
2018-08-27drm/amdgpu: add GMC9 support for PDs/PTs in system memoryChristian König1-1/+1
2018-08-27drm/amdgpu: add helper for VM PD/PT allocation parameters v3Christian König1-34/+29
2018-08-27drm/amdgpu: remove extra root PD alignmentChristian König2-6/+1
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: 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: add bulk move function on LRUHuang Rui1-0/+52
2018-08-27drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk movesChristian König2-5/+29
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