index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Replace __I915__ with typesafe variant
Chris Wilson
2014-08-13
2
-5
/
+10
*
drm/i915: Add support for variable cursor size on 845/865
Ville Syrjälä
2014-08-13
3
-24
/
+91
*
drm/i915: Unify ivb_update_cursor() and i9xx_update_cursor()
Ville Syrjälä
2014-08-13
1
-40
/
+1
*
drm/i915: Move CURSIZE setup to i845_update_cursor()
Ville Syrjälä
2014-08-13
1
-4
/
+1
*
drm/i915: Don't try to enable cursor from setplane when crtc is disabled
Ville Syrjälä
2014-08-13
1
-2
/
+2
*
drm/i915: Cleanup aliasging ppgtt alongside the global gtt
Daniel Vetter
2014-08-13
2
-4
/
+7
*
drm/i915: Extract commmon global gtt cleanup code
Daniel Vetter
2014-08-13
3
-10
/
+15
*
drm/i915: Extract common cleanup into i915_ppgtt_release
Daniel Vetter
2014-08-13
1
-5
/
+3
*
drm/i915: Drop create_vm argument to i915_gem_create_context
Daniel Vetter
2014-08-13
1
-6
/
+5
*
drm/i915: Only track real ppgtt for a context
Daniel Vetter
2014-08-13
6
-34
/
+30
*
drm/i915: Initialize the aliasing ppgtt as part of global gtt
Daniel Vetter
2014-08-13
2
-24
/
+31
*
drm/i915: Rework ppgtt init to no require an aliasing ppgtt
Daniel Vetter
2014-08-13
4
-58
/
+42
*
drm/i915: Fix up checks for aliasing ppgtt
Daniel Vetter
2014-08-13
4
-13
/
+5
*
drm/i915: Allow i915_gem_setup_global_gtt to fail
Daniel Vetter
2014-08-13
3
-9
/
+18
*
drm/i915: Add proper prefix to obj_to_ggtt
Daniel Vetter
2014-08-13
2
-6
/
+7
*
drm/i915: Only refcount ppgtt if it actually is one
Daniel Vetter
2014-08-13
3
-3
/
+13
*
drm/i915: Track file_priv, not ctx in the ppgtt structure
Daniel Vetter
2014-08-13
4
-23
/
+28
*
drm/i915: Some cleanups for the ppgtt lifetime handling
Daniel Vetter
2014-08-12
5
-43
/
+33
*
drm/i915: vma/ppgtt lifetime rules
Michel Thierry
2014-08-12
4
-20
/
+18
*
drm/i915/bdw: Always use MMIO flips with Execlists
Oscar Mateo
2014-08-11
2
-1
/
+4
*
drm/i915/bdw: Workload submission mechanism for Execlists
Oscar Mateo
2014-08-11
3
-5
/
+135
*
drm/i915/bdw: GEN-specific logical ring emit batchbuffer start
Oscar Mateo
2014-08-11
2
-0
/
+29
*
drm/i915/bdw: Interrupts with logical rings
Oscar Mateo
2014-08-11
4
-3
/
+77
*
drm/i915/bdw: Ring idle and stop with logical rings
Oscar Mateo
2014-08-11
1
-2
/
+22
*
drm/i915/bdw: GEN-specific logical ring emit flush
Oscar Mateo
2014-08-11
3
-7
/
+95
*
drm/i915/bdw: GEN-specific logical ring emit request
Oscar Mateo
2014-08-11
3
-0
/
+35
*
drm/i915/bdw: New logical ring submission mechanism
Oscar Mateo
2014-08-11
4
-10
/
+217
*
drm/i915: Make hpd debug messages less cryptic
Ville Syrjälä
2014-08-11
2
-2
/
+5
*
drm/i915/bdw: GEN-specific logical ring set/get seqno
Oscar Mateo
2014-08-11
1
-0
/
+20
*
drm/i915/bdw: GEN-specific logical ring init
Oscar Mateo
2014-08-11
3
-13
/
+78
*
drm/i915/bdw: Generic logical ring init and cleanup
Oscar Mateo
2014-08-11
4
-11
/
+70
*
drm/i915/bdw: Skeleton for the new logical rings submission path
Oscar Mateo
2014-08-11
3
-0
/
+168
*
drm/i915: Abstract the legacy workload submission mechanism away
Oscar Mateo
2014-08-11
3
-14
/
+44
*
drm/i915/bdw: Deferred creation of user-created LRCs
Oscar Mateo
2014-08-11
2
-4
/
+11
*
drm/i915/bdw: Populate LR contexts (somewhat)
Oscar Mateo
2014-08-11
2
-4
/
+156
*
drm/i915/bdw: Add a context and an engine pointers to the ringbuffer
Daniel Vetter
2014-08-11
3
-0
/
+4
*
drm/i915/bdw: Allocate ringbuffers for Logical Ring Contexts
Oscar Mateo
2014-08-11
4
-3
/
+46
*
drm/i915/bdw: A bit more advanced LR context alloc/free
Oscar Mateo
2014-08-11
3
-3
/
+60
*
drm/i915/bdw: Introduce one context backing object per engine
Oscar Mateo
2014-08-11
1
-0
/
+6
*
drm/i915/bdw: Initialization for Logical Ring Contexts
Oscar Mateo
2014-08-11
3
-6
/
+43
*
drm/i915: WARN if module opt sanitization goes out of order
Daniel Vetter
2014-08-11
1
-0
/
+2
*
drm/i915/bdw: Macro for LRCs and module option for Execlists
Oscar Mateo
2014-08-11
5
-0
/
+25
*
drm/i915/bdw: New source and header file for LRs, LRCs and Execlists
Oscar Mateo
2014-08-11
4
-0
/
+71
*
drm/i915: Simplify relocate_entry_gtt() and make 64-bit safe
Chris Wilson
2014-08-11
1
-13
/
+12
*
drm/i915: Remove redundant list_empty(eb->vmas) tests in execbuffer
Chris Wilson
2014-08-11
1
-6
/
+0
*
drm/i915: Pre-validate the NEED_GTTS flag for execbuffer
Chris Wilson
2014-08-11
1
-10
/
+10
*
drm/i915: Fix secure dispatch with full ppgtt
Daniel Vetter
2014-08-11
1
-23
/
+25
*
drm/i915: Agnostic INTEL_INFO
Chris Wilson
2014-08-11
2
-1
/
+7
*
drm/i915: Double check ring is idle before declaring the GPU wedged
Chris Wilson
2014-08-11
1
-1
/
+6
*
drm/i915: Remove set but unused 'gt_perf_status'
Damien Lespiau
2014-08-11
1
-2
/
+0
[next]