index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-04
drm/i915: Separate intel_frontbuffer into its own header
Chris Wilson
9
-11
/
+49
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
3
-45
/
+58
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
drm/i915/fbdev: Check for the framebuffer before use
Chris Wilson
1
-14
/
+11
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
[prev]
[next]