summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drm/amdgpu/gfx8: drop per-APU CU limitsAlex Deucher2017-06-071-69/+2
| * | | drm/amdgpu/gfx6: properly cache mc_arb_ramcfgAlex Deucher2017-06-061-1/+2
| * | | drm/amdgpu/gfx9: new queue policy, take first 2 queues of each pipeAlex Deucher2017-06-061-2/+2
| * | | drm/amdgpu/gfx9: allocate queues horizontally across pipesAlex Deucher2017-06-061-63/+52
| * | | drm/amdgpu: update to use RREG32_SOC15/WREG32_SOC15 for gmc9Huang Rui2017-06-061-5/+5
| * | | drm/amdgpu: update to use RREG32_SOC15/WREG32_SOC15 for mmhubHuang Rui2017-06-061-94/+83
| * | | drm/amdgpu: update to use RREG32_SOC15/WREG32_SOC15 for gfxhubHuang Rui2017-06-061-77/+64
| * | | drm/amdgpu: fix the gart table cleared issue for S3Huang Rui2017-06-066-1/+14
| * | | drm/amdgpu: add ip block number printsHuang Rui2017-06-061-0/+3
| * | | drm/amdgpu: add ip name print for selecting ips with ip_block_maskHuang Rui2017-06-061-1/+2
| * | | drm/amdgpu: remove mmhub ipHuang Rui2017-06-063-96/+0
| * | | drm/amdgpu: remove gfxhub ipHuang Rui2017-06-063-96/+0
| * | | drm/amdgpu: export mmhub get clockgating into gmcHuang Rui2017-06-063-3/+10
| * | | drm/amdgpu: export mmhub set clockgating into gmcHuang Rui2017-06-063-5/+13
| * | | drm/amdgpu: export mmhub sw_init into gmcHuang Rui2017-06-063-12/+17
| * | | drm/amdgpu: export gfxhub sw_init into gmcHuang Rui2017-06-063-12/+17
| * | | drm/amdgpu: fix to miss program invalidation at resumeHuang Rui2017-06-062-24/+30
| * | | drm/amdgpu: abstract setup vmid config for gfxhub/mmhubHuang Rui2017-06-062-48/+55
| * | | drm/amdgpu: abstract disable identity aperture for gfxhub/mmhubHuang Rui2017-06-062-32/+41
| * | | drm/amdgpu: abstract system domain enablement for gfxhub/mmhubHuang Rui2017-06-062-17/+32
| * | | drm/amdgpu: abstract cache initialization for gfxhub/mmhubHuang Rui2017-06-062-98/+62
| * | | drm/amdgpu: abstract TLB initialization for gfxhub/mmhubHuang Rui2017-06-062-29/+44
| * | | drm/amdgpu: abstract system aperture initialization for gfxhub/mmhubHuang Rui2017-06-062-79/+77
| * | | drm/amdgpu: abstract gart aperture initialization for gfxhub/mmhubHuang Rui2017-06-062-32/+40
| * | | drm/amdgpu: abstract gart table initialization for gfxhub/mmhubHuang Rui2017-06-062-26/+42
| * | | drm/amdgpu: add saved_bo to save vce 4.0 context when suspendLeo Liu2017-06-012-8/+38
| * | | drm/amdgpu: use existing function amdgpu_bo_create_kernelLeo Liu2017-06-011-25/+5
| * | | drm/amdgpu: add vcpu_bo cpu address for vceLeo Liu2017-06-011-0/+1
| * | | drm/amdgpu: Move compute vm bug logic to amdgpu_vm.cAlex Xie2017-06-015-39/+39
| * | | drm/amdgpu: use LRU mapping policy for SDMA enginesAndres Rodriguez2017-05-311-1/+1
| * | | drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3Andres Rodriguez2017-05-313-11/+42
| * | | drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4Andres Rodriguez2017-05-315-1/+110
| * | | drm/amdgpu: untie user ring ids from kernel ring ids v6Andres Rodriguez2017-05-315-106/+309
| * | | drm/amdgpu: workaround tonga HW bug in HQD programming sequenceAndres Rodriguez2017-05-311-1/+15
| * | | drm/amdgpu: condense mqd programming sequenceAndres Rodriguez2017-05-312-105/+23
| * | | drm/amdgpu: new queue policy, take first 2 queues of each pipe v2Andres Rodriguez2017-05-312-4/+4
| * | | drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2Andres Rodriguez2017-05-314-18/+98
| * | | drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCESAndres Rodriguez2017-05-312-4/+36
| * | | drm/amdgpu: allocate queues horizontally across pipesAndres Rodriguez2017-05-313-69/+113
| * | | drm/amdgpu: remove duplicate magic constants from amdgpu_amdkfd_gfx*.cAndres Rodriguez2017-05-312-12/+12
| * | | drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez2017-05-311-3/+19
| * | | drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3Andres Rodriguez2017-05-313-82/+49
| * | | drm/amdgpu: allow split of queues with kfd at queue granularity v4Andres Rodriguez2017-05-314-44/+210
| * | | drm/amdgpu: take ownership of per-pipe configuration v3Andres Rodriguez2017-05-316-41/+70
| * | | drm/amdgpu: rename rdev to adevAndres Rodriguez2017-05-314-44/+44
| * | | drm/amdgpu: fix kgd_hqd_load failing to update shadow_wptrAndres Rodriguez2017-05-311-1/+1
| * | | drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2Andres Rodriguez2017-05-316-100/+97
| * | | drm/amdgpu: remove duplicate definition of cik_mqdAndres Rodriguez2017-05-311-81/+54
| * | | drm/amdgpu: detect timeout error when deactivating hqdAndres Rodriguez2017-05-311-3/+17
| * | | drm/amdgpu: refactor MQD/HQD initialization v3Andres Rodriguez2017-05-312-246/+271
OpenPOWER on IntegriCloud