summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-29drm/amdgpu: remove amdgpu_fence_ref/unrefdrm-next-4.4Christian König4-35/+4
2015-10-29drm/amdgpu: use common fence for syncChristian König2-11/+12
2015-10-29drm/amdgpu: use the new fence_is_laterChristian König1-17/+13
2015-10-29drm/amdgpu: use common fences for VMID management v2Christian König4-18/+21
2015-10-29drm/amdgpu: move ring_from_fence to common codeChristian König3-21/+27
2015-10-29drm/amdgpu: switch to common fence_wait_any_timeout v2Christian König3-109/+13
2015-10-29drm/amdgpu: remove unneeded fence functionsChristian König1-12/+1
2015-10-29dma-buf/fence: add fence_is_later()Christian König1-3/+19
2015-10-29dma-buf/fence: add fence_wait_any_timeout function v2Christian König2-1/+100
2015-10-21drm/amdgpu: change VM size default to 64GBChristian König1-2/+2
2015-10-21drm/amdgpu: add Stoney pci idsSamuel Li1-0/+2
2015-10-21drm/amdgpu: update the core VI support for StoneySamuel Li3-7/+34
2015-10-21drm/amdgpu: add VCE support for Stoney (v2)Samuel Li2-2/+8
2015-10-21drm/amdgpu: add UVD support for StoneySamuel Li1-0/+5
2015-10-21drm/amdgpu: add GFX support for Stoney (v2)Samuel Li1-18/+382
2015-10-21drm/amdgpu: add SDMA support for Stoney (v2)Samuel Li1-0/+28
2015-10-21drm/amdgpu: add DCE support for StoneySamuel Li1-1/+18
2015-10-21drm/amdgpu: Update SMC/DPM for StoneySamuel Li2-16/+65
2015-10-21drm/amdgpu: add GMC support for StoneySamuel Li1-0/+12
2015-10-21drm/amdgpu: add Stoney chip familySamuel Li2-0/+2
2015-10-21drm/amdgpu: fix the broken vm->mutex V2Chunming Zhou3-46/+19
2015-10-21drm/amdgpu: remove the unnecessary parameter adev for amdgpu_fence_wait_any()Junwei Zhang3-10/+4
2015-10-21drm/amdgpu: remove the exclusive lockChristian König6-42/+8
2015-10-21drm/amdgpu: remove old lockup detection infrastructureChristian König15-169/+1
2015-10-21drm: fix trivial typosGeliang Tang4-4/+4
2015-10-19drm/amdgpu/dce: simplify suspend/resumeAlex Deucher3-33/+14
2015-10-19drm/amdgpu/gfx8: set TC_WB_ACTION_EN in RELEASE_MEM packetAlex Deucher1-0/+1
2015-10-15drm/radeon: Use rdev->gem.mutex to protect hyperz/cmask ownersDaniel Vetter1-2/+8
2015-10-14drm/amdgpu: fix lockup when clean pending fencesJunwei Zhang1-3/+3
2015-10-14drm/amdgpu: add timer to fence to detect scheduler lockupJunwei Zhang3-3/+61
2015-10-14drm/amdgpu: add VM CS mapping trace pointChristian König2-1/+19
2015-10-14drm/amdgpu: add option to clear VM page tables after every submitChristian König3-1/+21
2015-10-14drm/amdgpu: add option to stop on VM faultChristian König4-6/+80
2015-10-14drm/amdgpu: only print meaningful VM faultsChristian König2-4/+12
2015-10-14drm/amdgpu: also trace already allocated VMIDsChristian König1-1/+3
2015-10-14drm/amdgpu: Drop unnecessary #include <linux/vga_switcheroo.h>Lukas Wunner2-2/+0
2015-10-14drm/radeon: Drop unnecessary #include <linux/vga_switcheroo.h>Lukas Wunner3-3/+0
2015-10-14drm/amdgpu: clean up pageflip interrupt handlingAlex Deucher3-159/+51
2015-10-14drm/amdgpu: rework sdma structuresAlex Deucher9-258/+245
2015-10-14drm/amdgpu: unpin cursor BOs on suspend and pin them again on resumeAlex Deucher1-1/+30
2015-10-14drm/amdgpu/dce8: Fold set_cursor() into show_cursor()Alex Deucher1-13/+5
2015-10-14drm/amdgpu/dce8: Clean up reference counting and pinning of the cursor BOsAlex Deucher1-37/+24
2015-10-14drm/amdgpu/dce8: Move hotspot handling out of set_cursorAlex Deucher1-19/+17
2015-10-14drm/amdgpu/dce8: Re-show the cursor after a modeset (v2)Alex Deucher1-24/+57
2015-10-14drm/amdgpu/dce8: Use cursor_set2 hook for enabling / disabling the HW cursorAlex Deucher1-23/+51
2015-10-14drm/amdgpu/dce11: Fold set_cursor() into show_cursor()Alex Deucher1-13/+5
2015-10-14drm/amdgpu/dce11: Clean up reference counting and pinning of the cursor BOsAlex Deucher1-37/+24
2015-10-14drm/amdgpu/dce11: Move hotspot handling out of set_cursorAlex Deucher1-19/+17
2015-10-14drm/amdgpu/dce11: Re-show the cursor after a modeset (v2)Alex Deucher1-24/+57
2015-10-14drm/amdgpu/dce11: Use cursor_set2 hook for enabling / disabling the HW cursorAlex Deucher1-23/+51