summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-27drm/amdgpu: use LRU mapping policy for SDMA enginesfor-alexAndres Rodriguez1-1/+1
2017-04-27drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3Andres Rodriguez3-11/+42
2017-04-27drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4Andres Rodriguez5-1/+110
2017-04-27drm/amdgpu: untie user ring ids from kernel ring ids v4Andres Rodriguez7-95/+335
2017-04-27drm/amdgpu: workaround tonga HW bug in HQD programming sequenceAndres Rodriguez1-1/+15
2017-04-27drm/amdgpu: condense mqd programming sequenceAndres Rodriguez2-105/+23
2017-04-27drm/amdgpu: new queue policy, take first 2 queues of each pipe v2Andres Rodriguez2-4/+4
2017-04-27drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2Andres Rodriguez4-18/+98
2017-04-27drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCESAndres Rodriguez2-4/+39
2017-04-27drm/amdgpu: allocate queues horizontally across pipesAndres Rodriguez3-69/+113
2017-04-27drm/amdgpu: remove duplicate magic constants from amdgpu_amdkfd_gfx*.cAndres Rodriguez2-12/+12
2017-04-27drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez9-55/+130
2017-04-27drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3Andres Rodriguez3-82/+49
2017-04-27drm/amdgpu: allow split of queues with kfd at queue granularity v4Andres Rodriguez5-44/+211
2017-04-27drm/amdgpu: take ownership of per-pipe configuration v3Andres Rodriguez7-86/+70
2017-04-27drm/radeon: take ownership of pipe initializationAndres Rodriguez2-25/+15
2017-04-27drm/amdgpu: rename rdev to adevAndres Rodriguez4-44/+44
2017-04-27drm/amdgpu: fix kgd_hqd_load failing to update shadow_wptrAndres Rodriguez1-1/+1
2017-04-27drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2Andres Rodriguez6-100/+97
2017-04-27drm/amdgpu: remove duplicate definition of cik_mqdAndres Rodriguez1-81/+54
2017-04-27drm/amdgpu: detect timeout error when deactivating hqdAndres Rodriguez1-3/+17
2017-04-27drm/amdgpu: refactor MQD/HQD initialization v3Andres Rodriguez2-246/+271
2017-04-27drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generationAndres Rodriguez3-23/+20
2017-04-26drm/amdgpu: Fix use of interruptible waitingAlex Xie1-1/+1
2017-04-26drm/amdgpu: Fix use of interruptible waitingAlex Xie1-7/+7
2017-04-26drm/amdgpu: fix NULL pointer errorChunming Zhou1-1/+3
2017-04-26drm/amdgpu: validate shadow before restoring from itRoger.He3-0/+34
2017-04-26drm/amdgpu: Fix use of interruptible waitingAlex Xie1-2/+2
2017-04-26drm/amdgpu: Real return value can be over-written when clean upAlex Xie1-4/+5
2017-04-26drm/amdgpu: Fix use of interruptible waitingAlex Xie1-1/+1
2017-04-26drm/amdgpu: Fix use of interruptible waitingAlex Xie1-1/+1
2017-04-26drm/amdgpu: Fix use of interruptible waitingAlex Xie1-3/+3
2017-04-26drm/amdgpu: Fix use of interruptible waitingAlex Xie1-1/+1
2017-04-25drm/radeon: Make display watermark calculations more accurateMario Kleiner3-15/+15
2017-04-25drm/radeon: Avoid overflows/divide-by-zero in latency_watermark calculations.Mario Kleiner3-39/+7
2017-04-25drm/amdgpu: Add missing lb_vblank_lead_lines setup to DCE-6 path.Mario Kleiner1-1/+6
2017-04-25drm/radeon: check return value of radeon_fence_emitPan Bian1-1/+6
2017-04-25drm/radeon: check return value of radeon_ring_lockPan Bian1-2/+6
2017-04-25drm/amdgpu: fix s3 ring test failed on Vi caused by KIQ enabled.Rex Zhu1-3/+2
2017-04-25drm/amdgpu/soc15: enable UVD code path for sriovFrank Min1-2/+1
2017-04-25drm/amdgpu/uvd7: add UVD hw init sequences for sriovFrank Min1-45/+56
2017-04-25drm/amdgpu/uvd7: add uvd doorbell initialization for sriovFrank Min1-0/+14
2017-04-25drm/amdgpu/uvd7: add sriov uvd initialization sequencesFrank Min1-0/+246
2017-04-25drm/amdgpu/vce4: replaced with virt_alloc_mm_tableXiangliang Yu1-17/+3
2017-04-25drm/amdgpu/virt: add two functions for MM tableXiangliang Yu2-0/+48
2017-04-25drm/amdgpu/vce4: move mm table constructions functions into mmsch header fileFrank Min2-97/+103
2017-04-25drm/amdgpu/vce4: fix a PSP loading VCE issueDaniel Wang1-3/+15
2017-04-25drm/amdgpu/psp: skip loading SDMA/RLCG under SRIOV VFDaniel Wang1-0/+6
2017-04-25drm/amdgpu/virt: change the place of virt_init_settingXiangliang Yu2-10/+10
2017-04-25drm/amdgpu/virt: bypass cg and pg setting for SRIOVXiangliang Yu1-0/+2