summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-18Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-1/+2
2016-03-17drm/amdgpu: move ib.fence to job.fenceMonk Liu1-0/+1
2016-03-17drm/amdgpu: give a fence param to ib_freeMonk Liu1-1/+1
2016-03-17Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-10/+44
2016-03-14Merge drm-fixes into drm-next.Dave Airlie1-35/+48
2016-03-08drm/amdgpu: split pipeline sync and vm flushChristian König1-7/+22
2016-03-08drm/amdgpu: remove HW fence ownerChristian König1-2/+1
2016-03-08drm/amdgpu: add hdp invalidation for gfx7Chunming Zhou1-0/+21
2016-03-03drm/amdgpu: fix rb bitmap & cu bitmap calculationFlora Cui1-8/+7
2016-03-02drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as wellChristian König1-0/+13
2016-02-29drm/amdgpu: fix VM faults caused by vm_grab_id() v4Christian König1-4/+2
2016-02-25drm/amdgpu/gfx: fix off by one in rb rework (v2)Alex Deucher1-5/+2
2016-02-12drm/amdgpu/cik: move uvd tiling config setup into uvd codeAlex Deucher1-11/+0
2016-02-12drm/amdgpu/cik: move sdma tiling config setup into sdma codeAlex Deucher1-6/+0
2016-02-12drm/amdgpu/gfx7: rework gpu_init()Alex Deucher1-176/+182
2016-02-12drm/amdgpu/gfx: clean up harvest configuration (v2)Alex Deucher1-87/+40
2016-02-12drm/amdgpu/gfx7: Fix whitespaceTom St Denis1-1/+1
2016-02-12drm/amdgpu/gfx7: Simplify wptr/rptr functionsTom St Denis1-19/+4
2016-02-12drm/amdgpu/gfx7: LOC reduction in gfx_v7_0_setup_rbTom St Denis1-7/+2
2016-02-12drm/amdgpu/gfx7: Simplify bitmask creationTom St Denis1-7/+1
2016-02-12drm/amdgpu/gfx7: Reduce linecount in table initTom St Denis1-820/+525
2016-02-10drm/amdgpu: move sync into job objectChristian König1-1/+2
2016-02-10drm/amdgpu: send SDMA/GFX IB tests directly to the ring againChristian König1-3/+1
2016-02-10drm/amdgpu: move ring from IBs into jobChristian König1-1/+1
2016-02-10drm/amdgpu: make pad_ib a ring function v3Christian König1-0/+2