aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-22drm/amdgpu: fix next_rptr handling for debugfsChristian König1-1/+1
2015-10-30drm/amdgpu: move ring_from_fence to common codeChristian König1-0/+24
2015-10-21drm/amdgpu: remove old lockup detection infrastructureChristian König1-43/+0
2015-10-14drm/amdgpu: rework sdma structuresAlex Deucher1-2/+2
2015-09-23drm/amdgpu: more scheduler cleanups v2Christian König1-1/+3
2015-09-23drm/amdgpu: cleanup fence queue init v2Christian König1-2/+0
2015-09-23drm/amdgpu: export reservation_object from dmabuf to ttm (v2)Christian König1-1/+1
2015-09-02drm/amdgpu: add insert_nop ring func and default implementationJammy Zhou1-3/+21
2015-08-17drm/amdgpu: move wait_queue_head from adev to ring (v2)monk.liu1-0/+2
2015-08-17drm/amdgpu: protect fence_process from multiple contextChunming Zhou1-1/+1
2015-06-03drm/amdgpu: add core driver (v4)Alex Deucher1-0/+561