summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
AgeCommit message (Expand)AuthorLines
2019-03-19drm/amdgpu: wait for VM to become idle during flushChristian König-3/+3
2019-03-19drm/amdgpu: remove non-sense NULL ptr checkChristian König-10/+0
2019-03-19drm/amdgpu: Add a new flag to AMDGPU_CTX_OP_QUERY_STATE2xinhui pan-0/+17
2019-02-15drm/amdgpu: Only add rqs for initialized rings.Bas Nieuwenhuizen-3/+8
2018-12-10drm/amdgpu: Limit vm max ctx number to 4096Rex Zhu-1/+1
2018-11-30drm/amdgpu: add VCN JPEG support amdgpu_ctx_num_entitiesAlex Deucher-0/+1
2018-08-27drm/amdgpu: amdgpu_ctx_add_fence can't failChristian König-5/+3
2018-08-27drm/amdgpu: rework ctx entity creationChristian König-142/+149
2018-08-27drm/amdgpu: use entity instead of ring for CSChristian König-23/+30
2018-08-27drm/amdgpu: remove the queue managerChristian König-6/+61
2018-08-27drm/amdgpu: use scheduler load balancing for compute CSChristian König-1/+9
2018-08-27drm/amdgpu: use scheduler load balancing for SDMA CSChristian König-4/+21
2018-08-27drm/scheduler: fix setting the priorty for entities (v2)Christian König-3/+1
2018-07-25drm/scheduler: modify API to avoid redundancyNayan Deshmukh-8/+5
2018-07-13drm/scheduler: modify args of drm_sched_entity_initNayan Deshmukh-2/+2
2018-07-05drm/amdgpu: Rename entity cleanup finctions.Andrey Grodzovsky-3/+3
2018-07-05drm/scheduler: Rename cleanup functions v2.Andrey Grodzovsky-4/+4
2018-06-15drm/amdgpu: move amdgpu_ctx_mgr_entity_fini to f_ops flush hook (V4)Andrey Grodzovsky-6/+8
2018-05-18drm/amdgpu: Skip drm_sched_entity related ops for KIQ ring.Andrey Grodzovsky-3/+18
2018-05-15drm/scheduler: remove unused parameterNayan Deshmukh-1/+1
2018-05-15drm/amdgpu: Switch to interruptable wait to recover from ring hang.Andrey Grodzovsky-2/+4
2018-05-15drm/gpu-sched: fix force APP kill hang(v4)Emily Deng-8/+56
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach-19/+19
2017-12-04drm/amdgpu:implement ctx query2Monk Liu-0/+37
2017-12-04drm/amdgpu:don't change ctx->reset_couner upon queryMonk Liu-2/+3
2017-12-04drm/amdgpu:pass ctx->guilty address to entity initMonk Liu-1/+1
2017-12-04drm/amd/scheduler:introduce guilty pointer memberMonk Liu-1/+1
2017-10-19drm/amdgpu: move the VRAM lost counter per contextChristian König-0/+1
2017-10-19drm/amdgpu: Move old fence waiting before reservation lock is aquired v2Andrey Grodzovsky-6/+24
2017-10-09drm/amdgpu: add interface for editing a foreign process's priority v3Andres Rodriguez-20/+1
2017-10-09drm/amdgpu: add plumbing for ctx priority changes v2Andres Rodriguez-0/+29
2017-10-09drm/amdgpu: introduce AMDGPU_CTX_PRIORITY_UNSETAndres Rodriguez-0/+2
2017-10-09drm/amdgpu: make amdgpu_to_sched_priority detect invalid parametersAndres Rodriguez-3/+5
2017-10-09drm/amdgpu: add parameter to allocate high priority contexts v11Andres Rodriguez-4/+57
2017-09-26drm/amdgpu:make ctx_add_fence interruptible(v2)Monk Liu-5/+7
2017-05-31drm/amdgpu: untie user ring ids from kernel ring ids v6Andres Rodriguez-0/+6
2017-05-24drm/amdgpu:don't init entity for KIQMonk Liu-0/+4
2017-04-28drm/amdgpu:fix race conditionMonk Liu-0/+3
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox-7/+3
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie-11/+11
2016-10-27drm/amdgpu: use failed label to handle context init failureHuang Rui-9/+9
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson-11/+11
2016-10-12drm/amdgpu: initialize the context reset_counter in amdgpu_ctx_initNicolai Hähnle-0/+3
2016-09-27drm/amdgpu: don't leave dangling pointers aroundGrazvydas Ignotas-0/+2
2016-02-12drm/amdgpu: fix coding style in amdgpu_ctx.cChristian König-16/+15
2016-02-12drm/amdgpu: nuke the kernel contextChristian König-11/+7
2016-02-10drm/amdgpu: clean up non-scheduler code path (v2)Chunming Zhou-26/+22
2015-12-18drm/amdgpu: restrict the sched jobs number to power of twoChunming Zhou-2/+2
2015-12-14drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobsChunming Zhou-7/+18
2015-12-14drm/amdgpu: handle error case for ctxChunming Zhou-2/+5