summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-14drm/amdgpu/dce10: Fold set_cursor() into show_cursor()Alex Deucher1-13/+5
2015-10-14drm/amdgpu/dce10: Clean up reference counting and pinning of the cursor BOsAlex Deucher1-37/+24
2015-10-14drm/amdgpu/dce10: Move hotspot handling out of set_cursorAlex Deucher1-19/+17
2015-10-14drm/amdgpu/dce10: Re-show the cursor after a modeset (v2)Alex Deucher1-24/+57
2015-10-14drm/amdgpu/dce10: Use cursor_set2 hook for enabling / disabling the HW cursorAlex Deucher2-23/+55
2015-10-14drm/amdgpu/atom: add support for new div32 opcodes (v3)Alex Deucher2-2/+25
2015-10-14drm/amdgpu/atom: add support for new mul32 opcodes (v2)Alex Deucher2-2/+18
2015-10-14drm/amdgpu/atom: add support for process ds opcodeAlex Deucher1-1/+10
2015-10-14drm/amdgpu/atom: implement debug opcodeAlex Deucher1-1/+2
2015-10-08drm/amdgpu: disable hw semaphores by defaultAlex Deucher1-2/+2
2015-10-08drm/amdgpu: enable scheduler by defaultChunming Zhou1-2/+2
2015-10-08drm/amdgpu: add TOPDOWN flag to the whole vramChunming Zhou1-0/+2
2015-10-08drm/amdgpu: add vram usage into debugfsChunming Zhou1-0/+5
2015-10-08drm/amdgpu: split gfx8 gpu init into sw and hw partsAlex Deucher1-190/+197
2015-10-02drm/radeon: remove volatile qualifierGrazvydas Ignotas1-3/+3
2015-10-02drm/radeon: refactor register check loopGrazvydas Ignotas1-6/+4