summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-10drm/amdgpu: track whether the asic supports SR-IOVAlex Deucher2-0/+11
2016-02-10drm/amdgpu: add check for atombios GPU virtualization tableAlex Deucher2-0/+15
2016-02-10drm/amdgpu: remove unused functionAlex Deucher2-26/+0
2016-02-10drm/amd: add pm domain for ACP IP sub blocksMaruthi Srinivas Bayyavarapu3-1/+207
2016-02-10drm/amd: add ACP driver supportMaruthi Bayyavarapu11-1/+480
2016-02-10drm/amdgpu: remove power of two limit for vramlimitChristian König1-6/+0
2016-02-10drm/amdgpu: optimize amdgpu_vm_update_ptes a bitChristian König1-20/+20
2016-02-10drm/amdgpu: cleanup comments in VM codeChristian König1-21/+11
2016-02-10drm/amdgpu: optimize VM fencingChristian König1-28/+22
2016-02-10drm/amdgpu: split VM mappings into smaller operations (v3)Christian König1-27/+77
2016-02-10drm/amdgpu: use BOs GART instance for mapping addresses v4Christian König1-46/+68
2016-02-10drm/amdgpu: move more logic into amdgpu_vm_map_gart v3Christian König5-42/+33
2016-02-10drm/amdgpu: remove nonsense IB size checksChristian König1-8/+0
2016-02-10drm/amdgpu: use WARN_ON_ONCE instead of BUG_ON in the SAChristian König1-2/+5
2016-02-10drm/amdgpu: drop a dummy wakeup schedulerMonk Liu1-1/+9
2016-02-10drm/amd: add dce8 enum register headerAlex Deucher1-0/+1117
2016-02-10drm/amd/powerplay: add some hwmgr functions for sysfs interface on TongaEric Huang1-0/+123
2016-02-10drm/amd/powerplay: add some hwmgr functions for sysfs interface on CarrizoEric Huang1-0/+51
2016-02-10drm/amd/powerplay: add hwmgr's functions for Fiji sysfs interfaces.Eric Huang1-0/+123
2016-02-10drm/amd/powerplay: add some sysfs interfaces for powerplay.Eric Huang5-2/+488
2016-02-10drm/amdgpu: remove rptr checkingChristian König2-56/+26
2016-02-10drm/amdgpu: remove the ring lock v2Christian König15-132/+45
2016-02-10drm/amdgpu: use a global LRU list for VMIDsChristian König4-58/+55
2016-02-10drm/amdgpu: merge vm_grab_id and vm_fence v2Christian König3-45/+30
2016-02-10drm/amdgpu: grab VMID before submitting job v5Christian König4-13/+35
2016-02-10drm/amdgpu: add VM pointer to id traceChristian König2-6/+9
2016-02-10drm/amdgpu: drop hard_reset module parameterAlex Deucher2-5/+0
2016-02-10drm/amdgpu: add a debugfs property to trigger a GPU resetAlex Deucher1-1/+19
2016-02-10drm/amdgpu: post card after hard resetAlex Deucher1-0/+3
2016-02-10drm/amdgpu: clean up asic level reset for VIAlex Deucher1-381/+4
2016-02-10drm/amdgpu: clean up asic level reset for CIAlex Deucher1-304/+4
2016-02-10drm/amdgpu: cleanup sync_seq handlingChristian König3-90/+13
2016-02-10drm/amdgpu: remove sync_to from sync obj v2Christian König2-36/+9
2016-02-10drm/amdgpu: remove some more semaphore leftoversAlex Deucher12-24/+0
2016-02-10drm/amdgpu: clean up non-scheduler code path (v2)Chunming Zhou11-110/+64
2016-02-10drm/amdgpu: cleanup amdgpu_sync_rings V2Chunming Zhou3-51/+3
2016-02-10drm/amdgpu: clean up hw semaphore support in driverChunming Zhou19-724/+17
2016-02-10drm/amdgpu: try to find BO VAs only for the BOs in the listChristian König1-3/+13
2016-02-10drm/amdgpu: search only the BO list for VM mappingsChristian König1-7/+13
2016-02-10drm/amdgpu: keep the prefered/allowed domains in the BOChristian König6-34/+29
2016-02-10drm/amdgpu: cleanup bo list bucket handlingChristian König3-50/+39
2016-02-10drm/amdgpu: cleanup amdgpu_cs_parser_relocsChristian König1-11/+10
2016-02-10drm/amdgpu: cleanup amdgpu_cs_parser structureChristian König2-11/+11
2016-02-10drm/amdgpu: group VM mapping tree with its lock (v2)Christian König1-2/+3
2016-02-10drm/amdgpu: cleanup amdgpu_cs_list_validateChristian König1-35/+31
2016-02-10drm/amdgpu: fix amdgpu_cs_get_threshold_for_moves handlingChristian König2-9/+14
2016-02-10drm/amd/powerplay: indent a couple if statementsDan Carpenter1-2/+2
2016-02-10drm/amdgpu: fix issue with overlapping userptrsChristian König3-1/+23
2016-02-09drm/tegra: drop unused variable.Dave Airlie1-1/+0
2016-02-09Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie54-666/+395