summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* drm: move amd_gpu_scheduler into common locationLucas Stach2017-12-071-19/+19
* drm/amdgpu:implement ctx query2Monk Liu2017-12-041-0/+37
* drm/amdgpu:don't change ctx->reset_couner upon queryMonk Liu2017-12-041-2/+3
* drm/amdgpu:pass ctx->guilty address to entity initMonk Liu2017-12-041-1/+1
* drm/amd/scheduler:introduce guilty pointer memberMonk Liu2017-12-041-1/+1
* drm/amdgpu: move the VRAM lost counter per contextChristian König2017-10-191-0/+1
* drm/amdgpu: Move old fence waiting before reservation lock is aquired v2Andrey Grodzovsky2017-10-191-6/+24
* drm/amdgpu: add interface for editing a foreign process's priority v3Andres Rodriguez2017-10-091-20/+1Star
* drm/amdgpu: add plumbing for ctx priority changes v2Andres Rodriguez2017-10-091-0/+29
* drm/amdgpu: introduce AMDGPU_CTX_PRIORITY_UNSETAndres Rodriguez2017-10-091-0/+2
* drm/amdgpu: make amdgpu_to_sched_priority detect invalid parametersAndres Rodriguez2017-10-091-3/+5
* drm/amdgpu: add parameter to allocate high priority contexts v11Andres Rodriguez2017-10-091-4/+57
* drm/amdgpu:make ctx_add_fence interruptible(v2)Monk Liu2017-09-261-5/+7
* drm/amdgpu: untie user ring ids from kernel ring ids v6Andres Rodriguez2017-05-311-0/+6
* drm/amdgpu:don't init entity for KIQMonk Liu2017-05-241-0/+4
* drm/amdgpu:fix race conditionMonk Liu2017-04-281-0/+3
* idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-141-7/+3Star
* Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie2016-10-281-11/+11
|\
| * dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-11/+11
* | drm/amdgpu: use failed label to handle context init failureHuang Rui2016-10-271-9/+9
|/
* drm/amdgpu: initialize the context reset_counter in amdgpu_ctx_initNicolai Hähnle2016-10-121-0/+3
* drm/amdgpu: don't leave dangling pointers aroundGrazvydas Ignotas2016-09-271-0/+2
* drm/amdgpu: fix coding style in amdgpu_ctx.cChristian König2016-02-121-16/+15Star
* drm/amdgpu: nuke the kernel contextChristian König2016-02-121-11/+7Star
* drm/amdgpu: clean up non-scheduler code path (v2)Chunming Zhou2016-02-101-26/+22Star
* drm/amdgpu: restrict the sched jobs number to power of twoChunming Zhou2015-12-181-2/+2
* drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobsChunming Zhou2015-12-151-7/+18
* drm/amdgpu: handle error case for ctxChunming Zhou2015-12-151-2/+5
* drm/amd: abstract kernel rq and normal rq to priority of run queueChunming Zhou2015-12-021-6/+5Star
* drm/amdgpu: don't oops on failure to load (v2)Dave Airlie2015-11-031-0/+3
* drm/amdgpu: more scheduler cleanups v2Christian König2015-09-231-5/+5
* drm/amdgpu: rename fence->scheduler to sched v2Christian König2015-09-231-5/+5
* drm/amdgpu: remove the context from amdgpu_jobChristian König2015-08-251-7/+0Star
* drm/amdgpu: remove v_seq handling from the scheduler v2Christian König2015-08-251-15/+5Star
* drm/amdgpu: abstract amdgpu_job for schedulerChunming Zhou2015-08-201-0/+7
* drm/amdgpu: cleanup sheduler rq handling v2Christian König2015-08-171-1/+1
* drm/amd: add scheduler fence implementation (v2)Chunming Zhou2015-08-171-10/+0Star
* drm/amdgpu: merge amd_sched_entity and amd_context_entity v2Christian König2015-08-171-9/+9
* drm/amdgpu: remove unused parent entityChristian König2015-08-171-1/+1
* drm/amdgpu: cleanup amdgpu_ctx inti/fini v2Christian König2015-08-171-77/+68Star
* drm/amdgpu: stop leaking the ctx id into the scheduler v2Christian König2015-08-171-7/+4Star
* drm/amdgpu: cleanup ctx_mgr init/finiChristian König2015-08-171-17/+23
* drm/amdgpu: add amd_sched_next_queued_seq functionJammy Zhou2015-08-171-1/+1
* drm/amdgpu: fix seq in ctx_add_fenceChunming Zhou2015-08-171-2/+2
* drm/amdgpu: wait forever for wait emitChunming Zhou2015-08-171-2/+2
* drm/amdgpu: add amdgpu.sched_jobs optionJammy Zhou2015-08-171-1/+2
* drm/amdgpu: add kernel ctx support (v2)Chunming Zhou2015-08-171-24/+59
* drm/amdgpu: make sure the fence is emitted before ring to get it.Chunming Zhou2015-08-171-0/+10
* drm/amdgpu: use scheduler user seq instead of previous user seqChunming Zhou2015-08-171-6/+20
* drm/amdgpu: add context entity initChunming Zhou2015-08-171-1/+35