index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
clocksource
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-08-05
drm/i915/gen9: Give one extra block per line for SKL plane WM calculations
Matt Roper
1
-0
/
+2
2016-08-04
drm/i915: Export our request as a dma-buf fence on the reservation object
Chris Wilson
2
-5
/
+84
2016-08-04
drm/i915: Enable lockless lookup of request tracking via RCU
Chris Wilson
4
-13
/
+174
2016-08-04
drm/i915: Move i915_gem_object_wait_rendering()
Chris Wilson
1
-101
/
+103
2016-08-04
drm/i915: Move obj->active:5 to obj->flags
Chris Wilson
6
-18
/
+64
2016-08-04
drm/i915: Use dev_priv consistently through the intel_frontbuffer interface
Chris Wilson
7
-69
/
+53
2016-08-04
drm/i915: Use atomics to manipulate obj->frontbuffer_bits
Chris Wilson
6
-44
/
+48
2016-08-04
drm/i915: Make fb_tracking.lock a spinlock
Chris Wilson
4
-56
/
+71
2016-08-04
drm/i915: Separate intel_frontbuffer into its own header
Chris Wilson
10
-11
/
+52
2016-08-04
drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
Chris Wilson
11
-39
/
+32
2016-08-04
drm/i915: Make i915_vma_pin() small and inline
Chris Wilson
2
-27
/
+44
2016-08-04
drm/i915: Combine all i915_vma bitfields into a single set of flags
Chris Wilson
9
-74
/
+90
2016-08-04
drm/i915: Start passing around i915_vma from execbuffer
Chris Wilson
5
-207
/
+149
2016-08-04
drm/i915: Wrap vma->pin_count accessors with small inline helpers
Chris Wilson
8
-31
/
+58
2016-08-04
drm/i915: Record allocated vma size
Chris Wilson
3
-112
/
+63
2016-08-04
drm/i915: Update i915_gem_get_ggtt_size/_alignment to use drm_i915_private
Chris Wilson
3
-20
/
+23
2016-08-04
drm/i915: Update the GGTT size/alignment query functions
Chris Wilson
3
-41
/
+51
2016-08-04
drm/i915: Convert 4096 alignment request to 0 for drm_mm allocations
Chris Wilson
1
-0
/
+9
2016-08-04
drm/i915: Split insertion/binding of an object into the VM
Chris Wilson
1
-20
/
+15
2016-08-04
drm/i915: Reduce WARN(i915_gem_valid_gtt_space) to a debug-only check
Chris Wilson
1
-4
/
+1
2016-08-04
drm/i915: Pad GTT views of exec objects up to user specified size
Chris Wilson
4
-47
/
+64
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
[next]