index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dma-buf/fence: add fence_wait_any_timeout function v2
Christian König
2015-10-30
1
-0
/
+98
*
drm/amdgpu: ignore scheduler fences from the same entity
Christian König
2015-10-28
1
-0
/
+6
*
drm/amdgpu: add GFX 8.1 register headers
Alex Deucher
2015-10-28
3
-0
/
+30967
*
drm/amdgpu: add some additional CZ revisions
Alex Deucher
2015-10-28
1
-0
/
+7
*
drm/radeon/dce4+: optimize pageflip (v2)
Alex Deucher
2015-10-26
1
-28
/
+4
*
drm/amdgpu/dce11: optimize pageflip
Alex Deucher
2015-10-23
1
-29
/
+5
*
drm/amdgpu/dce10: optimize pageflip
Alex Deucher
2015-10-23
1
-30
/
+6
*
drm/amdgpu/dce8: optimize pageflip
Alex Deucher
2015-10-23
1
-31
/
+7
*
drm/amdgpu: change VM size default to 64GB
Christian König
2015-10-21
1
-2
/
+2
*
drm/amdgpu: add Stoney pci ids
Samuel Li
2015-10-21
1
-0
/
+2
*
drm/amdgpu: update the core VI support for Stoney
Samuel Li
2015-10-21
2
-6
/
+33
*
drm/amdgpu: add VCE support for Stoney (v2)
Samuel Li
2015-10-21
2
-2
/
+8
*
drm/amdgpu: add UVD support for Stoney
Samuel Li
2015-10-21
1
-0
/
+5
*
drm/amdgpu: add GFX support for Stoney (v2)
Samuel Li
2015-10-21
1
-18
/
+382
*
drm/amdgpu: add SDMA support for Stoney (v2)
Samuel Li
2015-10-21
1
-0
/
+28
*
drm/amdgpu: add DCE support for Stoney
Samuel Li
2015-10-21
1
-1
/
+18
*
drm/amdgpu: Update SMC/DPM for Stoney
Samuel Li
2015-10-21
2
-16
/
+65
*
drm/amdgpu: add GMC support for Stoney
Samuel Li
2015-10-21
1
-0
/
+12
*
drm/amdgpu: add Stoney chip family
Samuel Li
2015-10-21
2
-0
/
+2
*
drm/amdgpu: fix the broken vm->mutex V2
Chunming Zhou
2015-10-21
3
-46
/
+19
*
drm/amdgpu: remove the unnecessary parameter adev for amdgpu_fence_wait_any()
Junwei Zhang
2015-10-21
3
-10
/
+4
*
drm/amdgpu: remove the exclusive lock
Christian König
2015-10-21
6
-42
/
+8
*
drm/amdgpu: remove old lockup detection infrastructure
Christian König
2015-10-21
15
-169
/
+1
*
drm: fix trivial typos
Geliang Tang
2015-10-21
4
-4
/
+4
*
drm/amdgpu/dce: simplify suspend/resume
Alex Deucher
2015-10-19
3
-33
/
+14
*
drm/amdgpu/gfx8: set TC_WB_ACTION_EN in RELEASE_MEM packet
Alex Deucher
2015-10-19
1
-0
/
+1
*
drm/radeon: Use rdev->gem.mutex to protect hyperz/cmask owners
Daniel Vetter
2015-10-15
1
-2
/
+8
*
drm/amdgpu: fix lockup when clean pending fences
Junwei Zhang
2015-10-14
1
-3
/
+3
*
drm/amdgpu: add timer to fence to detect scheduler lockup
Junwei Zhang
2015-10-14
3
-3
/
+61
*
drm/amdgpu: add VM CS mapping trace point
Christian König
2015-10-14
2
-1
/
+19
*
drm/amdgpu: add option to clear VM page tables after every submit
Christian König
2015-10-14
3
-1
/
+21
*
drm/amdgpu: add option to stop on VM fault
Christian König
2015-10-14
4
-6
/
+80
*
drm/amdgpu: only print meaningful VM faults
Christian König
2015-10-14
2
-4
/
+12
*
drm/amdgpu: also trace already allocated VMIDs
Christian König
2015-10-14
1
-1
/
+3
*
drm/amdgpu: Drop unnecessary #include <linux/vga_switcheroo.h>
Lukas Wunner
2015-10-14
2
-2
/
+0
*
drm/radeon: Drop unnecessary #include <linux/vga_switcheroo.h>
Lukas Wunner
2015-10-14
3
-3
/
+0
*
drm/amdgpu: clean up pageflip interrupt handling
Alex Deucher
2015-10-14
3
-159
/
+51
*
drm/amdgpu: rework sdma structures
Alex Deucher
2015-10-14
9
-258
/
+245
*
drm/amdgpu: unpin cursor BOs on suspend and pin them again on resume
Alex Deucher
2015-10-14
1
-1
/
+30
*
drm/amdgpu/dce8: Fold set_cursor() into show_cursor()
Alex Deucher
2015-10-14
1
-13
/
+5
*
drm/amdgpu/dce8: Clean up reference counting and pinning of the cursor BOs
Alex Deucher
2015-10-14
1
-37
/
+24
*
drm/amdgpu/dce8: Move hotspot handling out of set_cursor
Alex Deucher
2015-10-14
1
-19
/
+17
*
drm/amdgpu/dce8: Re-show the cursor after a modeset (v2)
Alex Deucher
2015-10-14
1
-24
/
+57
*
drm/amdgpu/dce8: Use cursor_set2 hook for enabling / disabling the HW cursor
Alex Deucher
2015-10-14
1
-23
/
+51
*
drm/amdgpu/dce11: Fold set_cursor() into show_cursor()
Alex Deucher
2015-10-14
1
-13
/
+5
*
drm/amdgpu/dce11: Clean up reference counting and pinning of the cursor BOs
Alex Deucher
2015-10-14
1
-37
/
+24
*
drm/amdgpu/dce11: Move hotspot handling out of set_cursor
Alex Deucher
2015-10-14
1
-19
/
+17
*
drm/amdgpu/dce11: Re-show the cursor after a modeset (v2)
Alex Deucher
2015-10-14
1
-24
/
+57
*
drm/amdgpu/dce11: Use cursor_set2 hook for enabling / disabling the HW cursor
Alex Deucher
2015-10-14
1
-23
/
+51
*
drm/amdgpu/dce10: Fold set_cursor() into show_cursor()
Alex Deucher
2015-10-14
1
-13
/
+5
[next]