summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
* | drm/amdgpu: pin shared GWS, GDS and OA resourcesChristian König2016-08-081-12/+9Star
|/
* 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/+3Star
* drm/amdgpu: cleanup hw reference handling in the IB testsChristian König2016-07-141-1/+0Star
* drm/amdgpu: remove more of the ring backup codeAlex Deucher2016-07-071-26/+2Star
* 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-141-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/+4Star
* drm/amdgpu: move preamble IB handling into common codeChristian König2016-05-111-4/+0Star
* 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/+7Star
* 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-051-253/+0Star
* drm/amdgpu: use the ring name for debugfs (v2)Christian König2016-05-051-1/+1
* drm/amdgpu: reduce the ring size for GFXChristian König2016-05-051-2/+2
* drm/amdgpu: use max_dw in ring_initChristian König2016-05-051-2/+2
* Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-03-171-1/+2
|\
| * drm/amdgpu: move ib.fence to job.fenceMonk Liu2016-03-171-0/+1
| * drm/amdgpu: give a fence param to ib_freeMonk Liu2016-03-171-1/+1
* | Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-03-161-10/+44
|\|
| * drm/amdgpu: split pipeline sync and vm flushChristian König2016-03-081-7/+22
| * drm/amdgpu: remove HW fence ownerChristian König2016-03-081-2/+1Star
| * drm/amdgpu: add hdp invalidation for gfx7Chunming Zhou2016-03-081-0/+21
* | Merge drm-fixes into drm-next.Dave Airlie2016-03-141-35/+48
|\ \ | |/ |/|
| * drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as wellChristian König2016-03-021-0/+13
| * drma/dmgpu: move cg and pg flags into shared headersAlex Deucher2016-02-081-35/+35
* | drm/amdgpu: fix rb bitmap & cu bitmap calculationFlora Cui2016-03-031-8/+7Star
* | drm/amdgpu: fix VM faults caused by vm_grab_id() v4Christian König2016-02-291-4/+2Star
* | drm/amdgpu/gfx: fix off by one in rb rework (v2)Alex Deucher2016-02-251-5/+2Star
* | drm/amdgpu/cik: move uvd tiling config setup into uvd codeAlex Deucher2016-02-121-11/+0Star
* | drm/amdgpu/cik: move sdma tiling config setup into sdma codeAlex Deucher2016-02-121-6/+0Star
* | drm/amdgpu/gfx7: rework gpu_init()Alex Deucher2016-02-121-176/+182
* | drm/amdgpu/gfx: clean up harvest configuration (v2)Alex Deucher2016-02-121-87/+40Star