aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-29drm/amdgpu/gfx6: drop gds unrefsAlex Deucher1-4/+0
2017-03-29drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher1-3/+3
2017-03-29drm/amdgpu: change wptr to 64 bits (v2)Ken Wang1-5/+6
2017-03-29gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-3/+1
2017-03-29drm/amdgpu: export gfx config double offchip LDS buffers (v3)Junwei Zhang1-0/+6
2017-02-08drm/amd/gfx6: update gb_addr_configFlora Cui1-0/+3
2017-02-08drm/amdgpu/gfx6: clean up spi configurationFlora Cui1-8/+4
2017-02-08drm/amdgpu/gfx6: clean up cu configurationFlora Cui1-62/+38
2017-02-08drm/amdgpu/gfx6: clean up rb configurationFlora Cui1-59/+42
2017-01-27drm/amdgpu: move misc si headers into amdgpuAlex Deucher1-1/+1
2017-01-27drm/amd/amdgpu: remove the uncessary parameter for ib schedulerJunwei Zhang1-1/+1
2017-01-27drm/amdgpu: simplify allocation of scratch regsNils Wallménius1-6/+1
2016-12-20drm/amdgpu: update tile table for oland/hainanFlora Cui1-139/+191
2016-12-20drm/amdgpu: update tile table for verdeFlora Cui1-2/+293
2016-12-20drm/amdgpu: update golden setting/tiling table of tahitiFlora Cui1-146/+198
2016-12-08drm/amd/amdgpu: Add gpr reading for GFX v6Tom St Denis1-0/+25
2016-11-23drm/amdgpu:impl vgt_flush for VI(V5)Monk Liu1-23/+32
2016-11-11drm/amd/amdgpu: add wave reader to gfx v6Tom St Denis1-0/+36
2016-11-11drm/amd/amdgpu: port gfx6 over to new si headers (v2)Tom St Denis1-343/+336
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-3/+3
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher1-1/+10
2016-10-25drm/amdgpu: move align_mask and nop into ring funcs as well (v2)Christian König1-2/+4
2016-10-25drm/amdgpu: move the ring type into the funcs structure (v2)Christian König1-6/+6
2016-10-25drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König1-31/+15
2016-10-25drm/amdgpu: remove explicit NULL init for parse_csChristian König1-2/+0
2016-10-25drm/amdgpu: pad gfx and compute rings to 256 dwChristian König1-2/+2
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-3/+3
2016-09-19drm/amdgpu: implement raster configuration for gfx v6Huang Rui1-1/+130
2016-09-16drm/amdgpu/gfx6: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+31
2016-09-16drm/amdgpu/gfx6: drop gds_switch callbackAlex Deucher1-10/+0
2016-09-16drm/amdgpu/gfx6: add ring_emit_cntxcntlAlex Deucher1-0/+8
2016-09-16drm/amdgpu/gfx6: drop duplicate codeAlex Deucher1-24/+9
2016-09-16drm/amdgpu/si: fix ring size for computeAlex Deucher1-1/+1
2016-09-14drm/amd/amdgpu: Remove double lock from gfx v6Tom St Denis1-4/+0
2016-09-02drm/amd/amdgpu: Merge get_wptr functions in gfx6Tom St Denis1-20/+11
2016-09-02drm/amd/amdgpu: Merge get_rptr functions in gfx6Tom St Denis1-8/+3
2016-09-02drm/amd/amdgpu: Various tidy ups for gfx6Tom St Denis1-35/+5
2016-09-02drm/amd/amdgpu: Simplify mask creation in gfx6Tom St Denis1-7/+1
2016-09-02drm/amd/amdgpu: Add GRBM lock to various SI functionsTom St Denis1-0/+8
2016-09-02drm/amdgpu/gfx6: drop some dead codeAlex Deucher1-23/+0
2016-08-31drm/amdgpu: add graphic pipeline implementation for si v8Ken Wang1-0/+3288