summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
AgeCommit message (Expand)AuthorFilesLines
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-26drm/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
2016-02-10drm/amdgpu/gfx: minor code cleanupAlex Deucher1-18/+1
2016-02-10drm/amdgpu: remove the ring lock v2Christian König1-4/+4
2016-02-10drm/amdgpu: remove some more semaphore leftoversAlex Deucher1-2/+0
2016-02-10drm/amdgpu: clean up hw semaphore support in driverChunming Zhou1-32/+2
2016-02-08drma/dmgpu: move cg and pg flags into shared headersAlex Deucher1-35/+35
2016-02-03drm/amdgpu/gfx7: enable cp inst/reg error interruptsAlex Deucher1-1/+19
2015-10-21drm/amdgpu: remove old lockup detection infrastructureChristian König1-20/+0
2015-09-24drm/amdgpu: sync ce and me with SWITCH_BUFFER(2)monk.liu1-44/+11
2015-09-24drm/amdgpu: export reservation_object from dmabuf to ttm (v2)Christian König1-8/+11
2015-09-03drm/amdgpu: be explicit about cpu vram access for driver BOs (v2)Alex Deucher1-3/+9
2015-09-02drm/amdgpu: add insert_nop ring func and default implementationJammy Zhou1-0/+2
2015-08-21drm/amdgpu: fix zeroing all IB fields manually v2Christian König1-0/+1
2015-08-17drm/amdgpu: add reference for **fenceChunming Zhou1-0/+1
2015-08-17drm/amdgpu: add kernel fence in ib_submit_kernel_helperChunming Zhou1-2/+4
2015-08-17drm/amdgpu: use kernel fence for gfx ib testChunming Zhou1-1/+1
2015-08-17drm/amdgpu: Use gpu scheduler for gfx ring ib testChunming Zhou1-14/+14
2015-08-17drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou1-2/+2
2015-08-05drm/amdgpu: add feature version for RLC and MEC v2Jammy Zhou1-0/+6
2015-08-05drm/amdgpu: increment queue when iterating on this variable.Nicolas Iooss1-1/+1
2015-07-29drm/amdgpu: different emit_ib for gfx and computemonk.liu1-11/+35
2015-06-29drm/amdgpu: Initialize compute sdma and memory from kgdBen Goz1-0/+42
2015-06-10drm/amdgpu: fix the build on big endianAlex Deucher1-2/+3
2015-06-05drm/amdgpu: disable user fence interrupt (v2)Chunming Zhou1-4/+9
2015-06-04drm/amdgpu: add me/ce/pfp_feature_version interface queryKen Wang1-0/+3
2015-06-04drm/amdgpu add ce_ram_size for interface queryKen Wang1-0/+2