index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
drm/i915: Start passing around i915_vma from execbuffer
Chris Wilson
2016-08-04
5
-207
/
+149
|
*
|
drm/i915: Wrap vma->pin_count accessors with small inline helpers
Chris Wilson
2016-08-04
8
-31
/
+58
|
*
|
drm/i915: Record allocated vma size
Chris Wilson
2016-08-04
3
-112
/
+63
|
*
|
drm/i915: Update i915_gem_get_ggtt_size/_alignment to use drm_i915_private
Chris Wilson
2016-08-04
3
-20
/
+23
|
*
|
drm/i915: Update the GGTT size/alignment query functions
Chris Wilson
2016-08-04
3
-41
/
+51
|
*
|
drm/i915: Convert 4096 alignment request to 0 for drm_mm allocations
Chris Wilson
2016-08-04
1
-0
/
+9
|
*
|
drm/i915: Split insertion/binding of an object into the VM
Chris Wilson
2016-08-04
1
-20
/
+15
|
*
|
drm/i915: Reduce WARN(i915_gem_valid_gtt_space) to a debug-only check
Chris Wilson
2016-08-04
1
-4
/
+1
|
*
|
drm/i915: Pad GTT views of exec objects up to user specified size
Chris Wilson
2016-08-04
3
-45
/
+58
|
*
|
drm/i915: Fix up vma alignment to be u64
Chris Wilson
2016-08-04
3
-21
/
+20
|
*
|
drm/i915: Remove i915_gem_execbuffer_retire_commands()
Chris Wilson
2016-08-04
1
-8
/
+1
|
*
|
drm/i915: Remove request retirement before each batch
Chris Wilson
2016-08-04
3
-5
/
+2
|
*
|
drm/i915: Double check the active status on the batch pool
Chris Wilson
2016-08-04
3
-10
/
+13
|
*
|
drm/i915: Remove surplus drm_device parameter to i915_gem_evict_something()
Chris Wilson
2016-08-04
5
-15
/
+15
|
*
|
drm/i915: Combine loops within i915_gem_evict_something
Chris Wilson
2016-08-04
1
-73
/
+70
|
*
|
drm/i915: Acquire audio powerwell for HD-Audio registers
Chris Wilson
2016-08-04
1
-0
/
+6
|
*
|
drm/i915: Don't try to ack sink irqs when there are none
Ville Syrjälä
2016-08-04
1
-4
/
+6
|
*
|
drm/i915: Remove useless rate_to_index() usage
Ville Syrjälä
2016-08-04
1
-1
/
+1
|
*
|
drm/i915: Allow MST sinks to work even if drm_probe_ddc() fails
Ville Syrjälä
2016-08-04
1
-15
/
+30
|
*
|
drm/i915: Track active streams also for DP SST
Ville Syrjälä
2016-08-04
4
-10
/
+26
|
*
|
drm/i915: Reject mixing MST and SST/HDMI on the same digital port
Ville Syrjälä
2016-08-04
1
-0
/
+10
|
*
|
drm/i915: Avoid mixing up SST and MST in DDI setup
Ville Syrjälä
2016-08-04
3
-18
/
+5
|
*
|
drm/i915: Read PSR caps/intermediate freqs/etc. only once on eDP
Ville Syrjälä
2016-08-04
1
-71
/
+84
|
*
|
drm/i915: Add missing rpm wakelock to GGTT pread
Chris Wilson
2016-08-04
1
-1
/
+4
|
*
|
drm/i915/fbc: FBC causes display flicker when VT-d is enabled on Skylake
Chris Wilson
2016-08-04
1
-0
/
+20
|
*
|
drm/i915: Fix use of engine->index for register offset
Chris Wilson
2016-08-04
1
-1
/
+1
|
*
|
Revert "drm/i915: Clean up associated VMAs on context destruction"
Chris Wilson
2016-08-04
4
-40
/
+3
|
*
|
drm/i915: Mark the context and address space as closed
Chris Wilson
2016-08-04
6
-16
/
+63
|
*
|
drm/i915: Release vma when the handle is closed
Chris Wilson
2016-08-04
6
-50
/
+77
|
*
|
drm/i915: Track active vma requests
Chris Wilson
2016-08-04
5
-24
/
+91
|
*
|
drm/i915: i915_vma_move_to_active prep patch
Chris Wilson
2016-08-04
5
-46
/
+51
|
*
|
drm/i915: Move request list retirement to i915_gem_request.c
Chris Wilson
2016-08-04
2
-44
/
+35
|
*
|
drm/i915: Double check activity before relocations
Chris Wilson
2016-08-04
1
-1
/
+15
|
*
|
drm/i915: s/__i915_wait_request/i915_wait_request/
Chris Wilson
2016-08-04
6
-35
/
+35
|
*
|
drm/i915: Disable waitboosting for a saturated engine
Chris Wilson
2016-08-04
1
-1
/
+1
|
*
|
drm/i915: Move the special case wait-request handling to its one caller
Chris Wilson
2016-08-04
3
-34
/
+13
|
*
|
drm/i915: Convert intel_overlay to request tracking
Chris Wilson
2016-08-04
1
-48
/
+34
|
*
|
drm/i915: Track requests inside each intel_ring
Chris Wilson
2016-08-04
4
-11
/
+11
|
*
|
drm/i915: Refactor activity tracking for requests
Chris Wilson
2016-08-04
9
-243
/
+138
|
*
|
drm/i915: Remove obsolete i915_gem_object_flush_active()
Chris Wilson
2016-08-04
1
-56
/
+3
|
*
|
drm/i915: Rename request->list to link for consistency
Chris Wilson
2016-08-04
6
-20
/
+20
|
*
|
drm/i915: Refactor blocking waits
Chris Wilson
2016-08-04
1
-83
/
+75
|
*
|
drm/i915: Mark up i915_gem_active for locking annotation
Chris Wilson
2016-08-04
8
-46
/
+101
|
*
|
drm/i915: Prepare i915_gem_active for annotations
Chris Wilson
2016-08-04
8
-66
/
+204
|
*
|
drm/i915: Introduce i915_gem_active for request tracking
Chris Wilson
2016-08-04
10
-55
/
+93
|
*
|
drm/i915: Kill drop_pages()
Chris Wilson
2016-08-04
1
-15
/
+5
|
*
|
drm/i915: Be more careful when unbinding vma
Chris Wilson
2016-08-04
4
-25
/
+46
|
*
|
drm/i915: Count how many VMA are bound for an object
Chris Wilson
2016-08-04
5
-37
/
+26
|
*
|
drm/i915: Store owning file on the i915_address_space
Chris Wilson
2016-08-04
5
-24
/
+29
|
*
|
drm/i915: Rearrange GGTT probing to avoid needing a vfunc
Chris Wilson
2016-08-04
2
-62
/
+50
[prev]
[next]