summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
AgeCommit message (Expand)Author
2016-12-08drm/amd/amdgpu: Add gpr reading for GFX v6Tom St Denis
2016-11-23drm/amdgpu:impl vgt_flush for VI(V5)Monk Liu
2016-11-11drm/amd/amdgpu: add wave reader to gfx v6Tom St Denis
2016-11-11drm/amd/amdgpu: port gfx6 over to new si headers (v2)Tom St Denis
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher
2016-10-25drm/amdgpu: move align_mask and nop into ring funcs as well (v2)Christian König
2016-10-25drm/amdgpu: move the ring type into the funcs structure (v2)Christian König
2016-10-25drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König
2016-10-25drm/amdgpu: remove explicit NULL init for parse_csChristian König
2016-10-25drm/amdgpu: pad gfx and compute rings to 256 dwChristian König
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-09-19drm/amdgpu: implement raster configuration for gfx v6Huang Rui
2016-09-16drm/amdgpu/gfx6: add ring callbacks for ib and dma frame sizeAlex Deucher
2016-09-16drm/amdgpu/gfx6: drop gds_switch callbackAlex Deucher
2016-09-16drm/amdgpu/gfx6: add ring_emit_cntxcntlAlex Deucher
2016-09-16drm/amdgpu/gfx6: drop duplicate codeAlex Deucher
2016-09-16drm/amdgpu/si: fix ring size for computeAlex Deucher
2016-09-14drm/amd/amdgpu: Remove double lock from gfx v6Tom St Denis
2016-09-02drm/amd/amdgpu: Merge get_wptr functions in gfx6Tom St Denis
2016-09-02drm/amd/amdgpu: Merge get_rptr functions in gfx6Tom St Denis
2016-09-02drm/amd/amdgpu: Various tidy ups for gfx6Tom St Denis
2016-09-02drm/amd/amdgpu: Simplify mask creation in gfx6Tom St Denis
2016-09-02drm/amd/amdgpu: Add GRBM lock to various SI functionsTom St Denis
2016-09-02drm/amdgpu/gfx6: drop some dead codeAlex Deucher
2016-08-31drm/amdgpu: add graphic pipeline implementation for si v8Ken Wang