summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/si_dma.c
AgeCommit message (Expand)AuthorLines
2017-03-29drm/amdgpu: fix vm pte pde flags to 64-bit for sdma (v3)Junwei Zhang-2/+2
2017-03-29drm/amdgpu: expand pte flags to uint64_tChunming Zhou-1/+1
2017-03-29drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher-2/+2
2017-03-29drm/amdgpu: change wptr to 64 bits (v2)Ken Wang-5/+7
2017-01-27drm/amdgpu: move misc si headers into amdgpuAlex Deucher-1/+1
2017-01-27drm/amd/amdgpu: remove the uncessary parameter for ib schedulerJunwei Zhang-1/+1
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie-3/+3
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher-1/+10
2016-10-25drm/amdgpu: move align_mask and nop into ring funcs as well (v2)Christian König-1/+2
2016-10-25drm/amdgpu: move the ring type into the funcs structure (v2)Christian König-2/+3
2016-10-25drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König-18/+7
2016-10-25drm/amdgpu: remove explicit NULL init for parse_csChristian König-1/+0
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson-3/+3
2016-09-16drm/amdgpu/si_dma: add ring callbacks for ib and dma frame sizeAlex Deucher-0/+18
2016-09-14drm/amdgpu/si: Call amdgpu_ttm_set_active_vram_size from si_dma_start/stopMichel Dänzer-0/+5
2016-09-12drm/amd/amdgpu: Tidy up SI DMA codeTom St Denis-30/+5
2016-08-31drm/amdgpu: add DMA implementation for si v8Ken Wang-0/+917