summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-07drm/ttm: add the infrastructure for pipelined evictionsChristian König
2016-07-07drm/ttm: simplify ttm_bo_waitChristian König
2016-07-07drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König
2016-07-07drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanupChristian König
2016-07-07drm/amdgpu: remove pre move waitChristian König
2016-07-07drm/amdgpu: sync to buffer moves before VM updatesChristian König
2016-07-07drm/ttm: wait for BO idle after the move in ttm_bo_swapoutChristian König
2016-07-07drm/ttm: drop waiting for idle in ttm_bo_evict.Christian König
2016-07-07drm/ttm: drop wait for idle in ttm_bo_move_bufferChristian König
2016-07-07drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König
2016-07-07drm/ttm: add wait for idle in all drivers bo_move functionsChristian König
2016-07-07drm/ttm: remove dummy bo_move implementationsChristian König
2016-07-07drm/ttm: remove NULL checks when calling ttm_tt_destroyChristian König
2016-07-07drm/ttm: cleanup ttm_tt_(unbind|destroy)Christian König
2016-07-07drm/amdgpu: some improvement in parsing inputsEric Huang
2016-07-07drm/amd/powerplay: remove useless soft pptable in Asic related backendEric Huang
2016-07-07drm/amd/powerplay: remove useless pp_table codes for Tonga/Fiji/Polaris10Eric Huang
2016-07-07drm/amd/powerplay: add uploading pptable and resetting powerplay supportEric Huang
2016-07-07drm/amd/powerplay: change backend allocation to backend initEric Huang
2016-07-07drm/amd/powerplay: add disable dpm tasks for Polaris10Eric Huang
2016-07-07drm/amd/powerplay: add disable dpm tasks for TongaEric Huang
2016-07-07drm/amd/powerplay: add function disable_dpm_tasks for FijiEric Huang
2016-07-07drm/amd/powerplay: add event task of disable dynamic state managementEric Huang
2016-07-07drm/amd/powerplay: keep soft_pp_table pointer value for re-uploadingEric Huang
2016-07-07drm/amdgpu: introduce a firmware debugfs to dump all current firmware versionsHuang Rui
2016-07-07drm/amdgpu: factor out the AMDGPU_INFO_FW_VERSION case branch into amdgpu_fir...Huang Rui
2016-07-07drm/amdgpu: remove cgs_acpi_method_argument member method_lengthNicolai Hähnle
2016-07-07drm/amd/powerplay: set UVD clocks bypass mode for Polaris10Eric Huang
2016-07-07drm/amdgpu: stop trying to schedule() with a spin heldChristian König
2016-07-07drm/radeon/cik: fix CP jump table sizeAlex Deucher
2016-07-07drm/amdgpu/gfx7: fix CP jump table sizeAlex Deucher
2016-07-07drm/amdgpu/gfx8: fix CP jump table sizeAlex Deucher
2016-07-07drm/amd/amdgpu : adding new tracepoints to track memory information.David Mao
2016-07-07drm/amd/amdgpu : Refine tracepoints to track more informationDavid Mao
2016-07-07drm/amdgpu/uvd6: De-numberify startupTom St Denis
2016-07-07drm/amdgpu: Initialize the variables in a straight-forward wayAlex Xie
2016-07-07drm/amdgpu: Add comment to describe the purpose of one difficult if statementAlex Xie
2016-07-07drm/amdgpu: Change some variable names to make code easier understoodAlex Xie
2016-07-07drm/amdgpu: enable BUS master after pci resetChunming Zhou
2016-07-07drm/amdgpu: add return value for pci config resetChunming Zhou
2016-07-07drm/amdgpu: remove now unnecessary checksChristian König
2016-07-07drm/amdgpu: use a fence array for VMID managementChristian König
2016-07-07drm/amdgpu: reuse VMIDs assigned to a VM only if there is also a free oneChristian König
2016-07-07drm/amdgpu: prefer VMIDs idle on the current ringChristian König
2016-07-07drm/amdgpu: add optional ring to amdgpu_sync_is_idleChristian König
2016-07-07drm/amdgpu: remove amdgpu_sync_waitChristian König
2016-07-07drm/amdgpu: generalize the scheduler fenceChristian König
2016-07-07drm/amdgpu: document amdgpu_sync_get_fenceChristian König
2016-07-07drm/amdgpu/gfx80: Add QUICK_PG bit to GFX header and use it.Tom St Denis
2016-07-07drm/amdgpu/gfx8: Tidy up various PG helpersTom St Denis