summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
AgeCommit message (Expand)AuthorLines
2015-10-23drm/amdgpu: don't try to recreate sysfs entries on resumeAlex Deucher-0/+1
2015-09-23drm/amdgpu: sync ce and me with SWITCH_BUFFER(2)monk.liu-2/+0
2015-09-23drm/amdgpu: more scheduler cleanups v2Christian König-2/+2
2015-09-23drm/amdgpu: rename fence->scheduler to sched v2Christian König-1/+1
2015-09-23drm/amdgpu: refine the scheduler job type conversionJunwei Zhang-0/+2
2015-09-23drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_jobJunwei Zhang-1/+1
2015-09-23drm/amdgpu: add option to disable semaphoresChristian König-0/+1
2015-09-02drm/amdgpu: add insert_nop ring func and default implementationJammy Zhou-0/+3
2015-09-02drm/amdgpu: add amdgpu_get_sdma_instance helper functionJammy Zhou-0/+15
2015-09-02drm/amdgpu: add AMDGPU_MAX_SDMA_INSTANCESJammy Zhou-1/+4
2015-09-02drm/amdgpu: add burst_nop flag for sdmaJammy Zhou-0/+1
2015-09-02drm/amdgpu: partially revert "modify amdgpu_fence_wait_any() to amdgpu_fence_...Christian König-6/+5
2015-08-28drm/amdgpu: use IB for fill_buffer instead of direct commandChunming Zhou-2/+2
2015-08-28drm/amdgpu: stop trying to suspend UVD sessions v2Christian König-1/+0
2015-08-28drm/amdgpu: add scheduler dependency callback v2Christian König-0/+1
2015-08-26drm/amdgpu: use IB for copy buffer of evictionChunming Zhou-4/+4
2015-08-25drm/amdgpu: fix last_vm_update fence is not effetive for sched fenceChunming Zhou-3/+3
2015-08-25drm/amdgpu: add owner for sched fenceChunming Zhou-1/+0
2015-08-25drm/amdgpu: remove amdgpu_bo_list_cloneChristian König-2/+0
2015-08-25drm/amdgpu: remove the context from amdgpu_jobChristian König-2/+0
2015-08-25drm/amdgpu: fix fence wait in sync_fence, instead should be in sync_ringsChristian König-0/+2
2015-08-25drm/amdgpu: remove v_seq handling from the scheduler v2Christian König-1/+1
2015-08-25drm/amdgpu: improve sa_bo->fence by kernel fenceChunming Zhou-4/+4
2015-08-25drm/amdgpu: modify amdgpu_fence_wait_any() to amdgpu_fence_wait_multiple()Junwei Zhang-3/+6
2015-08-20drm/amdgpu: some clean up for cs_ioctlChunming Zhou-8/+0
2015-08-20drm/amdgpu: abstract amdgpu_job for schedulerChunming Zhou-1/+15
2015-08-17drm/amdgpu: wait on page directory changes. v2Bas Nieuwenhuizen-0/+1
2015-08-17drm/amdgpu: fix waiting for all fences before flippingChristian König-1/+3
2015-08-17drm/amdgpu: remove amdgpu_fence_waitChristian König-1/+0
2015-08-17drm/amdgpu: remove amdgpu_fence_signaledChristian König-1/+0
2015-08-17drm/amd: add scheduler fence implementation (v2)Chunming Zhou-0/+1
2015-08-17drm/amdgpu: use kernel submit helper in vmChunming Zhou-14/+0
2015-08-17drm/amdgpu: merge amd_sched_entity and amd_context_entity v2Christian König-3/+3
2015-08-17drm/amdgpu: process sched job exactly triggered by fence signalChunming Zhou-1/+1
2015-08-17drm/amdgpu: cleanup amdgpu_ctx inti/fini v2Christian König-5/+4
2015-08-17drm/amdgpu: cleanup ctx_mgr init/finiChristian König-2/+2
2015-08-17drm/amdgpu: fix bo list handling in CSChristian König-3/+2
2015-08-17drm/amdgpu: move sched job process from isr to fence callbackChunming Zhou-1/+1
2015-08-17drm/amdgpu: add kernel fence in ib_submit_kernel_helperChunming Zhou-1/+2
2015-08-17drm/amdgpu: use kernel fence for last_pt_updateChunming Zhou-2/+2
2015-08-17drm/amdgpu: stop using addr to check for BO move v3Christian König-5/+10
2015-08-17drm/amdgpu: move wait_queue_head from adev to ring (v2)monk.liu-1/+1
2015-08-17drm/amdgpu: new implement for fence_wait_any (v2)monk.liu-3/+3
2015-08-17drm/amdgpu: add helper function for kernel submissionChunming Zhou-0/+7
2015-08-17drm/amdgpu: fix seq in ctx_add_fenceChunming Zhou-2/+1
2015-08-17drm/amdgpu: add amdgpu.sched_hw_submission optionJammy Zhou-0/+1
2015-08-17drm/amdgpu: add amdgpu.sched_jobs optionJammy Zhou-0/+1
2015-08-17drm/amdgpu: protect fence_process from multiple contextChunming Zhou-0/+1
2015-08-17drm/amdgpu: dispatch job for vmChunming Zhou-0/+20
2015-08-17drm/amdgpu: add kernel ctx support (v2)Chunming Zhou-0/+3