aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/cik_sdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-09drm/amdgpu: fix cik sdma ucode memleakMonk Liu1-0/+11
2016-06-09drm/amdgpu: modify sdma start sequenceMonk Liu1-2/+7
2016-06-09drm/amdgpu: init more register for sdmaMonk Liu1-0/+2
2016-05-11drm/amdgpu: move VM fields into jobChristian König1-2/+3
2016-05-11drm/amdgpu: move context switch handling into common code v2Christian König1-1/+1
2016-05-11drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis1-0/+1
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-56/+0
2016-05-04drm/amdgpu: reduce the ring size for SDMAChristian König1-1/+1
2016-05-04drm/amdgpu: use max_dw in ring_initChristian König1-1/+1
2016-03-18Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave 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 drm-nextDave Airlie1-2/+34
2016-03-14Merge drm-fixes into drm-next.Dave Airlie1-2/+2
2016-03-10drm/amdgpu: split pipeline sync out of SDMA vm_flush() as wellChristian König1-8/+19
2016-03-08drm/amdgpu: remove HW fence ownerChristian König1-2/+1
2016-03-08drm/amdgpu: add hdp invalidation for cik sdmaChunming Zhou1-0/+8
2016-03-08drm/amdgpu: wait engine idle before vm flush for sdmaChunming Zhou1-0/+14
2016-02-29drm/amdgpu: fix VM faults caused by vm_grab_id() v4Christian König1-1/+1
2016-02-12drm/amdgpu/cik: move sdma tiling config setup into sdma codeAlex Deucher1-0/+5
2016-02-12drm/amdgpu: use SDMA round robin for VM updates v3Christian König1-1/+7
2016-02-12drm/amdgpu: remove is_pte_ringChristian König1-1/+0
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-3/+3
2016-02-10drm/amdgpu: move more logic into amdgpu_vm_map_gart v3Christian König1-9/+2
2016-02-10drm/amdgpu: remove the ring lock v2Christian König1-2/+2
2016-02-10drm/amdgpu: remove some more semaphore leftoversAlex Deucher1-1/+0
2016-02-10drm/amdgpu: clean up hw semaphore support in driverChunming Zhou1-25/+1
2016-02-08drma/dmgpu: move cg and pg flags into shared headersAlex Deucher1-2/+2
2015-10-21drm/amdgpu: remove old lockup detection infrastructureChristian König1-19/+0
2015-10-14drm/amdgpu: rework sdma structuresAlex Deucher1-68/+62
2015-09-02drm/amdgpu: implement burst NOP for SDMAJammy Zhou1-5/+29
2015-09-02drm/amdgpu: add insert_nop ring func and default implementationJammy Zhou1-0/+1
2015-09-02drm/amdgpu: add burst_nop flag for sdmaJammy Zhou1-0/+2
2015-08-28drm/amdgpu: use IB for fill_buffer instead of direct commandChunming Zhou1-6/+6
2015-08-26drm/amdgpu: use IB for copy buffer of evictionChunming Zhou1-8/+8
2015-08-20drm/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 sdma ib testChunming Zhou1-1/+1
2015-08-17drm/amdgpu: use gpu scheduler for sdma ib testChunming Zhou1-14/+11
2015-08-17drm/amdgpu: prepare job before push to sw queue for pte ringChunming Zhou1-0/+1
2015-08-05drm/amdgpu: add feature version for SDMA ucodeJammy Zhou1-0/+1
2015-06-10drm/amdgpu: fix the build on big endianAlex Deucher1-1/+2
2015-06-05drm/amdgpu: disable user fence interrupt (v2)Chunming Zhou1-1/+2
2015-06-03drm/amdgpu: remove all sh mem register modification in vm flushmonk.liu1-27/+0
2015-06-03drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2)yanyang11-19/+34