aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-17drm/amdgpu: cleanup ctx_mgr init/finiChristian König1-17/+23
2015-08-17drm/amdgpu: add amd_sched_next_queued_seq functionJammy Zhou1-1/+1
2015-08-17drm/amdgpu: fix seq in ctx_add_fenceChunming Zhou1-2/+2
2015-08-17drm/amdgpu: wait forever for wait emitChunming Zhou1-2/+2
2015-08-17drm/amdgpu: add amdgpu.sched_jobs optionJammy Zhou1-1/+2
2015-08-17drm/amdgpu: add kernel ctx support (v2)Chunming Zhou1-24/+59
2015-08-17drm/amdgpu: make sure the fence is emitted before ring to get it.Chunming Zhou1-0/+10
2015-08-17drm/amdgpu: use scheduler user seq instead of previous user seqChunming Zhou1-6/+20
2015-08-17drm/amdgpu: add context entity initChunming Zhou1-1/+35
2015-08-17drm/amdgpu: fix signed overrun in amdgpu_ctx_get_fenceChristian König1-1/+1
2015-08-17drm/amdgpu: fix context memory leakChristian König1-0/+1
2015-08-17drm/amdgpu: add user fence context map v2Christian König1-1/+59
2015-08-17drm/amdgpu: cleanup context structure v2Alex Deucher1-21/+7
2015-06-03drm/amdgpu: add and implement the GPU reset status queryMarek Olšák1-13/+23
2015-06-03drm/amdgpu: add ctx_id to the WAIT_CS IOCTL (v4)Jammy Zhou1-0/+30
2015-06-03drm/amdgpu: make the CTX ioctl thread-safeMarek Olšák1-10/+10
2015-06-03drm/amdgpu: remove unsafe context releasingMarek Olšák1-10/+2
2015-06-03drm/amdgpu: add core driver (v4)Alex Deucher1-0/+161