index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-08-04
drm/i915: Fix up vma alignment to be u64
Chris Wilson
3
-21
/
+20
2016-08-04
drm/i915: Remove i915_gem_execbuffer_retire_commands()
Chris Wilson
1
-8
/
+1
2016-08-04
drm/i915: Remove request retirement before each batch
Chris Wilson
3
-5
/
+2
2016-08-04
drm/i915: Double check the active status on the batch pool
Chris Wilson
3
-10
/
+13
2016-08-04
drm/i915: Remove surplus drm_device parameter to i915_gem_evict_something()
Chris Wilson
5
-15
/
+15
2016-08-04
drm/i915: Combine loops within i915_gem_evict_something
Chris Wilson
1
-73
/
+70
2016-08-04
drm/i915: Acquire audio powerwell for HD-Audio registers
Chris Wilson
1
-0
/
+6
2016-08-04
drm/i915: Don't try to ack sink irqs when there are none
Ville Syrjälä
1
-4
/
+6
2016-08-04
drm/i915: Remove useless rate_to_index() usage
Ville Syrjälä
1
-1
/
+1
2016-08-04
drm/i915: Allow MST sinks to work even if drm_probe_ddc() fails
Ville Syrjälä
1
-15
/
+30
2016-08-04
drm/i915: Track active streams also for DP SST
Ville Syrjälä
4
-10
/
+26
2016-08-04
drm/i915: Reject mixing MST and SST/HDMI on the same digital port
Ville Syrjälä
1
-0
/
+10
2016-08-04
drm/i915: Avoid mixing up SST and MST in DDI setup
Ville Syrjälä
3
-18
/
+5
2016-08-04
drm/i915: Read PSR caps/intermediate freqs/etc. only once on eDP
Ville Syrjälä
1
-71
/
+84
2016-08-04
drm/i915: Add missing rpm wakelock to GGTT pread
Chris Wilson
1
-1
/
+4
2016-08-04
drm/i915/fbc: FBC causes display flicker when VT-d is enabled on Skylake
Chris Wilson
1
-0
/
+20
2016-08-04
drm/i915: Fix use of engine->index for register offset
Chris Wilson
1
-1
/
+1
2016-08-04
Revert "drm/i915: Clean up associated VMAs on context destruction"
Chris Wilson
4
-40
/
+3
2016-08-04
drm/i915: Mark the context and address space as closed
Chris Wilson
6
-16
/
+63
2016-08-04
drm/i915: Release vma when the handle is closed
Chris Wilson
6
-50
/
+77
2016-08-04
drm/i915: Track active vma requests
Chris Wilson
5
-24
/
+91
2016-08-04
drm/i915: i915_vma_move_to_active prep patch
Chris Wilson
5
-46
/
+51
2016-08-04
drm/i915: Move request list retirement to i915_gem_request.c
Chris Wilson
2
-44
/
+35
2016-08-04
drm/i915: Double check activity before relocations
Chris Wilson
1
-1
/
+15
2016-08-04
drm/i915: s/__i915_wait_request/i915_wait_request/
Chris Wilson
6
-35
/
+35
2016-08-04
drm/i915: Disable waitboosting for a saturated engine
Chris Wilson
1
-1
/
+1
2016-08-04
drm/i915: Move the special case wait-request handling to its one caller
Chris Wilson
3
-34
/
+13
2016-08-04
drm/i915: Convert intel_overlay to request tracking
Chris Wilson
1
-48
/
+34
2016-08-04
drm/i915: Track requests inside each intel_ring
Chris Wilson
4
-11
/
+11
2016-08-04
drm/i915: Refactor activity tracking for requests
Chris Wilson
9
-243
/
+138
2016-08-04
drm/i915: Remove obsolete i915_gem_object_flush_active()
Chris Wilson
1
-56
/
+3
2016-08-04
drm/i915: Rename request->list to link for consistency
Chris Wilson
6
-20
/
+20
2016-08-04
drm/i915: Refactor blocking waits
Chris Wilson
1
-83
/
+75
2016-08-04
drm/i915: Mark up i915_gem_active for locking annotation
Chris Wilson
8
-46
/
+101
2016-08-04
drm/i915: Prepare i915_gem_active for annotations
Chris Wilson
8
-66
/
+204
2016-08-04
drm/i915: Introduce i915_gem_active for request tracking
Chris Wilson
10
-55
/
+93
2016-08-04
drm/i915: Kill drop_pages()
Chris Wilson
1
-15
/
+5
2016-08-04
drm/i915: Be more careful when unbinding vma
Chris Wilson
4
-25
/
+46
2016-08-04
drm/i915: Count how many VMA are bound for an object
Chris Wilson
5
-37
/
+26
2016-08-04
drm/i915: Store owning file on the i915_address_space
Chris Wilson
5
-24
/
+29
2016-08-04
drm/i915: Rearrange GGTT probing to avoid needing a vfunc
Chris Wilson
2
-62
/
+50
2016-08-04
drm/i915: Split early global GTT initialisation
Chris Wilson
5
-82
/
+49
2016-08-04
drm/i915: Update GGTT initialisation functions to take drm_i915_private
Chris Wilson
4
-72
/
+66
2016-08-04
drm/i915: Split GGTT initialisation between probing and setup
Chris Wilson
3
-18
/
+35
2016-08-04
drm/i915: Amalgamate GGTT/ppGTT vma debug list walkers
Chris Wilson
1
-27
/
+15
2016-08-03
drm/i915: Clean up the extra RPM ref on CHV with i915.enable_rc6=0
Ville Syrjälä
1
-3
/
+1
2016-08-03
drm/i915: Move the common engine cleanup to intel_engine_cs.c
Chris Wilson
4
-7
/
+17
2016-08-02
drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals
Chris Wilson
2
-70
/
+68
2016-08-02
drm/i915: Simplify calling engine->sync_to
Chris Wilson
5
-63
/
+30
2016-08-02
drm/i915: Unify legacy/execlists submit_execbuf callbacks
Chris Wilson
6
-160
/
+21
[next]