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
/
intel_engine_cs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
2019-02-05
1
-1
/
+1
*
drm/i915: Replace global breadcrumbs with per-context interrupt tracking
Chris Wilson
2019-01-29
1
-28
/
+7
*
drm/i915: Rename execlists->queue_priority to queue_priority_hint
Chris Wilson
2019-01-29
1
-2
/
+2
*
drm/i915: Identify active requests
Chris Wilson
2019-01-29
1
-3
/
+5
*
drm/i915: Track the context's seqno in its own timeline HWSP
Chris Wilson
2019-01-28
1
-3
/
+12
*
drm/i915: Allocate a status page for each timeline
Chris Wilson
2019-01-28
1
-30
/
+46
*
drm/i915: Always allocate an object/vma for the HWSP
Chris Wilson
2019-01-28
1
-54
/
+55
*
drm/i915: Remove GPU reset dependence on struct_mutex
Chris Wilson
2019-01-25
1
-4
/
+2
*
drm/i915: Remove manual breadcumb counting
Chris Wilson
2019-01-25
1
-4
/
+3
*
drm/i915: Measure the required reserved size for request emission
Chris Wilson
2019-01-25
1
-0
/
+49
*
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
2019-01-22
1
-1
/
+1
|
\
|
*
Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2019-01-09
1
-1
/
+1
|
|
\
|
|
*
dma-buf: make fence sequence numbers 64 bit v2
Christian König
2018-12-07
1
-1
/
+1
*
|
|
drm/i915: Use b->irq_enable() as predicate for mock engine
Chris Wilson
2019-01-18
1
-7
/
+4
*
|
|
drm/i915: small isolated c99 types to kernel types switch
Jani Nikula
2019-01-17
1
-6
/
+6
*
|
|
drm/i915: Pull all the reset functionality together into i915_reset.c
Chris Wilson
2019-01-16
1
-0
/
+1
*
|
|
drm/i915: Move intel_execlists_show_requests() aside
Chris Wilson
2019-01-15
1
-51
/
+4
*
|
|
drm/i915/gem: Track the rpm wakerefs
Chris Wilson
2019-01-14
1
-4
/
+8
*
|
|
drm/i915: Markup paired operations on wakerefs
Chris Wilson
2019-01-14
1
-2
/
+2
*
|
|
drm/i915: Always try to reset the GPU on takeover
Chris Wilson
2019-01-03
1
-1
/
+13
*
|
|
drm/i915: start moving runtime device info to a separate struct
Jani Nikula
2019-01-02
1
-2
/
+2
*
|
|
drm/i915: Drop unused engine->irq_seqno_barrier w/a
Chris Wilson
2018-12-31
1
-6
/
+0
*
|
|
drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation
Chris Wilson
2018-12-28
1
-28
/
+1
*
|
|
drm/i915: Apply missed interrupt after reset w/a to all ringbuffer gen
Chris Wilson
2018-12-18
1
-0
/
+31
*
|
|
drm/i915: merge gen checks to use range
Lucas De Marchi
2018-12-13
1
-1
/
+1
*
|
|
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
2018-12-13
1
-2
/
+2
*
|
|
drm/i915: Rename IS_GEN to IS_GEN_RANGE
Lucas De Marchi
2018-12-13
1
-1
/
+1
|
/
/
*
|
drm/i915: Allocate a common scratch page
Chris Wilson
2018-12-04
1
-42
/
+0
*
|
drm/i915: Fuse per-context workaround handling with the common framework
Tvrtko Ursulin
2018-12-04
1
-0
/
+1
*
|
drm/i915: Move register white-listing to the common workaround framework
Tvrtko Ursulin
2018-12-04
1
-0
/
+1
*
|
drm/i915: Introduce per-engine workarounds
Tvrtko Ursulin
2018-12-04
1
-0
/
+2
|
/
*
drm/i915: Show waiter's status on engine dump
Chris Wilson
2018-11-21
1
-2
/
+4
*
drm/i915/selftests: Workaround an issue with unused lockdep subclass
Chris Wilson
2018-11-16
1
-1
/
+1
*
drm/i915: Prefer IS_GEN<n> check with bitmask.
Rodrigo Vivi
2018-10-29
1
-1
/
+1
*
drm/i915: GEM_WARN_ON considered harmful
Tvrtko Ursulin
2018-10-18
1
-4
/
+4
*
drm/i915: Ensure intel_engine_init_execlist() builds with Clang
Jani Nikula
2018-10-17
1
-1
/
+1
*
drm/i915: Inject load failure inside intel_engines_init_mmio
Michal Wajdeczko
2018-10-11
1
-0
/
+3
*
drm/i915: Combine multiple internal plists into the same i915_priolist bucket
Chris Wilson
2018-10-01
1
-3
/
+3
*
drm/i915: Convert to BITS_PER_TYPE
Chris Wilson
2018-09-26
1
-1
/
+1
*
drm/i915: Flush the tasklet when checking for idle
Chris Wilson
2018-09-14
1
-0
/
+3
*
drm/i915: Use a cached mapping for the physical HWS
Chris Wilson
2018-09-03
1
-12
/
+13
*
drm/i915: Combine cleanup_status_page()
Chris Wilson
2018-09-03
1
-14
/
+6
*
drm/i915: Correct CSB probing for engine state dumper
Chris Wilson
2018-08-21
1
-12
/
+11
*
drm/i915: Clear stop-engine for a pardoned reset
Chris Wilson
2018-08-15
1
-0
/
+10
*
drm/i915: Pull seqno started checks together
Chris Wilson
2018-08-07
1
-2
/
+1
*
drm/i915: Eliminate use of PAGE_SIZE as a virtual alignment
Chris Wilson
2018-07-27
1
-2
/
+2
*
drm/i915: Pull unpin map into vma release
Chris Wilson
2018-07-24
1
-15
/
+3
*
drm/i915: Do not short-circuit tasklets during reset
Chris Wilson
2018-07-13
1
-5
/
+7
*
drm/i915/execlists: Switch to rb_root_cached
Chris Wilson
2018-07-11
1
-4
/
+3
*
drm/i915: Replace nested subclassing with explicit subclasses
Chris Wilson
2018-07-07
1
-0
/
+1
[next]