aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-27drm/amd/amdgpu: remove the uncessary parameter for ib schedulerJunwei Zhang1-2/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-11/+11
2016-09-14drm/amdgpu: mark symbols static where possibleBaoyou Xie1-1/+1
2016-09-12drm/amdgpu: change job->ctx field nameMonk Liu1-1/+1
2016-07-14drm/amdgpu: cleanup hw reference handling in the IB testsChristian König1-5/+3
2016-07-07drm/amdgpu: add a bool to specify if needing vm flush V2Chunming Zhou1-1/+1
2016-07-07drm/amdgpu: put old hw fence of job if gpu resetChunming Zhou1-0/+2
2016-07-07drm/amdgpu: remove fence parameter from amd_sched_job_initChristian König1-3/+2
2016-07-07drm/amdgpu: earlier free SA resourcesChristian König1-2/+2
2016-07-07drm/amdgpu: shorten amdgpu_job_free_resourcesChristian König1-3/+5
2016-07-07drm/amdgpu: fix user fence handling once moreChristian König1-1/+0
2016-07-07drm/amdgpu: use a fence array for VMID managementChristian König1-1/+1
2016-07-07drm/amdgpu: add optional ring to amdgpu_sync_is_idleChristian König1-1/+1
2016-07-07drm/amdgpu: remove amdgpu_sync_waitChristian König1-5/+1
2016-07-07drm/amdgpu: generalize the scheduler fenceChristian König1-2/+2
2016-07-07drm/amdgpu: add gpu reset to timeout handlerChunming Zhou1-0/+1
2016-07-07drm/amdgpu: fix and cleanup job destructionChristian König1-13/+5
2016-07-07drm/amdgpu: properly abstract scheduler timeout handlingChristian König1-7/+8
2016-07-07drm/amdgpu: remove use_shed hack in job cleanupChristian König1-5/+8
2016-07-07drm/amdgpu: fix coding style in amdgpu_job_freeChristian König1-3/+4
2016-07-07drm/amdgpu: remove begin_job/finish_jobChristian König1-2/+0
2016-05-11drm/amdgpu: fix and cleanup user fence handling v2Christian König1-1/+1
2016-05-11drm/amdgpu: move VM fields into jobChristian König1-10/+2
2016-05-11drm/amdgpu: move the context from the IBs into the jobChristian König1-4/+3
2016-05-11drm/amdgpu: keep vm in job instead of ib (v2)Monk Liu1-4/+5
2016-05-04drm/amd/scheduler: Mark amdgpu_sched_ops constNils Wallménius1-1/+1
2016-05-02drm/amdgpu: use ref to keep job aliveMonk Liu1-3/+12
2016-05-02drm/amdgpu: rework TDR in scheduler (v2)Monk Liu1-1/+15
2016-05-02drm/amdgpu: delay job free to when it's finished (v2)Monk Liu1-1/+10
2016-05-02drm/amdgpu: use sched_job_init to initialize sched_jobMonk Liu1-6/+9
2016-03-17drm/amdgpu: use sched fence if possibleMonk Liu1-1/+4
2016-03-17drm/amdgpu: move ib.fence to job.fenceMonk Liu1-2/+3
2016-03-17drm/amdgpu: give a fence param to ib_freeMonk Liu1-1/+2
2016-03-08drm/amdgpu: remove HW fence ownerChristian König1-1/+1
2016-02-29drm/amdgpu: fix VM faults caused by vm_grab_id() v4Christian König1-4/+11
2016-02-12drm/amdgpu: nuke the kernel contextChristian König1-5/+0
2016-02-12drm/amdgpu: use per VM entity for page table updates (v2)Christian König1-2/+6
2016-02-10drm/amdgpu: move sync into job objectChristian König1-6/+15
2016-02-10drm/amdgpu: rename amdgpu_sched.c to amdgpu_job.cChristian König1-0/+151