aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-25drm/scheduler: modify API to avoid redundancyNayan Deshmukh1-8/+5
2018-07-13drm/scheduler: modify args of drm_sched_entity_initNayan Deshmukh1-2/+2
2018-07-05drm/amdgpu: Rename entity cleanup finctions.Andrey Grodzovsky1-3/+3
2018-07-05drm/scheduler: Rename cleanup functions v2.Andrey Grodzovsky1-4/+4
2018-06-15drm/amdgpu: move amdgpu_ctx_mgr_entity_fini to f_ops flush hook (V4)Andrey Grodzovsky1-6/+8
2018-05-18drm/amdgpu: Skip drm_sched_entity related ops for KIQ ring.Andrey Grodzovsky1-3/+18
2018-05-15drm/scheduler: remove unused parameterNayan Deshmukh1-1/+1
2018-05-15drm/amdgpu: Switch to interruptable wait to recover from ring hang.Andrey Grodzovsky1-2/+4
2018-05-15drm/gpu-sched: fix force APP kill hang(v4)Emily Deng1-8/+56
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-19/+19
2017-12-04drm/amdgpu:implement ctx query2Monk Liu1-0/+37
2017-12-04drm/amdgpu:don't change ctx->reset_couner upon queryMonk Liu1-2/+3
2017-12-04drm/amdgpu:pass ctx->guilty address to entity initMonk Liu1-1/+1
2017-12-04drm/amd/scheduler:introduce guilty pointer memberMonk Liu1-1/+1
2017-10-19drm/amdgpu: move the VRAM lost counter per contextChristian König1-0/+1
2017-10-19drm/amdgpu: Move old fence waiting before reservation lock is aquired v2Andrey Grodzovsky1-6/+24
2017-10-09drm/amdgpu: add interface for editing a foreign process's priority v3Andres Rodriguez1-20/+1
2017-10-09drm/amdgpu: add plumbing for ctx priority changes v2Andres Rodriguez1-0/+29
2017-10-09drm/amdgpu: introduce AMDGPU_CTX_PRIORITY_UNSETAndres Rodriguez1-0/+2
2017-10-09drm/amdgpu: make amdgpu_to_sched_priority detect invalid parametersAndres Rodriguez1-3/+5
2017-10-09drm/amdgpu: add parameter to allocate high priority contexts v11Andres Rodriguez1-4/+57
2017-09-26drm/amdgpu:make ctx_add_fence interruptible(v2)Monk Liu1-5/+7
2017-05-31drm/amdgpu: untie user ring ids from kernel ring ids v6Andres Rodriguez1-0/+6
2017-05-24drm/amdgpu:don't init entity for KIQMonk Liu1-0/+4
2017-04-28drm/amdgpu:fix race conditionMonk Liu1-0/+3
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox1-7/+3
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-11/+11
2016-10-27drm/amdgpu: use failed label to handle context init failureHuang Rui1-9/+9
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-11/+11
2016-10-12drm/amdgpu: initialize the context reset_counter in amdgpu_ctx_initNicolai Hähnle1-0/+3
2016-09-27drm/amdgpu: don't leave dangling pointers aroundGrazvydas Ignotas1-0/+2
2016-02-12drm/amdgpu: fix coding style in amdgpu_ctx.cChristian König1-16/+15
2016-02-12drm/amdgpu: nuke the kernel contextChristian König1-11/+7
2016-02-10drm/amdgpu: clean up non-scheduler code path (v2)Chunming Zhou1-26/+22
2015-12-18drm/amdgpu: restrict the sched jobs number to power of twoChunming Zhou1-2/+2
2015-12-14drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobsChunming Zhou1-7/+18
2015-12-14drm/amdgpu: handle error case for ctxChunming Zhou1-2/+5
2015-12-02drm/amd: abstract kernel rq and normal rq to priority of run queueChunming Zhou1-6/+5
2015-11-03drm/amdgpu: don't oops on failure to load (v2)Dave Airlie1-0/+3
2015-09-23drm/amdgpu: more scheduler cleanups v2Christian König1-5/+5
2015-09-23drm/amdgpu: rename fence->scheduler to sched v2Christian König1-5/+5
2015-08-25drm/amdgpu: remove the context from amdgpu_jobChristian König1-7/+0
2015-08-25drm/amdgpu: remove v_seq handling from the scheduler v2Christian König1-15/+5
2015-08-20drm/amdgpu: abstract amdgpu_job for schedulerChunming Zhou1-0/+7
2015-08-17drm/amdgpu: cleanup sheduler rq handling v2Christian König1-1/+1
2015-08-17drm/amd: add scheduler fence implementation (v2)Chunming Zhou1-10/+0
2015-08-17drm/amdgpu: merge amd_sched_entity and amd_context_entity v2Christian König1-9/+9
2015-08-17drm/amdgpu: remove unused parent entityChristian König1-1/+1
2015-08-17drm/amdgpu: cleanup amdgpu_ctx inti/fini v2Christian König1-77/+68
2015-08-17drm/amdgpu: stop leaking the ctx id into the scheduler v2Christian König1-7/+4