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