summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanupChristian König2016-07-075-9/+3
* drm/amdgpu: remove pre move waitChristian König2016-07-071-4/+0
* drm/amdgpu: sync to buffer moves before VM updatesChristian König2016-07-071-4/+19
* drm/ttm: wait for BO idle after the move in ttm_bo_swapoutChristian König2016-07-071-6/+9
* drm/ttm: drop waiting for idle in ttm_bo_evict.Christian König2016-07-071-10/+1
* drm/ttm: drop wait for idle in ttm_bo_move_bufferChristian König2016-07-071-14/+0
* drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König2016-07-077-7/+18
* drm/ttm: add wait for idle in all drivers bo_move functionsChristian König2016-07-075-0/+25
* drm/ttm: remove dummy bo_move implementationsChristian König2016-07-074-46/+4
* drm/ttm: remove NULL checks when calling ttm_tt_destroyChristian König2016-07-073-11/+7
* drm/ttm: cleanup ttm_tt_(unbind|destroy)Christian König2016-07-074-26/+5
* drm/amdgpu: some improvement in parsing inputsEric Huang2016-07-071-3/+9
* drm/amd/powerplay: remove useless soft pptable in Asic related backendEric Huang2016-07-076-31/+0
* drm/amd/powerplay: remove useless pp_table codes for Tonga/Fiji/Polaris10Eric Huang2016-07-074-116/+0
* drm/amd/powerplay: add uploading pptable and resetting powerplay supportEric Huang2016-07-074-9/+63
* drm/amd/powerplay: change backend allocation to backend initEric Huang2016-07-074-36/+30
* drm/amd/powerplay: add disable dpm tasks for Polaris10Eric Huang2016-07-073-1/+257
* drm/amd/powerplay: add disable dpm tasks for TongaEric Huang2016-07-071-0/+1
* drm/amd/powerplay: add function disable_dpm_tasks for FijiEric Huang2016-07-073-0/+281
* drm/amd/powerplay: add event task of disable dynamic state managementEric Huang2016-07-074-2/+28
* drm/amd/powerplay: keep soft_pp_table pointer value for re-uploadingEric Huang2016-07-072-13/+8
* drm/amdgpu: introduce a firmware debugfs to dump all current firmware versionsHuang Rui2016-07-073-0/+135
* drm/amdgpu: factor out the AMDGPU_INFO_FW_VERSION case branch into amdgpu_fir...Huang Rui2016-07-072-67/+81
* drm/amdgpu: remove cgs_acpi_method_argument member method_lengthNicolai Hähnle2016-07-072-6/+2
* drm/amd/powerplay: set UVD clocks bypass mode for Polaris10Eric Huang2016-07-072-1/+8
* drm/amdgpu: stop trying to schedule() with a spin heldChristian König2016-07-071-0/+2
* drm/radeon/cik: fix CP jump table sizeAlex Deucher2016-07-071-1/+1
* drm/amdgpu/gfx7: fix CP jump table sizeAlex Deucher2016-07-071-1/+1
* drm/amdgpu/gfx8: fix CP jump table sizeAlex Deucher2016-07-071-1/+1
* drm/amd/amdgpu : adding new tracepoints to track memory information.David Mao2016-07-073-0/+43
* drm/amd/amdgpu : Refine tracepoints to track more informationDavid Mao2016-07-071-2/+18
* drm/amdgpu/uvd6: De-numberify startupTom St Denis2016-07-071-14/+25
* drm/amdgpu: Initialize the variables in a straight-forward wayAlex Xie2016-07-071-6/+28
* drm/amdgpu: Add comment to describe the purpose of one difficult if statementAlex Xie2016-07-071-4/+7
* drm/amdgpu: Change some variable names to make code easier understoodAlex Xie2016-07-071-16/+16
* drm/amdgpu: enable BUS master after pci resetChunming Zhou2016-07-072-1/+6
* drm/amdgpu: add return value for pci config resetChunming Zhou2016-07-072-9/+17
* drm/amdgpu: remove now unnecessary checksChristian König2016-07-072-21/+11
* drm/amdgpu: use a fence array for VMID managementChristian König2016-07-074-119/+117
* drm/amdgpu: reuse VMIDs assigned to a VM only if there is also a free oneChristian König2016-07-071-54/+59
* drm/amdgpu: prefer VMIDs idle on the current ringChristian König2016-07-071-15/+9
* drm/amdgpu: add optional ring to amdgpu_sync_is_idleChristian König2016-07-074-6/+20
* drm/amdgpu: remove amdgpu_sync_waitChristian König2016-07-073-25/+1
* drm/amdgpu: generalize the scheduler fenceChristian König2016-07-076-49/+79
* drm/amdgpu: document amdgpu_sync_get_fenceChristian König2016-07-071-0/+7
* drm/amdgpu/gfx80: Add QUICK_PG bit to GFX header and use it.Tom St Denis2016-07-072-4/+6
* drm/amdgpu/gfx8: Tidy up various PG helpersTom St Denis2016-07-071-33/+18
* drm/amdgpu/gfx8: Enable PG on StoneyTom St Denis2016-07-071-1/+6
* drm/amdgpu/gfx8: Enable CG on StoneyTom St Denis2016-07-071-0/+7
* drm/amdgpu/gfx8: Switch Stoney to share CZ's RLC functionsTom St Denis2016-07-071-1/+1