index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
2019-03-05
45
-432
/
+422
*
drm/i915: Remove last traces of exec-id (GEM_BUSY)
Chris Wilson
2019-03-05
4
-41
/
+34
*
drm/i915: Stop capturing semaphore registers for gen6/7 GPU hangs
Chris Wilson
2019-03-05
2
-24
/
+2
*
drm/i915: Just check the vebox IIR regardless
Chris Wilson
2019-03-05
1
-6
/
+4
*
drm/i915/gtt: Store scratch page size alongside not in the common struct
Chris Wilson
2019-03-05
2
-6
/
+7
*
drm/i915/gtt: Use optimised memset32/64 for clearing PTE
Chris Wilson
2019-03-05
1
-9
/
+3
*
drm/i915: Fix bit name in PP_STATUS register
Lucas De Marchi
2019-03-05
1
-1
/
+1
*
drm/i915: allow platforms without eDP transcoder
Lucas De Marchi
2019-03-05
3
-4
/
+8
*
drm/i915: refactor transcoders reporting on error state
Lucas De Marchi
2019-03-05
1
-9
/
+12
*
drm/i915: Forcing a modeset when resetting HDMI link
José Roberto de Souza
2019-03-04
1
-1
/
+1
*
drm/i915: Don't manually add connectors and planes state
José Roberto de Souza
2019-03-04
1
-8
/
+0
*
drm/i915: Fix atomic state leak when resetting HDMI link
José Roberto de Souza
2019-03-04
1
-6
/
+1
*
drm/i915: Fix the state checker for ICL Y planes
Ville Syrjälä
2019-03-04
1
-1
/
+2
*
drm/i915: Yet another if/else sort of newer to older platforms.
Rodrigo Vivi
2019-03-04
4
-90
/
+82
*
drm/i915: Acquire breadcrumb ref before cancelling
Chris Wilson
2019-03-04
1
-10
/
+8
*
drm/i915: extract AUX mask assignment to separate function
Lucas De Marchi
2019-03-02
1
-14
/
+20
*
drm/i915/icl: move MG pll hw_state readout
Lucas De Marchi
2019-03-02
1
-48
/
+74
*
drm/i915: Re-arrange execbuf so context is known before engine
Tvrtko Ursulin
2019-03-01
1
-4
/
+7
*
drm/i915: Fix I915_EXEC_RING_MASK
Chris Wilson
2019-03-01
1
-1
/
+1
*
drm/i915: Prioritise non-busywait semaphore workloads
Chris Wilson
2019-03-01
4
-4
/
+29
*
drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
Chris Wilson
2019-03-01
10
-11
/
+181
*
drm/i915: Keep timeline HWSP allocated until idle across the system
Chris Wilson
2019-03-01
5
-39
/
+420
*
drm/i915/execlists: Suppress redundant preemption
Chris Wilson
2019-03-01
1
-4
/
+40
*
drm/i915/selftests: Check that whitelisted registers are accessible
Chris Wilson
2019-03-01
1
-1
/
+377
*
drm/i915: Finalize Wa_1408961008:icl
Ville Syrjälä
2019-03-01
1
-2
/
+6
*
drm/i915: Introduce i915_timeline.mutex
Chris Wilson
2019-03-01
5
-4
/
+10
*
drm/i915/execlists: Suppress mere WAIT preemption
Chris Wilson
2019-03-01
6
-3
/
+189
*
drm/i915: Use __ffs() in for_each_priolist for more compact code
Chris Wilson
2019-02-28
1
-2
/
+4
*
drm/i915: Remove second level open-coded rcu work
Chris Wilson
2019-02-28
3
-94
/
+6
*
drm/i915: Make object/vma allocation caches global
Chris Wilson
2019-02-28
20
-86
/
+170
*
drm/i915: Make request allocation caches global
Chris Wilson
2019-02-28
19
-149
/
+312
*
drm/i915: Report engines are idle if already parked
Chris Wilson
2019-02-28
1
-3
/
+7
*
Revert "drm/i915: Avoid waking the engines just to check if they are idle"
Chris Wilson
2019-02-28
1
-11
/
+6
*
drm/i915: Compute the global scheduler caps
Chris Wilson
2019-02-28
4
-6
/
+43
*
drm/i915: Avoid waking the engines just to check if they are idle
Chris Wilson
2019-02-27
1
-6
/
+11
*
drm/i915: Skip scanning for signalers if we are already inflight
Chris Wilson
2019-02-27
1
-0
/
+9
*
drm/i915: Include infoframes in the crtc state dump
Ville Syrjälä
2019-02-26
1
-0
/
+26
*
drm/i915: Check infoframe state in intel_pipe_config_compare()
Ville Syrjälä
2019-02-26
1
-1
/
+48
*
drm/i915/sdvo: Read out HDMI infoframes
Ville Syrjälä
2019-02-26
1
-3
/
+91
*
drm/i915/sdvo: Precompute HDMI infoframes
Ville Syrjälä
2019-02-26
1
-17
/
+45
*
drm/i915: Read out HDMI infoframes
Ville Syrjälä
2019-02-26
4
-0
/
+206
*
drm/i915: Precompute HDMI infoframes
Ville Syrjälä
2019-02-26
3
-69
/
+185
*
drm/i915: Store mask of enabled infoframes in the crtc state
Ville Syrjälä
2019-02-26
3
-2
/
+12
*
drm/i915: Return the mask of enabled infoframes from ->inforame_enabled()
Ville Syrjälä
2019-02-26
4
-29
/
+65
*
drm/i915: Add the missing HDMI gamut metadata packet stuff
Ville Syrjälä
2019-02-26
2
-3
/
+17
*
drm/i915/query: Split out query item checks
Abdiel Janulgue
2019-02-26
1
-13
/
+26
*
drm/i915/selftests: Exercise resetting during non-user payloads
Chris Wilson
2019-02-26
1
-0
/
+218
*
drm/i915: Remove i915_request.global_seqno
Chris Wilson
2019-02-26
12
-194
/
+32
*
drm/i915: Remove access to global seqno in the HWSP
Chris Wilson
2019-02-26
10
-104
/
+19
*
drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
Chris Wilson
2019-02-26
6
-11
/
+77
[next]