index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
selftests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Beware temporary wedging when determining -EIO
Chris Wilson
2019-02-20
11
-24
/
+24
*
drm/i915/selftests: Make unbannable contexts for reset handling
Chris Wilson
2019-02-18
3
-0
/
+5
*
drm/i915/selftests: Move local mock_ggtt allocations to the heap
Chris Wilson
2019-02-17
2
-10
/
+22
*
drm/i915/selftests: Always free spinner on __sseu_prepare error
Chris Wilson
2019-02-16
1
-35
/
+34
*
drm/i915/selftests: Drop unnecessary struct_mutex around i915_reset()
Chris Wilson
2019-02-15
1
-2
/
+0
*
drm/i915/selftests: Always use an active engine while resetting
Chris Wilson
2019-02-15
1
-19
/
+8
*
drm/i915: Don't claim an unstarted request was guilty
Chris Wilson
2019-02-08
2
-0
/
+13
*
drm/i915: Revoke mmaps and prevent access to fence registers across reset
Chris Wilson
2019-02-08
2
-3
/
+3
*
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
2019-02-05
1
-2
/
+2
*
drm/i915: Generalise GPU activity tracking
Chris Wilson
2019-02-05
2
-1
/
+159
*
drm/i915/selftests: Exercise some AB...BA preemption chains
Chris Wilson
2019-02-05
1
-0
/
+103
*
drm/i915/selftests: Context SSEU reconfiguration tests
Tvrtko Ursulin
2019-02-05
1
-0
/
+467
*
drm/i915: Add timeline barrier support
Tvrtko Ursulin
2019-02-05
1
-0
/
+1
*
drm/i915: Drop fake breadcrumb irq
Chris Wilson
2019-01-29
1
-7
/
+0
*
drm/i915: Replace global breadcrumbs with per-context interrupt tracking
Chris Wilson
2019-01-29
9
-489
/
+494
*
drm/i915/execlists: Suppress preempting self
Chris Wilson
2019-01-29
1
-0
/
+138
*
drm/i915: Identify active requests
Chris Wilson
2019-01-29
1
-1
/
+1
*
drm/i915/selftests: Apply a subtest filter
Chris Wilson
2019-01-29
1
-0
/
+47
*
drm/i915: Track the context's seqno in its own timeline HWSP
Chris Wilson
2019-01-28
2
-7
/
+19
*
drm/i915: Share per-timeline HWSP using a slab suballocator
Chris Wilson
2019-01-28
3
-7
/
+172
*
drm/i915: Allocate a status page for each timeline
Chris Wilson
2019-01-28
4
-4
/
+339
*
drm/i915: Move list of timelines under its own lock
Chris Wilson
2019-01-28
2
-3
/
+7
*
drm/i915: Always allocate an object/vma for the HWSP
Chris Wilson
2019-01-28
1
-1
/
+1
*
drm/i915: Move vma lookup to its own lock
Chris Wilson
2019-01-28
1
-2
/
+2
*
drm/i915: Pull VM lists under the VM mutex.
Chris Wilson
2019-01-28
2
-0
/
+6
*
drm/i915: Stop tracking MRU activity on VMA
Chris Wilson
2019-01-28
2
-3
/
+3
*
drm/i915: Issue engine resets onto idle engines
Chris Wilson
2019-01-25
1
-16
/
+6
*
drm/i915/selftests: Trim struct_mutex duration for set-wedged selftest
Chris Wilson
2019-01-25
1
-3
/
+4
*
drm/i915: Remove GPU reset dependence on struct_mutex
Chris Wilson
2019-01-25
3
-33
/
+31
*
drm/i915: Measure the required reserved size for request emission
Chris Wilson
2019-01-25
1
-2
/
+2
*
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
2019-01-22
1
-7
/
+7
|
\
|
*
Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2019-01-09
1
-7
/
+7
|
|
\
|
|
*
drm/i915: Compile fix for 64b dma-fence seqno
Mika Kuoppala
2018-12-07
1
-7
/
+7
*
|
|
drm/i915: Refactor out intel_context_init()
Chris Wilson
2019-01-22
1
-5
/
+2
*
|
|
drm/i915/selftests: Use common mock_engine::advance
Chris Wilson
2019-01-22
1
-10
/
+7
*
|
|
drm/i915/selftests: Refactor common live_test framework
Chris Wilson
2019-01-22
4
-163
/
+146
*
|
|
drm/i915/selftests: Create a clean GGTT for vma/gtt selftesting
Chris Wilson
2019-01-22
5
-88
/
+114
*
|
|
drm/i915/selftests: Track evict objects explicitly
Chris Wilson
2019-01-22
1
-59
/
+55
*
|
|
drm/i915/selftests: Allocate mock ring/timeline per context
Chris Wilson
2019-01-18
1
-43
/
+47
*
|
|
drm/i915/selftests: Make evict tolerant of foreign objects
Chris Wilson
2019-01-18
1
-11
/
+53
*
|
|
drm/i915: Use b->irq_enable() as predicate for mock engine
Chris Wilson
2019-01-18
1
-1
/
+0
*
|
|
drm/i915/selftests: Query the vm under test for hugepage support
Chris Wilson
2019-01-18
1
-1
/
+1
*
|
|
drm/i915: Pull all the reset functionality together into i915_reset.c
Chris Wilson
2019-01-16
2
-0
/
+3
*
|
|
drm/i915: Serialise concurrent calls to i915_gem_set_wedged()
Chris Wilson
2019-01-16
1
-0
/
+1
*
|
|
drm/i915: Differentiate between ggtt->mutex and ppgtt->mutex
Chris Wilson
2019-01-14
1
-3
/
+3
*
|
|
drm/i915: Syntatic sugar for using intel_runtime_pm
Chris Wilson
2019-01-14
6
-56
/
+45
*
|
|
drm/i915/selftests: Mark up rpm wakerefs
Chris Wilson
2019-01-14
12
-78
/
+138
*
|
|
drm/i915: Markup paired operations on wakerefs
Chris Wilson
2019-01-14
12
-37
/
+37
*
|
|
drm/i915: Track all held rpm wakerefs
Chris Wilson
2019-01-14
1
-3
/
+5
*
|
|
drm/i915/selftests: recreate WA lists inside the selftest
Daniele Ceraolo Spurio
2019-01-10
1
-8
/
+61
[next]