summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: amdgpu_ctx_add_fence can't failChristian König2018-08-271-5/+3
* drm/amdgpu: rework ctx entity creationChristian König2018-08-271-142/+149
* drm/amdgpu: use entity instead of ring for CSChristian König2018-08-271-23/+30
* drm/amdgpu: remove the queue managerChristian König2018-08-271-6/+61
* drm/amdgpu: use scheduler load balancing for compute CSChristian König2018-08-271-1/+9
* drm/amdgpu: use scheduler load balancing for SDMA CSChristian König2018-08-271-4/+21
* drm/scheduler: fix setting the priorty for entities (v2)Christian König2018-08-271-3/+1
* drm/scheduler: modify API to avoid redundancyNayan Deshmukh2018-07-251-8/+5
* drm/scheduler: modify args of drm_sched_entity_initNayan Deshmukh2018-07-131-2/+2
* drm/amdgpu: Rename entity cleanup finctions.Andrey Grodzovsky2018-07-051-3/+3
* drm/scheduler: Rename cleanup functions v2.Andrey Grodzovsky2018-07-051-4/+4
* drm/amdgpu: move amdgpu_ctx_mgr_entity_fini to f_ops flush hook (V4)Andrey Grodzovsky2018-06-151-6/+8
* drm/amdgpu: Skip drm_sched_entity related ops for KIQ ring.Andrey Grodzovsky2018-05-181-3/+18
* drm/scheduler: remove unused parameterNayan Deshmukh2018-05-151-1/+1
* drm/amdgpu: Switch to interruptable wait to recover from ring hang.Andrey Grodzovsky2018-05-151-2/+4
* drm/gpu-sched: fix force APP kill hang(v4)Emily Deng2018-05-151-8/+56
* 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/+1
* 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-131-7/+3
* 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/+15
* drm/amdgpu: nuke the kernel contextChristian König2016-02-121-11/+7
* drm/amdgpu: clean up non-scheduler code path (v2)Chunming Zhou2016-02-101-26/+22
* 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-141-7/+18
* drm/amdgpu: handle error case for ctxChunming Zhou2015-12-141-2/+5
* drm/amd: abstract kernel rq and normal rq to priority of run queueChunming Zhou2015-12-021-6/+5
* 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/+0
* drm/amdgpu: remove v_seq handling from the scheduler v2Christian König2015-08-251-15/+5