summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
AgeCommit message (Expand)AuthorFilesLines
2015-09-02drm/amdgpu: add insert_nop ring func and default implementationJammy Zhou1-0/+3
2015-09-02drm/amdgpu: add amdgpu_get_sdma_instance helper functionJammy Zhou1-0/+15
2015-09-02drm/amdgpu: add AMDGPU_MAX_SDMA_INSTANCESJammy Zhou1-1/+4
2015-09-02drm/amdgpu: add burst_nop flag for sdmaJammy Zhou1-0/+1
2015-09-02drm/amdgpu: partially revert "modify amdgpu_fence_wait_any() to amdgpu_fence_...Christian König1-6/+5
2015-08-28drm/amdgpu: use IB for fill_buffer instead of direct commandChunming Zhou1-2/+2
2015-08-28drm/amdgpu: stop trying to suspend UVD sessions v2Christian König1-1/+0
2015-08-28drm/amdgpu: add scheduler dependency callback v2Christian König1-0/+1
2015-08-27drm/amdgpu: use IB for copy buffer of evictionChunming Zhou1-4/+4
2015-08-25drm/amdgpu: fix last_vm_update fence is not effetive for sched fenceChunming Zhou1-3/+3
2015-08-25drm/amdgpu: add owner for sched fenceChunming Zhou1-1/+0
2015-08-25drm/amdgpu: remove amdgpu_bo_list_cloneChristian König1-2/+0
2015-08-25drm/amdgpu: remove the context from amdgpu_jobChristian König1-2/+0
2015-08-25drm/amdgpu: fix fence wait in sync_fence, instead should be in sync_ringsChristian König1-0/+2
2015-08-25drm/amdgpu: remove v_seq handling from the scheduler v2Christian König1-1/+1
2015-08-25drm/amdgpu: improve sa_bo->fence by kernel fenceChunming Zhou1-4/+4
2015-08-25drm/amdgpu: modify amdgpu_fence_wait_any() to amdgpu_fence_wait_multiple()Junwei Zhang1-3/+6
2015-08-21drm/amdgpu: some clean up for cs_ioctlChunming Zhou1-8/+0
2015-08-21drm/amdgpu: abstract amdgpu_job for schedulerChunming Zhou1-1/+15
2015-08-17drm/amdgpu: wait on page directory changes. v2Bas Nieuwenhuizen1-0/+1
2015-08-17drm/amdgpu: fix waiting for all fences before flippingChristian König1-1/+3
2015-08-17drm/amdgpu: remove amdgpu_fence_waitChristian König1-1/+0
2015-08-17drm/amdgpu: remove amdgpu_fence_signaledChristian König1-1/+0
2015-08-17drm/amd: add scheduler fence implementation (v2)Chunming Zhou1-0/+1
2015-08-17drm/amdgpu: use kernel submit helper in vmChunming Zhou1-14/+0
2015-08-17drm/amdgpu: merge amd_sched_entity and amd_context_entity v2Christian König1-3/+3
2015-08-17drm/amdgpu: process sched job exactly triggered by fence signalChunming Zhou1-1/+1
2015-08-17drm/amdgpu: cleanup amdgpu_ctx inti/fini v2Christian König1-5/+4
2015-08-17drm/amdgpu: cleanup ctx_mgr init/finiChristian König1-2/+2
2015-08-17drm/amdgpu: fix bo list handling in CSChristian König1-3/+2
2015-08-17drm/amdgpu: move sched job process from isr to fence callbackChunming Zhou1-1/+1
2015-08-17drm/amdgpu: add kernel fence in ib_submit_kernel_helperChunming Zhou1-1/+2
2015-08-17drm/amdgpu: use kernel fence for last_pt_updateChunming Zhou1-2/+2
2015-08-17drm/amdgpu: stop using addr to check for BO move v3Christian König1-5/+10
2015-08-17drm/amdgpu: move wait_queue_head from adev to ring (v2)monk.liu1-1/+1
2015-08-17drm/amdgpu: new implement for fence_wait_any (v2)monk.liu1-3/+3
2015-08-17drm/amdgpu: add helper function for kernel submissionChunming Zhou1-0/+7
2015-08-17drm/amdgpu: fix seq in ctx_add_fenceChunming Zhou1-2/+1
2015-08-17drm/amdgpu: add amdgpu.sched_hw_submission optionJammy Zhou1-0/+1
2015-08-17drm/amdgpu: add amdgpu.sched_jobs optionJammy Zhou1-0/+1
2015-08-17drm/amdgpu: protect fence_process from multiple contextChunming Zhou1-0/+1
2015-08-17drm/amdgpu: dispatch job for vmChunming Zhou1-0/+20
2015-08-17drm/amdgpu: add kernel ctx support (v2)Chunming Zhou1-0/+3
2015-08-17drm/amdgpu: prepare job before push to sw queue for pte ringChunming Zhou1-0/+1
2015-08-17drm/amdgpu: make sure the fence is emitted before ring to get it.Chunming Zhou1-0/+2
2015-08-17drm/amdgpu: dispatch jobs in csChunming Zhou1-0/+1
2015-08-17drm/amdgpu: add bo list copyChunming Zhou1-0/+3
2015-08-17drm/amdgpu: add backend implementation of gpu scheduler (v2)Chunming Zhou1-0/+8
2015-08-17drm/amdgpu: add context entity initChunming Zhou1-0/+2
2015-08-17drm/amdgpu: add scheduler initializationAlex Deucher1-0/+4