summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-05drm/amdgpu: implement ring set_priority for gfx_v8 compute v7kiq-priorityAndres Rodriguez3-0/+123
2017-05-05drm/amdgpu/vi: add mechanism to edit the kiq srbm windowAndres Rodriguez7-24/+31
2017-05-05drm/amdgpu: add macro for asynchronous KIQ register writesAndres Rodriguez2-13/+18
2017-05-05drm/amdgpu: add option to force register ops through kiqAndres Rodriguez2-2/+7
2017-05-05drm/amdgpu: convert kiq ring_mutex to a spinlockAndres Rodriguez2-6/+6
2017-05-05drm/amdgpu: separate KIQ operations from amdgpu_virtAndres Rodriguez6-64/+65
2017-05-05drm/amdgpu: add framework for HW specific priority settings v6Andres Rodriguez4-1/+106
2017-05-05drm/amdgpu: add parameter to allocate high priority contexts v9Andres Rodriguez3-6/+44
2017-05-05drm/amdgpu: use LRU mapping policy for SDMA enginesAndres Rodriguez1-1/+1
2017-05-05drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3Andres Rodriguez3-11/+42
2017-05-05drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4Andres Rodriguez5-1/+110
2017-05-05drm/amdgpu: untie user ring ids from kernel ring ids v4Andres Rodriguez7-95/+335
2017-05-05drm/amdgpu: workaround tonga HW bug in HQD programming sequenceAndres Rodriguez1-1/+15
2017-05-05drm/amdgpu: condense mqd programming sequenceAndres Rodriguez2-105/+23
2017-05-05drm/amdgpu: new queue policy, take first 2 queues of each pipe v2Andres Rodriguez2-4/+4
2017-05-05drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2Andres Rodriguez4-18/+98
2017-05-05drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCESAndres Rodriguez2-4/+39
2017-05-05drm/amdgpu: allocate queues horizontally across pipesAndres Rodriguez3-69/+113
2017-05-05drm/amdgpu: remove duplicate magic constants from amdgpu_amdkfd_gfx*.cAndres Rodriguez2-12/+12
2017-05-05drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez9-55/+130
2017-05-05drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3Andres Rodriguez3-82/+49
2017-05-05drm/amdgpu: allow split of queues with kfd at queue granularity v4Andres Rodriguez5-44/+211
2017-05-05drm/amdgpu: take ownership of per-pipe configuration v3Andres Rodriguez7-86/+70
2017-05-05drm/radeon: take ownership of pipe initializationAndres Rodriguez2-25/+15
2017-05-05drm/amdgpu: rename rdev to adevAndres Rodriguez4-44/+44
2017-05-05drm/amdgpu: fix kgd_hqd_load failing to update shadow_wptrAndres Rodriguez1-1/+1
2017-05-05drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2Andres Rodriguez6-100/+97
2017-05-05drm/amdgpu: remove duplicate definition of cik_mqdAndres Rodriguez1-81/+54
2017-05-05drm/amdgpu: detect timeout error when deactivating hqdAndres Rodriguez1-3/+17
2017-05-05drm/amdgpu: refactor MQD/HQD initialization v3Andres Rodriguez2-246/+271
2017-05-05drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generationAndres Rodriguez3-23/+20
2017-04-28drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanupMichel Dänzer16-36/+36
2017-04-28Revert "drm/amdgpu: Refactor flip into prepare submit and submit. (v3)"Michel Dänzer2-124/+29
2017-04-28drm/amd/powerplay: implement stop dpm task for vega10.Rex Zhu5-1/+123
2017-04-28drm/amd/powerplay: complete disable_smc_firmware_ctf_tasks.Rex Zhu3-1/+7
2017-04-28drm/amd/powerplay: add disable_smc_ctf callback in hwmgr.Rex Zhu4-1/+13
2017-04-28drm/amdgpu: fix deadlock of reservation between cs and gpu reset v2Chunming Zhou1-0/+4
2017-04-28drm/amdgpu: bump module verion for reserved vmidChunming Zhou1-1/+2
2017-04-28drm/amdgpu: implement grab reserved vmid V4Chunming Zhou1-4/+75
2017-04-28drm/amdgpu: add limitation for dedicated vm number v4Chunming Zhou2-0/+12
2017-04-28drm/amdgpu: reserve/unreserve vmid by vm ioctl v4Chunming Zhou1-13/+51
2017-04-28drm/amdgpu: add reserved vmid field in vm struct v2Chunming Zhou2-1/+18
2017-04-28drm/amdgpu: add vm ioctlChunming Zhou4-0/+40
2017-04-28drm/amdgpu: Enable chained IB MCBP supportTrigger Huang1-6/+11
2017-04-28drm/amdgpu: bump version for exporting gpu info for gfx9Junwei Zhang1-1/+2
2017-04-28drm/amdgpu: export more gpu info for gfx9Junwei Zhang4-0/+37
2017-04-28drm/amdgpu: remove unused and mostly unimplemented CGS functions v2Christian König2-468/+0
2017-04-28drm/amd/powerplay: refine set pcie dpm default table on vega10.Rex Zhu1-21/+1
2017-04-28drm/amd/powerplay: disable cks by default on vega10.Rex Zhu1-1/+1
2017-04-28drm/amd/powerplay: correct UlvOffsetVid on Vega10.Rex Zhu1-3/+2