summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* dma-buf/fence: add fence_wait_any_timeout function v2Christian König2015-10-301-0/+98
* drm/amdgpu: ignore scheduler fences from the same entityChristian König2015-10-281-0/+6
* drm/amdgpu: add GFX 8.1 register headersAlex Deucher2015-10-283-0/+30967
* drm/amdgpu: add some additional CZ revisionsAlex Deucher2015-10-281-0/+7
* drm/radeon/dce4+: optimize pageflip (v2)Alex Deucher2015-10-261-28/+4
* drm/amdgpu/dce11: optimize pageflipAlex Deucher2015-10-231-29/+5
* drm/amdgpu/dce10: optimize pageflipAlex Deucher2015-10-231-30/+6
* drm/amdgpu/dce8: optimize pageflipAlex Deucher2015-10-231-31/+7
* drm/amdgpu: change VM size default to 64GBChristian König2015-10-211-2/+2
* drm/amdgpu: add Stoney pci idsSamuel Li2015-10-211-0/+2
* drm/amdgpu: update the core VI support for StoneySamuel Li2015-10-212-6/+33
* drm/amdgpu: add VCE support for Stoney (v2)Samuel Li2015-10-212-2/+8
* drm/amdgpu: add UVD support for StoneySamuel Li2015-10-211-0/+5
* drm/amdgpu: add GFX support for Stoney (v2)Samuel Li2015-10-211-18/+382
* drm/amdgpu: add SDMA support for Stoney (v2)Samuel Li2015-10-211-0/+28
* drm/amdgpu: add DCE support for StoneySamuel Li2015-10-211-1/+18
* drm/amdgpu: Update SMC/DPM for StoneySamuel Li2015-10-212-16/+65
* drm/amdgpu: add GMC support for StoneySamuel Li2015-10-211-0/+12
* drm/amdgpu: add Stoney chip familySamuel Li2015-10-212-0/+2
* drm/amdgpu: fix the broken vm->mutex V2Chunming Zhou2015-10-213-46/+19
* drm/amdgpu: remove the unnecessary parameter adev for amdgpu_fence_wait_any()Junwei Zhang2015-10-213-10/+4
* drm/amdgpu: remove the exclusive lockChristian König2015-10-216-42/+8
* drm/amdgpu: remove old lockup detection infrastructureChristian König2015-10-2115-169/+1
* drm: fix trivial typosGeliang Tang2015-10-214-4/+4
* drm/amdgpu/dce: simplify suspend/resumeAlex Deucher2015-10-193-33/+14
* drm/amdgpu/gfx8: set TC_WB_ACTION_EN in RELEASE_MEM packetAlex Deucher2015-10-191-0/+1
* drm/radeon: Use rdev->gem.mutex to protect hyperz/cmask ownersDaniel Vetter2015-10-151-2/+8
* drm/amdgpu: fix lockup when clean pending fencesJunwei Zhang2015-10-141-3/+3
* drm/amdgpu: add timer to fence to detect scheduler lockupJunwei Zhang2015-10-143-3/+61
* drm/amdgpu: add VM CS mapping trace pointChristian König2015-10-142-1/+19
* drm/amdgpu: add option to clear VM page tables after every submitChristian König2015-10-143-1/+21
* drm/amdgpu: add option to stop on VM faultChristian König2015-10-144-6/+80
* drm/amdgpu: only print meaningful VM faultsChristian König2015-10-142-4/+12
* drm/amdgpu: also trace already allocated VMIDsChristian König2015-10-141-1/+3
* drm/amdgpu: Drop unnecessary #include <linux/vga_switcheroo.h>Lukas Wunner2015-10-142-2/+0
* drm/radeon: Drop unnecessary #include <linux/vga_switcheroo.h>Lukas Wunner2015-10-143-3/+0
* drm/amdgpu: clean up pageflip interrupt handlingAlex Deucher2015-10-143-159/+51
* drm/amdgpu: rework sdma structuresAlex Deucher2015-10-149-258/+245
* drm/amdgpu: unpin cursor BOs on suspend and pin them again on resumeAlex Deucher2015-10-141-1/+30
* drm/amdgpu/dce8: Fold set_cursor() into show_cursor()Alex Deucher2015-10-141-13/+5
* drm/amdgpu/dce8: Clean up reference counting and pinning of the cursor BOsAlex Deucher2015-10-141-37/+24
* drm/amdgpu/dce8: Move hotspot handling out of set_cursorAlex Deucher2015-10-141-19/+17
* drm/amdgpu/dce8: Re-show the cursor after a modeset (v2)Alex Deucher2015-10-141-24/+57
* drm/amdgpu/dce8: Use cursor_set2 hook for enabling / disabling the HW cursorAlex Deucher2015-10-141-23/+51
* drm/amdgpu/dce11: Fold set_cursor() into show_cursor()Alex Deucher2015-10-141-13/+5
* drm/amdgpu/dce11: Clean up reference counting and pinning of the cursor BOsAlex Deucher2015-10-141-37/+24
* drm/amdgpu/dce11: Move hotspot handling out of set_cursorAlex Deucher2015-10-141-19/+17
* drm/amdgpu/dce11: Re-show the cursor after a modeset (v2)Alex Deucher2015-10-141-24/+57
* drm/amdgpu/dce11: Use cursor_set2 hook for enabling / disabling the HW cursorAlex Deucher2015-10-141-23/+51
* drm/amdgpu/dce10: Fold set_cursor() into show_cursor()Alex Deucher2015-10-141-13/+5