summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-07-07drm/radeon: Poll for both connect/disconnect on analog connectorsLyude1-6/+9
2016-07-07drm/amdgpu: stop/resume fb access when gpu reset V3Chunming Zhou1-0/+7
2016-07-07drm/amd/powerplay: change condition judgment as function's return value changed.Rex Zhu1-7/+6
2016-07-07drm/amd/powerplay: functions's return state was reversedRex Zhu1-2/+2
2016-07-07drm/amdgpu: stop disabling irqs when it isn't neccessaryChristian König1-8/+6
2016-07-07drm/amdgpu: must update page table after gpu resetChunming Zhou1-0/+1
2016-07-07drm/amdgpu: save/restore bios scratch when gpu resetChunming Zhou1-1/+4
2016-07-07drm/amdgpu: must update page table after gpu resetChunming Zhou2-0/+5
2016-07-07drm/ttm: fix stupid parameter inversion in the pipeline codeChristian König1-1/+1
2016-07-07drm/amd/powerplay: fix typos in comment in polaris' hwmgrAlexandre Demers1-2/+2
2016-07-07drm/amd/powerplay: fix trivial typo and tidy commentAlexandre Demers1-1/+1
2016-07-07drm/amd/amdgpu: Set DRIVER_MODESET feature flag at build timeFrank Binns1-2/+1
2016-07-07drm/amdgpu: Unpin BO if we can't get fences in amdgpu_crtc_page_flipMichel Dänzer1-4/+4
2016-07-07drm/amdgpu/gmc7: remove duplicate wait_for_idle functionsAlex Deucher1-28/+5
2016-07-07drm/amdgpu/gmc8: remove duplicate wait_for_idle functionsAlex Deucher1-33/+5
2016-07-07drm/amdgpu/dce8: fix flash with white screen on monitorJunwei Zhang1-60/+7
2016-07-07drm/amdgpu: skip invalid ip blocks in ip helpersAlex Deucher1-0/+8
2016-07-07drm/amdgpu: add missing breaksAlex Deucher1-0/+2
2016-07-07drm/amdgpu: add IP helpers for wait_for_idle and is_idleAlex Deucher2-0/+34
2016-07-07drm/amdgpu/powerplay/cz: add missing call to powergate VCEAlex Deucher1-1/+1
2016-07-07drm/amdgpu/dce11: update async flip update timeAlex Deucher1-3/+2
2016-07-07drm/ttm: wait for eviction in ttm_bo_force_list_cleanChristian König1-0/+18
2016-07-07drm/amdgpu: don't update page tables for VM emulationChristian König1-7/+8
2016-07-07drm/amdgpu: implement HDP functions for UVD v2Christian König3-0/+88
2016-07-07drm/amdgpu: change pcie_gen_cap magic code to macroHuang Rui5-9/+20
2016-07-07drm/amdgpu/gfx7: make gfx_v7_0_rlc_stop staticAlex Deucher2-4/+1
2016-07-07drm/amdgpu/gfx7: switch to using the existing rlc callbacksAlex Deucher4-10/+14
2016-07-07drm/amdgpu: move select_se_sh into the gfx structAlex Deucher6-7/+12
2016-07-07drm/amdgpu: move get_gpu_clock_counter into the gfx structAlex Deucher9-14/+22
2016-07-07drm/amdgpu: drop wait_for_mc_idle asic callbackAlex Deucher7-19/+8
2016-07-07drm/amdgpu/gmc: make some functions staticAlex Deucher4-16/+8
2016-07-07drm/amdgpu: validate VM PTs only on evictionChristian König4-4/+20
2016-07-07drm/amdgpu: add eviction counterChristian König2-0/+6
2016-07-07drm/amdgpu: add amdgpu_irq_gpu_reset_resume_helperChunming Zhou3-0/+14
2016-07-07drm/amd/powerplay: make sure VCE is disabled by defaultArindam Nath1-0/+1
2016-07-07drm/amd/amdgpu: make sure VCE is disabled by defaultArindam Nath1-0/+1
2016-07-07drm/amdgpu: disable compute pipeline sync workaround when using fixed fwAlex Deucher1-1/+27
2016-07-07drm/amdgpu/gfx8: set USER_SHADER_ARRAY_CONFIG based on disable_cu parameterNicolai Hähnle1-0/+20
2016-07-07drm/amdgpu/gfx7: set USER_SHADER_ARRAY_CONFIG based on disable_cu parameterNicolai Hähnle1-0/+20
2016-07-07drm/amdgpu: add disable_cu parameterNicolai Hähnle4-0/+51
2016-07-07drm/amdgpu: evict vram when gpu resetChunming Zhou1-0/+4
2016-07-07drm/amdgpu: block scheduler when gpu resetChunming Zhou2-5/+27
2016-07-07amdgpu: use NULL instead of 0 for pointerArnd Bergmann1-1/+1
2016-07-07drm/amdgpu: pipeline evictions as wellChristian König1-2/+4
2016-07-07drm/amdgpu: save the PD addr before scheduling the jobChristian König2-4/+4
2016-07-07drm/ttm: add the infrastructure for pipelined evictionsChristian König2-5/+136
2016-07-07drm/ttm: simplify ttm_bo_waitChristian König1-33/+4
2016-07-07drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König3-10/+17
2016-07-07drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanupChristian König4-6/+2
2016-07-07drm/amdgpu: remove pre move waitChristian König1-4/+0