aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-13drm/amdgpu: Initialize pipe priority order on graphic initializationozeng1-0/+8
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-08drm/amd/amdgpu: Add gpr reading for GFX v7Tom St Denis1-0/+25
2016-11-23drm/amdgpu:impl vgt_flush for VI(V5)Monk Liu1-1/+14
2016-11-11drm/amd/amdgpu: Clean up wave gfx7 helperTom St Denis1-1/+5
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/amd/amdgpu: Put in rest of wave fieldsTom St Denis1-0/+6
2016-10-25drm/amd/amdgpu: re-factor debugfs wave readerTom St Denis1-0/+25
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher1-1/+37
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-8/+8
2016-10-25drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König1-39/+17
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-25drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3Christian König1-3/+6
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-3/+3
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie1-3/+9
2016-09-19drm/amdgpu: implement raster configuration for gfx v7Huang Rui1-1/+159
2016-09-16drm/amdgpu/gfx7: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+39
2016-09-14drm/amdgpu:implement CONTEXT_CONTROL (v5)Monk Liu1-0/+20
2016-09-14drm/amdgpu: free the BO in kernel by helper amdgpu_bo_free_kernel()Junwei Zhang1-3/+3
2016-09-02drm/amd/amdgpu: Merge get_rptr functions in gfx7Tom St Denis1-8/+3
2016-08-31drm/amd/amdgpu: compute ring test fail during S4 on CIjimqu1-3/+9
2016-08-08drm/amdgpu: pin shared GWS, GDS and OA resourcesChristian König1-12/+9
2016-07-29drm/amdgpu: add a fence timeout for the IB tests v2Christian König1-7/+12
2016-07-14drm/amdgpu: remove usec timeout loop from IB testsChristian König1-11/+3
2016-07-14drm/amdgpu: cleanup hw reference handling in the IB testsChristian König1-1/+0
2016-07-07drm/amdgpu: remove more of the ring backup codeAlex Deucher1-26/+2
2016-07-07drm/amd/gfx: add instance field to select_se_sh (v3)Tom St Denis1-13/+18
2016-07-07drm/amdgpu/gfx7: make gfx_v7_0_rlc_stop staticAlex Deucher1-1/+1
2016-07-07drm/amdgpu/gfx7: switch to using the existing rlc callbacksAlex Deucher1-2/+8
2016-07-07drm/amdgpu: move select_se_sh into the gfx structAlex Deucher1-1/+3
2016-07-07drm/amdgpu: move get_gpu_clock_counter into the gfx structAlex Deucher1-1/+6
2016-07-07drm/amdgpu/gfx7: set USER_SHADER_ARRAY_CONFIG based on disable_cu parameterNicolai Hähnle1-0/+20
2016-07-07drm/amdgpu/gfx7: fix CP jump table sizeAlex Deucher1-1/+1
2016-07-07drm/amdgpu/gfx7: expand cp jt size to handle GDS as wellAlex Deucher1-1/+2
2016-06-13drm/amdgpu/gfx7: fix broken condition checkAlex Deucher1-1/+1
2016-06-09drm/amdgpu: fix gfx 7 ucode mem leakMonk Liu1-0/+17
2016-05-11drm/amdgpu: move VM fields into jobChristian König1-4/+6
2016-05-11drm/amdgpu: move context switch handling into common code v2Christian König1-5/+4
2016-05-11drm/amdgpu: move preamble IB handling into common codeChristian König1-4/+0
2016-05-11drm/amdgpu/gfx7: fix pipeline syncChunming Zhou1-12/+13
2016-05-11drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis1-0/+1
2016-05-11drm/amdgpu: fetch cu_info once at initAlex Deucher1-16/+7
2016-05-11drm/amdgpu: keep vm in job instead of ib (v2)Monk Liu1-1/+1
2016-05-04drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis1-253/+0
2016-05-04drm/amdgpu: use the ring name for debugfs (v2)Christian König1-1/+1
2016-05-04drm/amdgpu: reduce the ring size for GFXChristian König1-2/+2
2016-05-04drm/amdgpu: use max_dw in ring_initChristian König1-2/+2