aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-17drm/amdgpu: add kernel ctx support (v2)Chunming Zhou3-24/+71
2015-08-17drm/amdgpu: prepare job before push to sw queue for pte ringChunming Zhou5-1/+5
2015-08-17drm/amdgpu: make sure the fence is emitted before ring to get it.Chunming Zhou4-18/+25
2015-08-17drm/amdgpu: use scheduler user seq instead of previous user seqChunming Zhou1-6/+20
2015-08-17drm/amdgpu: dispatch jobs in csChunming Zhou2-57/+200
2015-08-17drm/amdgpu: add bo list copyChunming Zhou2-0/+53
2015-08-17drm/amdgpu: add backend implementation of gpu scheduler (v2)Chunming Zhou4-2/+119
2015-08-17drm/amdgpu: disable hw semaphore with schedulerChunming Zhou1-1/+1
2015-08-17drm/amdgpu: add context entity initChunming Zhou2-1/+37
2015-08-17drm/amdgpu: add scheduler initializationAlex Deucher4-1/+21
2015-08-17drm/amd: add basic scheduling frameworkJammy Zhou2-0/+691
2015-08-17drm/amdgpu: Enable the Fiji DID 0x7300 supportDavid Zhang1-0/+2
2015-08-17drm/amdgpu: remove VM workaround for FijiAlex Deucher1-1/+1
2015-08-17drm/amdgpu: add support for VCE 3.x on FijiAlex Deucher3-0/+19
2015-08-17drm/amdgpu: Add Fiji support to the UVD 6.0 IP moduleDavid Zhang2-0/+12
2015-08-17drm/amdgpu: Add Fiji support to the SDMA 3.0 IP moduleDavid Zhang2-0/+38
2015-08-17drm/amdgpu: Add Fiji support to the GFX 8.0 IP module (v2)David Zhang2-1/+115
2015-08-17drm/amdgpu: Add Fiji support to the DCE 10.0 IP module (v2)David Zhang2-0/+30
2015-08-17drm/amdgpu: Add Fiji support to SMC and DPM (v2)David Zhang7-1/+1267
2015-08-17drm/amdgpu: Add Fiji smu 7.1.3 headers (v2)David Zhang3-0/+8608
2015-08-17drm/amdgpu: Add Fiji support to IH moduleDavid Zhang1-0/+7
2015-08-17drm/amdgpu: Add Fiji support to the GMC 8.5 IP moduleDavid Zhang2-1/+33
2015-08-17drm/amdgpu: Add Fiji DID 0x7300 common supportDavid Zhang3-0/+37
2015-08-17drm/amdgpu: handle conditional support for CIK properlyAlex Deucher2-2/+4
2015-08-17drm/amdgpu: optimize amdgpu_parser_initmonk.liu1-9/+8
2015-08-17drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou23-174/+138
2015-08-17drm/amdgpu: add some pptable definitionsJammy Zhou1-1/+5
2015-08-17drm/amdgpu: add some common definitions to amd_shared.hJammy Zhou1-0/+11
2015-08-17drm/amdgpu: allow userspace to read more debug registersMarek Olšák1-0/+20
2015-08-17drm/amdgpu: move some atombios definitions to common folder (v2)Alex Deucher6-1/+2
2015-08-17drm/amdgpu: fix UVD/VCE fence handlingChristian König3-6/+9
2015-08-17drm/amdgpu: add fence suspend/resume functionsAlex Deucher3-17/+67
2015-08-17drm/amdgpu: always enable EOP interrupt v2Chunming Zhou2-37/+6
2015-08-17drm/amdgpu: rework vm_grab_id interfaceChristian König3-15/+17
2015-08-17drm/amdgpu: no updates shouldn't cause vm flush v2Christian König1-4/+6
2015-08-17drm/amdgpu: fix signed overrun in amdgpu_ctx_get_fenceChristian König1-1/+1
2015-08-17drm/amdgpu: fix context memory leakChristian König1-0/+1
2015-08-17drm/amdgpu: remove amdgpu_fence_recreateChristian König2-34/+0
2015-08-17drm/amdgpu: add user fence context map v2Christian König4-30/+110
2015-08-17drm/amdgpu: deal with foreign fences in amdgpu_syncChristian König5-29/+45
2015-08-17drm/amdgpu: cleanup context structure v2Alex Deucher2-49/+29
2015-08-17drm/amdgpu: add cgs_interface for pg and cgrezhu2-1/+61
2015-08-17drm/amdgpu: fix some typo for cgs definitionsJammy Zhou1-2/+2
2015-08-17drm/amdgpu: add cgs_get_firmware_info interface v2Jammy Zhou2-1/+167
2015-08-17drm/amdgpu: implement cgs gpu memory callbacksChunming Zhou1-12/+226
2015-08-17drm/amdgpu: add atom interfaces for CGSChunming Zhou1-6/+22
2015-08-17drm/amdgpu: Implement irq interfaces for CGSAlex Deucher5-6/+84
2015-08-17drm/amdgpu: Implement the pciconfig callbacks for CGSChunming Zhou1-12/+28
2015-08-17drm/amdgpu: Implement mmio callbacks for CGSChunming Zhou1-7/+38
2015-08-17drm/amd: Add CGS interfacesChunming Zhou5-0/+1036