summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2015-08-27drm/amdgpu: remove extra parameters from scheduler callbacksChristian König1-7/+4
2015-08-27drm/amdgpu: fix postclose orderChristian König1-2/+2
2015-08-27drm/amdgpu: use IB for copy buffer of evictionChunming Zhou8-79/+81
2015-08-27drm/amdgpu: adjust the judgement of removing fence callbackJunwei Zhang1-1/+1
2015-08-25drm/amdgpu: fix no sync_wait in copy_bufferChunming Zhou1-1/+7
2015-08-25drm/amdgpu: fix last_vm_update fence is not effetive for sched fenceChunming Zhou4-18/+58
2015-08-25drm/amdgpu: add priv data to schedChunming Zhou1-1/+2
2015-08-25drm/amdgpu: add owner for sched fenceChunming Zhou3-4/+3
2015-08-25drm/amdgpu: remove entity reference from sched fenceChristian König1-2/+2
2015-08-25drm/amdgpu: fix and cleanup amd_sched_entity_push_jobChristian König2-2/+2
2015-08-25drm/amdgpu: remove amdgpu_bo_list_cloneChristian König2-35/+0
2015-08-25drm/amdgpu: remove the context from amdgpu_jobChristian König3-12/+1
2015-08-25drm/amdgpu: remove unused parameters to amd_sched_createChristian König1-3/+2
2015-08-25drm/amdgpu: fix user fences when scheduler is enabledChristian König1-0/+2
2015-08-25drm/amdgpu: fix fence wait in sync_fence, instead should be in sync_ringsChristian König3-3/+61
2015-08-25drm/amdgpu: remove v_seq handling from the scheduler v2Christian König6-28/+11
2015-08-25drm/amdgpu: improve sa_bo->fence by kernel fenceChunming Zhou8-34/+58
2015-08-25drm/amdgpu: modify amdgpu_fence_wait_any() to amdgpu_fence_wait_multiple()Junwei Zhang3-22/+69
2015-08-25drm/amdgpu: fix IH ring allocation for bus addresses (v2)Alex Deucher1-13/+7
2015-08-22drm/amdgpu: Don't link train DisplayPort on HPD until we get the dpcdAlex Deucher1-0/+5
2015-08-21drm/amdgpu: fix CS error handling v2Christian König1-41/+26
2015-08-21drm/amdgpu: fix zeroing all IB fields manually v2Christian König7-18/+6
2015-08-21drm/amdgpu: free the job immediately after dispatching itChristian König1-4/+3
2015-08-21drm/amdgpu: don't need to use bo_list_clone any moreChunming Zhou1-21/+4
2015-08-21drm/amdgpu: some clean up for cs_ioctlChunming Zhou2-36/+1
2015-08-21drm/amdgpu: prepare job should be common code pathChunming Zhou1-6/+4
2015-08-21drm/amdgpu: abstract amdgpu_job for schedulerChunming Zhou7-104/+114
2015-08-20drm/amdgpu: bump the DRM version for new allowed mem-mapped registersMarek Olšák1-1/+2
2015-08-17drm/amdgpu: wait on page directory changes. v2Bas Nieuwenhuizen3-0/+11
2015-08-17drm/amdgpu: cleanup sheduler rq handling v2Christian König1-1/+1
2015-08-17drm/amdgpu: move prepare work out of scheduler to cs_ioctlChunming Zhou1-13/+8
2015-08-17drm/amdgpu: fix duplicated mapping invoke bugmonk.liu1-0/+1
2015-08-17drm/amdgpu: drop bo_list_clone when no schedulermonk.liu1-9/+13
2015-08-17drm/amdgpu: disable GPU reset by defaultAlex Deucher1-2/+2
2015-08-17drm/amdgpu: fix type mismatch errormonk.liu1-2/+3
2015-08-17drm/amdgpu: add reference for **fenceChunming Zhou10-3/+14
2015-08-17drm/amdgpu: fix waiting for all fences before flippingChristian König2-29/+56
2015-08-17drm/amdgpu: fix UVD return code checkingChristian König1-5/+5
2015-08-17drm/amdgpu: remove amd_sched_wait_emit v2Christian König1-2/+0
2015-08-17drm/amdgpu: don't grab dev->struct_mutex in pm functionsDaniel Vetter1-2/+0
2015-08-17drm/amdgpu: Don't take dev->struct_mutex in bo_force_deleteDaniel Vetter1-3/+1
2015-08-17drm/amdgpu: remove VI hw bug workaround v3Christian König2-13/+1
2015-08-17drm/amdgpu: cleanup amdgpu_fence_ring_wait_seqChristian König1-69/+15
2015-08-17drm/amdgpu: remove duplicate amdgpu_fence_process implementationChristian König1-58/+1
2015-08-17drm/amdgpu: remove amdgpu_fence_waitChristian König6-30/+7
2015-08-17drm/amdgpu: use the reservation obj wait for the UVD msgChristian König1-8/+5
2015-08-17drm/amdgpu: remove amdgpu_fence_signaledChristian König3-26/+4
2015-08-17drm/amd: add scheduler fence implementation (v2)Chunming Zhou6-34/+35
2015-08-17drm/amdgpu: use kernel submit helper in vmChunming Zhou3-144/+33
2015-08-17drm/amdgpu: use amd_sched_job in its backend opsChunming Zhou1-17/+17