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