index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
ld-version.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-02-13
drm/i915: Exercise filling the top/bottom portions of the global GTT
Chris Wilson
1
-1
/
+60
2017-02-13
drm/i915: Exercise filling the top/bottom portions of the ppgtt
Chris Wilson
2
-0
/
+365
2017-02-13
drm/i915: Add initial selftests for i915_gem_gtt
Chris Wilson
3
-0
/
+101
2017-02-13
drm/i915: Add a live dmabuf selftest
Chris Wilson
2
-0
/
+10
2017-02-13
drm/i915: Add some mock tests for dmabuf interop
Chris Wilson
5
-0
/
+517
2017-02-13
drm/i915: Sanity check all registers for matching fw domains
Chris Wilson
1
-0
/
+59
2017-02-13
drm/i915: Test all fw tables during mock selftests
Chris Wilson
2
-13
/
+37
2017-02-13
drm/i915: Move uncore selfchecks to live selftest infrastructure
Chris Wilson
3
-48
/
+105
2017-02-13
drm/i915: Test coherency of and barriers between cache domains
Chris Wilson
4
-0
/
+388
2017-02-13
drm/i915: Test exhaustion of the mmap space
Chris Wilson
1
-0
/
+138
2017-02-13
drm/i915: Test partial mappings
Chris Wilson
1
-0
/
+293
2017-02-13
drm/i915: Add a live seftest for GEM objects
Chris Wilson
2
-0
/
+50
2017-02-13
drm/i915: Add selftests for object allocation, phys
Chris Wilson
3
-0
/
+122
2017-02-13
drm/i915: Live testing of empty requests
Chris Wilson
1
-0
/
+155
2017-02-13
drm/i915: Test request ordering between engines
Chris Wilson
1
-0
/
+132
2017-02-13
drm/i915: Test simultaneously submitting requests to all engines
Chris Wilson
1
-0
/
+184
2017-02-13
drm/i915: Simple selftest to exercise live requests
Chris Wilson
2
-0
/
+148
2017-02-13
drm/i915: Add a simple fence selftest to i915_gem_request
Chris Wilson
1
-0
/
+61
2017-02-13
drm/i915: Add a simple request selftest for waiting
Chris Wilson
1
-0
/
+71
2017-02-13
drm/i915: Add selftests for i915_gem_request
Chris Wilson
3
-0
/
+74
2017-02-13
drm/i915: Create a fake object for testing huge allocations
Chris Wilson
4
-8
/
+193
2017-02-13
drm/i915: Mock infrastructure for request emission
Chris Wilson
10
-18
/
+483
2017-02-13
drm/i915: Mock a GGTT for self-testing
Chris Wilson
4
-0
/
+208
2017-02-13
drm/i915: Mock the GEM device for self-testing
Chris Wilson
7
-0
/
+210
2017-02-13
drm/i915: Add unit tests for the breadcrumb rbtree, wakeups
Chris Wilson
1
-0
/
+201
2017-02-13
drm/i915: Add unit tests for the breadcrumb rbtree, completion
Chris Wilson
2
-0
/
+113
2017-02-13
drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove
Chris Wilson
7
-0
/
+287
2017-02-13
drm/i915: Add some selftests for sg_table manipulation
Chris Wilson
3
-3
/
+364
2017-02-13
drm/i915: Provide a hook for selftests
Chris Wilson
10
-7
/
+531
2017-02-13
drm/i915: Clear the last_retired_context following a hang/reset
Chris Wilson
1
-1
/
+7
2017-02-13
drm/i915: Park the breadcrumbs signaler across a GPU reset
Chris Wilson
2
-1
/
+18
2017-02-13
drm/i915: Kill the tasklet then disable
Chris Wilson
1
-1
/
+1
2017-02-13
drm/i915: Always call i915_gem_reset_finish() following i915_gem_reset_prepare()
Chris Wilson
1
-1
/
+1
2017-02-13
drm/i915: Assert that the active request hasn't been signaled
Chris Wilson
1
-0
/
+2
2017-02-10
drm/i915: Rename conditional GEM execution macros
Chris Wilson
4
-14
/
+14
2017-02-10
drm/i915: Move the irq_barrier for reset earlier into reset_prepare
Chris Wilson
1
-3
/
+3
2017-02-10
drm/i915: Flush the freed object queue on device release
Chris Wilson
1
-0
/
+2
2017-02-10
drm/i915: Unbind any residual objects/vma from the Global GTT on shutdown
Chris Wilson
1
-0
/
+9
2017-02-10
drm/i915: Split device release from unload
Chris Wilson
1
-5
/
+15
2017-02-10
drm/i915/debugfs: Add i915_hpd_storm_ctl
Lyude
5
-6
/
+94
2017-02-10
drm/i915: Simplify platform checks in intel_fb_pitch_limit()
Ville Syrjälä
1
-2
/
+1
2017-02-10
drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS code
Ville Syrjälä
1
-3
/
+3
2017-02-10
drm/i915/byt: Take powerwell for reading PIPESTAT in debugfs
Chris Wilson
1
-1
/
+13
2017-02-10
drm/i915: Always pin contexts into the high GGTT
Chris Wilson
2
-12
/
+4
2017-02-10
drm/i915: Remove unused function intel_ddi_get_link_dpll()
Ander Conselvan de Oliveira
4
-101
/
+8
2017-02-10
drm/i915: Make power domain masks 64 bit long
Ander Conselvan de Oliveira
4
-209
/
+209
2017-02-09
drm/i915: Use the size/type of address space to make decisions
Chris Wilson
4
-13
/
+22
2017-02-09
drm/amdgpu: report the number of bytes moved at buffer creation
Samuel Pitoiset
3
-2
/
+8
2017-02-09
drm/amdgpu: fix a potential deadlock in amdgpu_bo_create_restricted()
Samuel Pitoiset
1
-1
/
+4
2017-02-09
drm/amdgpu: add support for new smc firmware on polaris
Alex Deucher
2
-6
/
+29
[next]