summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-06drm/amdgpu: update to use RREG32_SOC15/WREG32_SOC15 for gmc9Huang Rui
2017-06-06drm/amdgpu: update to use RREG32_SOC15/WREG32_SOC15 for mmhubHuang Rui
2017-06-06drm/amdgpu: update to use RREG32_SOC15/WREG32_SOC15 for gfxhubHuang Rui
2017-06-06drm/amdgpu: fix the gart table cleared issue for S3Huang Rui
2017-06-06drm/amdgpu: add ip block number printsHuang Rui
2017-06-06drm/amdgpu: add ip name print for selecting ips with ip_block_maskHuang Rui
2017-06-06drm/amdgpu: remove mmhub ipHuang Rui
2017-06-06drm/amdgpu: remove gfxhub ipHuang Rui
2017-06-06drm/amdgpu: export mmhub get clockgating into gmcHuang Rui
2017-06-06drm/amdgpu: export mmhub set clockgating into gmcHuang Rui
2017-06-06drm/amdgpu: export mmhub sw_init into gmcHuang Rui
2017-06-06drm/amdgpu: export gfxhub sw_init into gmcHuang Rui
2017-06-06drm/amdgpu: fix to miss program invalidation at resumeHuang Rui
2017-06-06drm/amdgpu: abstract setup vmid config for gfxhub/mmhubHuang Rui
2017-06-06drm/amdgpu: abstract disable identity aperture for gfxhub/mmhubHuang Rui
2017-06-06drm/amdgpu: abstract system domain enablement for gfxhub/mmhubHuang Rui
2017-06-06drm/amdgpu: abstract cache initialization for gfxhub/mmhubHuang Rui
2017-06-06drm/amdgpu: abstract TLB initialization for gfxhub/mmhubHuang Rui
2017-06-06drm/amdgpu: abstract system aperture initialization for gfxhub/mmhubHuang Rui
2017-06-06drm/amdgpu: abstract gart aperture initialization for gfxhub/mmhubHuang Rui
2017-06-06drm/amdgpu: abstract gart table initialization for gfxhub/mmhubHuang Rui
2017-06-01drm/amdgpu: add saved_bo to save vce 4.0 context when suspendLeo Liu
2017-06-01drm/amdgpu: use existing function amdgpu_bo_create_kernelLeo Liu
2017-06-01drm/amdgpu: add vcpu_bo cpu address for vceLeo Liu
2017-06-01drm/amdgpu: Move compute vm bug logic to amdgpu_vm.cAlex Xie
2017-06-01drm/amd/powerplay: enable CKS by default on vega10.Rex Zhu
2017-06-01drm/amd/powerplay: Align with VBIOS to support AVFS parameters.Rex Zhu
2017-06-01drm/amd/powerplay: Add floor DCEF for DS on boot.Rex Zhu
2017-05-31drm/amdgpu: use LRU mapping policy for SDMA enginesAndres Rodriguez
2017-05-31drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3Andres Rodriguez
2017-05-31drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4Andres Rodriguez
2017-05-31drm/amdgpu: untie user ring ids from kernel ring ids v6Andres Rodriguez
2017-05-31drm/amdgpu: workaround tonga HW bug in HQD programming sequenceAndres Rodriguez
2017-05-31drm/amdgpu: condense mqd programming sequenceAndres Rodriguez
2017-05-31drm/amdgpu: new queue policy, take first 2 queues of each pipe v2Andres Rodriguez
2017-05-31drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2Andres Rodriguez
2017-05-31drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCESAndres Rodriguez
2017-05-31drm/amdgpu: allocate queues horizontally across pipesAndres Rodriguez
2017-05-31drm/amdgpu: remove duplicate magic constants from amdgpu_amdkfd_gfx*.cAndres Rodriguez
2017-05-31drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez
2017-05-31drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3Andres Rodriguez
2017-05-31drm/amdgpu: allow split of queues with kfd at queue granularity v4Andres Rodriguez
2017-05-31drm/amdgpu: take ownership of per-pipe configuration v3Andres Rodriguez
2017-05-31drm/radeon: take ownership of pipe initializationAndres Rodriguez
2017-05-31drm/amdgpu: rename rdev to adevAndres Rodriguez
2017-05-31drm/amdgpu: fix kgd_hqd_load failing to update shadow_wptrAndres Rodriguez
2017-05-31drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2Andres Rodriguez
2017-05-31drm/amdgpu: remove duplicate definition of cik_mqdAndres Rodriguez
2017-05-31drm/amdgpu: detect timeout error when deactivating hqdAndres Rodriguez
2017-05-31drm/amdgpu: refactor MQD/HQD initialization v3Andres Rodriguez