summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2015-08-17drm/amdgpu: use amd_sched_job in its backend opsChunming Zhou
2015-08-17drm/amdgpu: cleanup and fix scheduler fence handling v2Christian König
2015-08-17drm/amdgpu: merge amd_sched_entity and amd_context_entity v2Christian König
2015-08-17drm/amdgpu: fix coding style in a couple of placesChristian König
2015-08-17drm/amdgpu: remove unused parent entityChristian König
2015-08-17drm/amdgpu: process sched job exactly triggered by fence signalChunming Zhou
2015-08-17Revert "drm/amdgpu: return new seq_no for amd_sched_push_job"Chunming Zhou
2015-08-17drm/amdgpu: cleanup amdgpu_ctx inti/fini v2Christian König
2015-08-17drm/amdgpu: stop leaking the ctx id into the scheduler 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: reorder the code to avoid forward declerationsChristian König
2015-08-17drm/amdgpu: move sched job process from isr to fence callbackChunming Zhou
2015-08-17drm/amdgpu: add amd_sched_next_queued_seq functionJammy Zhou
2015-08-17drm/amdgpu: make last_handled_seq atomicJammy Zhou
2015-08-17drm/amdgpu: add amd_sched_commitJammy Zhou
2015-08-17drm/amdgpu: return new seq_no for amd_sched_push_jobJammy Zhou
2015-08-17drm/amdgpu: some code refinement v2Jammy Zhou
2015-08-17drm/amdgpu: fix null pointer by previous cleanupChunming Zhou
2015-08-17drm/amdgpu: add kernel fence in ib_submit_kernel_helperChunming Zhou
2015-08-17drm/amdgpu: use kernel fence for sdma ib testChunming Zhou
2015-08-17drm/amdgpu: use kernel fence for gfx ib testChunming Zhou
2015-08-17drm/amdgpu: use kernel fence in amdgpu_testChunming Zhou
2015-08-17drm/amdgpu: use kernel fence for vce ib testChunming Zhou
2015-08-17drm/amdgpu: change uvd ib test to use kernel fence directlyChunming Zhou
2015-08-17drm/amdgpu: use kernel fence for last_pt_updateChunming Zhou
2015-08-17drm/amdgpu: use kernel fence diretly in amdgpu_bo_fenceChunming Zhou
2015-08-17drm/amdgpu: clean up amd sched wait_ts and wait_signalChristian König
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: re-implement fence_default_waitmonk.liu
2015-08-17drm/amdgpu: new implement for fence_wait_any (v2)monk.liu
2015-08-17drm/amdgpu: use kernel fence interface when possiblemonk.liu
2015-08-17drm/amdgpu: use scheduler for VCE ib testChunming Zhou
2015-08-17drm/amdgpu: use scheduler for UVD ib testChunming Zhou
2015-08-17drm/amdgpu: use gpu scheduler for sdma ib testChunming Zhou
2015-08-17drm/amdgpu: Use gpu scheduler for gfx ring ib testChunming Zhou
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: wait forever for wait emitChunming 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: silent the message for GPU scheduler creationJammy Zhou
2015-08-17drm/amdgpu: fix syncing to VM updatesChristian König
2015-08-17drm/amdgpu: add check for callbackChunming Zhou
2015-08-17drm/amdgpu: add enable_scheduler module optionJammy Zhou
2015-08-17drm/amdgpu: protect fence_process from multiple contextChunming Zhou
2015-08-17drm/amdgpu: add sched isr to fence processChunming Zhou
2015-08-17drm/amdgpu: dispatch job for vmChunming Zhou
2015-08-17drm/amdgpu: add kernel ctx support (v2)Chunming Zhou