summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-15drm/amdgpu: implement ring set_priority for gfx_v8 compute v8for-alex-4.13Andres Rodriguez3-0/+119
2017-05-15drm/amdgpu: add framework for HW specific priority settings v7Andres Rodriguez4-1/+106
2017-05-15drm/amdgpu: add parameter to allocate high priority contexts v9Andres Rodriguez3-6/+44
2017-05-15drm/amdgpu: use LRU mapping policy for SDMA enginesAndres Rodriguez1-1/+1
2017-05-15drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3Andres Rodriguez3-11/+42
2017-05-15drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4Andres Rodriguez5-1/+110
2017-05-15drm/amdgpu: untie user ring ids from kernel ring ids v5Andres Rodriguez7-107/+356
2017-05-15drm/amdgpu: workaround tonga HW bug in HQD programming sequenceAndres Rodriguez1-1/+15
2017-05-15drm/amdgpu: condense mqd programming sequenceAndres Rodriguez2-105/+23
2017-05-15drm/amdgpu: new queue policy, take first 2 queues of each pipe v2Andres Rodriguez2-4/+4
2017-05-15drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2Andres Rodriguez4-18/+98
2017-05-15drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCESAndres Rodriguez2-4/+36
2017-05-15drm/amdgpu: allocate queues horizontally across pipesAndres Rodriguez3-69/+113
2017-05-15drm/amdgpu: remove duplicate magic constants from amdgpu_amdkfd_gfx*.cAndres Rodriguez2-12/+12
2017-05-15drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez9-55/+130
2017-05-15drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3Andres Rodriguez3-82/+49
2017-05-15drm/amdgpu: allow split of queues with kfd at queue granularity v4Andres Rodriguez5-44/+211
2017-05-15drm/amdgpu: take ownership of per-pipe configuration v3Andres Rodriguez7-86/+70
2017-05-15drm/radeon: take ownership of pipe initializationAndres Rodriguez2-25/+15
2017-05-15drm/amdgpu: rename rdev to adevAndres Rodriguez4-44/+44
2017-05-15drm/amdgpu: fix kgd_hqd_load failing to update shadow_wptrAndres Rodriguez1-1/+1
2017-05-15drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2Andres Rodriguez6-100/+97
2017-05-15drm/amdgpu: remove duplicate definition of cik_mqdAndres Rodriguez1-81/+54
2017-05-15drm/amdgpu: detect timeout error when deactivating hqdAndres Rodriguez1-3/+17
2017-05-15drm/amdgpu: refactor MQD/HQD initialization v3Andres Rodriguez2-246/+271
2017-05-15drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generationAndres Rodriguez3-21/+18
2017-05-11drm/amdgpu/gfx9: Switch baremetal to use KIQ for compute ring management. (v4)Alex Deucher1-293/+81
2017-05-11drm/amdgpu/gfx9: fix resume of KIQ and KCQs (v2)Alex Deucher1-13/+15
2017-05-11drm/amdgpu/gfx9: move SET_RESOURCES into the same command streamAlex Deucher1-59/+14
2017-05-11drm/amdgpu/gfx9: wait once for all KCQs to be createdAlex Deucher1-31/+29
2017-05-11drm/amdgpu: split gfx_v9_0_kiq_init_queue into twoAlex Deucher1-21/+42
2017-05-11drm/amdgpu: move vga_switcheroo registrationAlex Deucher1-12/+10
2017-05-11drm/radeon: move vga_switcheroo registrationAlex Deucher3-22/+29
2017-05-11drm/amd/powerplay/smu7: disable mclk switching for high refresh ratesAlex Deucher1-1/+2
2017-05-11drm/amd/powerplay/smu7: add vblank check for mclk switchingAlex Deucher1-4/+27
2017-05-11drm/radeon/ci: disable mclk switching for high refresh ratesAlex Deucher1-0/+6
2017-05-11drm/amdgpu/ci: disable mclk switching for high refresh ratesAlex Deucher1-0/+6
2017-05-11drm/amd/powerplay: fix array_size.cocci warningskbuild test robot1-7/+11
2017-05-11drm/amdgpu/vcn: remove duplicate maskAlex Deucher1-1/+0
2017-05-11drm/amdgpu: add RAVEN pci id (v2)Chunming Zhou1-0/+3
2017-05-11drm/amd: Add DCN ivsrcids (v2)Andrey Grodzovsky1-0/+1134
2017-05-11drm/amdgpu/powerplay/raven: add smu block and enable powerplayHawking Zhang2-0/+2
2017-05-11drm/amdgpu/raven: power up/down VCN via the SMU (v2)Alex Deucher1-0/+24
2017-05-11drm/amd/powerplay/rv: power up/down sdma via the SMUChunming Zhou1-0/+23
2017-05-11drm/amd/powerplay: add raven support in hwmgr. (v2)Rex Zhu8-18/+1291
2017-05-11drm/amd/powerplay: add raven support in smumgr. (v2)Rex Zhu7-1/+544
2017-05-11drm/amd/powerplay: add ppt_v3 defineRex Zhu1-0/+11
2017-05-11drm/amdgpu: add raven related define in pptable.h.Rex Zhu1-3/+54
2017-05-11drm/amdgpu/powerplay: add header file for smu10. (v2)Rex Zhu2-0/+304
2017-05-11drm/amdgpu: enable sw clock gating for vcnHuang Rui1-2/+2