summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-27drm/amdgpu: rename vm_id to vmidChristian König1-7/+7
2017-12-06drm/amdgpu/gfx6: use cached values for raster config in clear stateAlex Deucher1-19/+1
2017-12-04drm/amdgpu: change redundant init logs to debug levelpding1-2/+2
2017-09-14drm/amdgpu: revert tile table update for olandJean Delvare1-1/+188
2017-08-15drm/amdgpu: use amdgpu_bo_free_kernel more oftenChristian König1-34/+3
2017-08-15drm/amdgpu: use amdgpu_bo_create_kernel more oftenChristian König1-56/+14
2017-07-25drm/amdgpu: fix the incorrect scratch reg number on gfx v6Huang Rui1-1/+1
2017-06-29drm/amdgpu: Fix the exported always on CU bitmapFlora Cui1-1/+3
2017-06-07drm/amdgpu/gfx: create a common bitmask function (v2)Alex Deucher1-8/+3
2017-06-06drm/amdgpu/gfx6: properly cache mc_arb_ramcfgAlex Deucher1-1/+2
2017-05-24drm/amd/amdgpu: Drop commented out stub functionTom St Denis1-5/+0
2017-05-24drm/amd/amdgpu: Tidy up of gfx_v6_0_setup_rb()Tom St Denis1-5/+5
2017-05-24drm/amd/amdgpu: gfx6 tidy up raster configTom St Denis1-12/+8
2017-05-24drm/amd/amdgpu: Clean up GFX6 tilemode programmingTom St Denis1-880/+676
2017-05-24drm/amdgpu:fix get wrong gfx always on cu masks.Rex Zhu1-2/+8
2017-04-28drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanupMichel Dänzer1-3/+3
2017-04-28drm/amd/amdgpu: Change comp GFXv6 ring name to remove spaceTom St Denis1-1/+1
2017-04-28drm/amdgpu: fix double_offchip_lds_buf for gfx v6Junwei Zhang1-1/+1
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/dr...Dave 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