summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Initialize pipe priority order on graphic initializationozeng2017-02-131-0/+8
* drm/amd/amdgpu: remove the uncessary parameter for ib schedulerJunwei Zhang2017-01-271-1/+1
* drm/amdgpu: simplify allocation of scratch regsNils Wallménius2017-01-271-6/+1
* drm/amd/amdgpu: Add gpr reading for GFX v7Tom St Denis2016-12-081-0/+25
* drm/amdgpu:impl vgt_flush for VI(V5)Monk Liu2016-11-231-1/+14
* drm/amd/amdgpu: Clean up wave gfx7 helperTom St Denis2016-11-111-1/+5
* Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie2016-10-281-3/+3
|\
| * dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-3/+3
* | drm/amd/amdgpu: Put in rest of wave fieldsTom St Denis2016-10-251-0/+6
* | drm/amd/amdgpu: re-factor debugfs wave readerTom St Denis2016-10-251-0/+25
* | drm/amdgpu: rework IP block registration (v2)Alex Deucher2016-10-251-1/+37
* | drm/amdgpu: move align_mask and nop into ring funcs as well (v2)Christian König2016-10-251-2/+4
* | drm/amdgpu: move the ring type into the funcs structure (v2)Christian König2016-10-251-8/+8
* | drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König2016-10-251-39/+17
* | drm/amdgpu: remove explicit NULL init for parse_csChristian König2016-10-251-2/+0
* | drm/amdgpu: pad gfx and compute rings to 256 dwChristian König2016-10-251-2/+2
* | drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3Christian König2016-10-251-3/+6
|/
* Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-281-3/+9
|\
| * drm/amd/amdgpu: compute ring test fail during S4 on CIjimqu2016-08-311-3/+9
* | drm/amdgpu: implement raster configuration for gfx v7Huang Rui2016-09-191-1/+159
* | drm/amdgpu/gfx7: add ring callbacks for ib and dma frame sizeAlex Deucher2016-09-161-0/+39
* | drm/amdgpu:implement CONTEXT_CONTROL (v5)Monk Liu2016-09-141-0/+20
* | drm/amdgpu: free the BO in kernel by helper amdgpu_bo_free_kernel()Junwei Zhang2016-09-141-3/+3
* | drm/amd/amdgpu: Merge get_rptr functions in gfx7Tom St Denis2016-09-021-8/+3
* | drm/amdgpu: pin shared GWS, GDS and OA resourcesChristian König2016-08-081-12/+9
|/
* drm/amdgpu: add a fence timeout for the IB tests v2Christian König2016-07-291-7/+12
* drm/amdgpu: remove usec timeout loop from IB testsChristian König2016-07-141-11/+3
* drm/amdgpu: cleanup hw reference handling in the IB testsChristian König2016-07-141-1/+0
* drm/amdgpu: remove more of the ring backup codeAlex Deucher2016-07-071-26/+2
* drm/amd/gfx: add instance field to select_se_sh (v3)Tom St Denis2016-07-071-13/+18
* drm/amdgpu/gfx7: make gfx_v7_0_rlc_stop staticAlex Deucher2016-07-071-1/+1
* drm/amdgpu/gfx7: switch to using the existing rlc callbacksAlex Deucher2016-07-071-2/+8
* drm/amdgpu: move select_se_sh into the gfx structAlex Deucher2016-07-071-1/+3
* drm/amdgpu: move get_gpu_clock_counter into the gfx structAlex Deucher2016-07-071-1/+6
* drm/amdgpu/gfx7: set USER_SHADER_ARRAY_CONFIG based on disable_cu parameterNicolai Hähnle2016-07-071-0/+20
* drm/amdgpu/gfx7: fix CP jump table sizeAlex Deucher2016-07-071-1/+1
* drm/amdgpu/gfx7: expand cp jt size to handle GDS as wellAlex Deucher2016-07-071-1/+2
* drm/amdgpu/gfx7: fix broken condition checkAlex Deucher2016-06-131-1/+1
* drm/amdgpu: fix gfx 7 ucode mem leakMonk Liu2016-06-091-0/+17
* drm/amdgpu: move VM fields into jobChristian König2016-05-111-4/+6
* drm/amdgpu: move context switch handling into common code v2Christian König2016-05-111-5/+4
* drm/amdgpu: move preamble IB handling into common codeChristian König2016-05-111-4/+0
* drm/amdgpu/gfx7: fix pipeline syncChunming Zhou2016-05-111-12/+13
* drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis2016-05-111-0/+1
* drm/amdgpu: fetch cu_info once at initAlex Deucher2016-05-111-16/+7
* drm/amdgpu: keep vm in job instead of ib (v2)Monk Liu2016-05-111-1/+1
* drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis2016-05-041-253/+0
* drm/amdgpu: use the ring name for debugfs (v2)Christian König2016-05-041-1/+1
* drm/amdgpu: reduce the ring size for GFXChristian König2016-05-041-2/+2
* drm/amdgpu: use max_dw in ring_initChristian König2016-05-041-2/+2