summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)Author
2015-08-25drm/amdgpu: fix no sync_wait in copy_bufferChunming Zhou
2015-08-25drm/amdgpu: fix last_vm_update fence is not effetive for sched fenceChunming Zhou
2015-08-25drm/amdgpu: add priv data to schedChunming Zhou
2015-08-25drm/amdgpu: add owner for sched fenceChunming Zhou
2015-08-25drm/amdgpu: remove entity reference from sched fenceChristian König
2015-08-25drm/amdgpu: fix and cleanup amd_sched_entity_push_jobChristian König
2015-08-25drm/amdgpu: remove amdgpu_bo_list_cloneChristian König
2015-08-25drm/amdgpu: remove the context from amdgpu_jobChristian König
2015-08-25drm/amdgpu: remove unused parameters to amd_sched_createChristian König
2015-08-25drm/amdgpu: fix user fences when scheduler is enabledChristian König
2015-08-25drm/amdgpu: fix fence wait in sync_fence, instead should be in sync_ringsChristian König
2015-08-25drm/amdgpu: remove v_seq handling from the scheduler v2Christian König
2015-08-25drm/amdgpu: improve sa_bo->fence by kernel fenceChunming Zhou
2015-08-25drm/amdgpu: modify amdgpu_fence_wait_any() to amdgpu_fence_wait_multiple()Junwei Zhang
2015-08-25drm/amdgpu: fix IH ring allocation for bus addresses (v2)Alex Deucher
2015-08-21drm/amdgpu: Don't link train DisplayPort on HPD until we get the dpcdAlex Deucher
2015-08-20drm/amdgpu: fix CS error handling v2Christian König
2015-08-20drm/amdgpu: fix zeroing all IB fields manually v2Christian König
2015-08-20drm/amdgpu: free the job immediately after dispatching itChristian König
2015-08-20drm/amdgpu: don't need to use bo_list_clone any moreChunming Zhou
2015-08-20drm/amdgpu: some clean up for cs_ioctlChunming Zhou
2015-08-20drm/amdgpu: prepare job should be common code pathChunming Zhou
2015-08-20drm/amdgpu: abstract amdgpu_job for schedulerChunming Zhou
2015-08-20drm/amdgpu: bump the DRM version for new allowed mem-mapped registersMarek Olšák
2015-08-17drm/amdgpu: wait on page directory changes. v2Bas Nieuwenhuizen
2015-08-17drm/amdgpu: cleanup sheduler rq handling v2Christian König
2015-08-17drm/amdgpu: move prepare work out of scheduler to cs_ioctlChunming Zhou
2015-08-17drm/amdgpu: fix duplicated mapping invoke bugmonk.liu
2015-08-17drm/amdgpu: drop bo_list_clone when no schedulermonk.liu
2015-08-17drm/amdgpu: disable GPU reset by defaultAlex Deucher
2015-08-17drm/amdgpu: fix type mismatch errormonk.liu
2015-08-17drm/amdgpu: add reference for **fenceChunming Zhou
2015-08-17drm/amdgpu: fix waiting for all fences before flippingChristian König
2015-08-17drm/amdgpu: fix UVD return code checkingChristian König
2015-08-17drm/amdgpu: remove amd_sched_wait_emit v2Christian König
2015-08-17drm/amdgpu: don't grab dev->struct_mutex in pm functionsDaniel Vetter
2015-08-17drm/amdgpu: Don't take dev->struct_mutex in bo_force_deleteDaniel Vetter
2015-08-17drm/amdgpu: remove VI hw bug workaround v3Christian König
2015-08-17drm/amdgpu: cleanup amdgpu_fence_ring_wait_seqChristian König
2015-08-17drm/amdgpu: remove duplicate amdgpu_fence_process implementationChristian König
2015-08-17drm/amdgpu: remove amdgpu_fence_waitChristian König
2015-08-17drm/amdgpu: use the reservation obj wait for the UVD msgChristian König
2015-08-17drm/amdgpu: remove amdgpu_fence_signaledChristian König
2015-08-17drm/amd: add scheduler fence implementation (v2)Chunming Zhou
2015-08-17drm/amdgpu: use kernel submit helper in vmChunming Zhou
2015-08-17drm/amdgpu: use amd_sched_job in its backend opsChunming Zhou
2015-08-17drm/amdgpu: cleanup and fix scheduler fence handling v2Christian König
2015-08-17drm/amdgpu: merge amd_sched_entity and amd_context_entity v2Christian König
2015-08-17drm/amdgpu: fix coding style in a couple of placesChristian König
2015-08-17drm/amdgpu: remove unused parent entityChristian König