summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: fix wait queue handling in the schedulerChristian König2015-08-262-10/+10
* drm/amdgpu: remove extra parameters from scheduler callbacksChristian König2015-08-263-14/+8
* drm/amdgpu: wake up scheduler only when neccessaryChristian König2015-08-261-1/+12
* drm/amdgpu: remove entity idle timeout v2Christian König2015-08-262-17/+7
* drm/amdgpu: fix postclose orderChristian König2015-08-261-2/+2
* drm/amdgpu: use IB for copy buffer of evictionChunming Zhou2015-08-268-79/+81
* drm/amdgpu: adjust the judgement of removing fence callbackJunwei Zhang2015-08-261-1/+1
* drm/amdgpu: fix no sync_wait in copy_bufferChunming Zhou2015-08-251-1/+7
* drm/amdgpu: fix last_vm_update fence is not effetive for sched fenceChunming Zhou2015-08-254-18/+58
* drm/amdgpu: add priv data to schedChunming Zhou2015-08-253-3/+7
* drm/amdgpu: add owner for sched fenceChunming Zhou2015-08-256-8/+10
* drm/amdgpu: remove entity reference from sched fenceChristian König2015-08-254-14/+8
* drm/amdgpu: fix and cleanup amd_sched_entity_push_jobChristian König2015-08-254-38/+48
* drm/amdgpu: remove amdgpu_bo_list_cloneChristian König2015-08-252-35/+0
* drm/amdgpu: remove the context from amdgpu_jobChristian König2015-08-253-12/+1
* drm/amdgpu: remove unused parameters to amd_sched_createChristian König2015-08-253-27/+11
* drm/amdgpu: remove sched_lockChristian König2015-08-252-4/+0
* drm/amdgpu: remove prepare_job callbackChristian König2015-08-252-9/+2
* drm/amdgpu: cleanup a scheduler function nameChristian König2015-08-251-3/+3
* drm/amdgpu: reorder scheduler functionsChristian König2015-08-251-28/+28
* drm/amdgpu: fix scheduler thread creation error checkingChristian König2015-08-251-7/+6
* drm/amdgpu: fix entity wakeup race conditionChristian König2015-08-252-23/+21
* drm/amdgpu: cleanup entity pickingChristian König2015-08-251-6/+10
* drm/amdgpu: remove some more unused entity members v2Christian König2015-08-252-11/+3
* drm/amdgpu: fix user fences when scheduler is enabledChristian König2015-08-251-0/+2
* drm/amdgpu: fix fence wait in sync_fence, instead should be in sync_ringsChristian König2015-08-253-3/+61
* drm/amdgpu: rework scheduler submission handling.Christian König2015-08-252-37/+11
* drm/amdgpu: remove v_seq handling from the scheduler v2Christian König2015-08-259-57/+21
* drm/amdgpu: improve sa_bo->fence by kernel fenceChunming Zhou2015-08-258-34/+58
* drm/amdgpu: modify amdgpu_fence_wait_any() to amdgpu_fence_wait_multiple()Junwei Zhang2015-08-253-22/+69
* drm/amdgpu: fix IH ring allocation for bus addresses (v2)Alex Deucher2015-08-251-13/+7
* drm/amdgpu: Don't link train DisplayPort on HPD until we get the dpcdAlex Deucher2015-08-211-0/+5
* drm/amdgpu: fix CS error handling v2Christian König2015-08-201-41/+26
* drm/amdgpu: fix zeroing all IB fields manually v2Christian König2015-08-207-18/+6
* drm/amdgpu: free the job immediately after dispatching itChristian König2015-08-201-4/+3
* drm/amdgpu: use a spinlock instead of a mutex for the rqChristian König2015-08-202-33/+18
* drm/amdgpu: don't need to use bo_list_clone any moreChunming Zhou2015-08-201-21/+4
* drm/amdgpu: some clean up for cs_ioctlChunming Zhou2015-08-202-36/+1
* drm/amdgpu: prepare job should be common code pathChunming Zhou2015-08-201-6/+4
* drm/amdgpu: abstract amdgpu_job for schedulerChunming Zhou2015-08-209-136/+130
* drm/amdgpu: bump the DRM version for new allowed mem-mapped registersMarek Olšák2015-08-201-1/+2
* drm/amdgpu: wait on page directory changes. v2Bas Nieuwenhuizen2015-08-173-0/+11
* drm/amdgpu: cleanup sheduler rq handling v2Christian König2015-08-173-76/+54
* drm/amdgpu: move prepare work out of scheduler to cs_ioctlChunming Zhou2015-08-171-13/+8
* drm/amdgpu: fix unnecessary wake upChunming Zhou2015-08-172-4/+7
* drm/amdgpu: fix duplicated mapping invoke bugmonk.liu2015-08-171-0/+1
* drm/amdgpu: drop bo_list_clone when no schedulermonk.liu2015-08-171-9/+13
* drm/amdgpu: disable GPU reset by defaultAlex Deucher2015-08-171-2/+2
* drm/amdgpu: fix type mismatch errormonk.liu2015-08-171-2/+3
* drm/amdgpu: add reference for **fenceChunming Zhou2015-08-1711-3/+15
OpenPOWER on IntegriCloud