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
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Rename vma->*_list to *_link for consistency
Chris Wilson
2016-02-26
1
-1
/
+1
*
drm/i915: Reject invalid-pad for context-destroy and -create ioctls
Chris Wilson
2016-02-15
1
-0
/
+6
*
drm/i915: Fix premature LRC unpin in GuC mode
Tvrtko Ursulin
2016-01-28
1
-3
/
+7
*
drm/i915: Extract context unpinning to its own function
Tvrtko Ursulin
2016-01-28
1
-18
/
+12
*
drm/i915: abolish separate per-ring default_context pointers
Dave Gordon
2016-01-21
1
-18
/
+11
*
drm/i915: Restore inhibiting the load of the default context
Chris Wilson
2016-01-06
1
-1
/
+5
*
drm/i915: Only set gem object L3 cache level for IVB devices
Wayne Boyer
2015-12-10
1
-1
/
+8
*
drm/i915: Separate cherryview from valleyview
Wayne Boyer
2015-12-10
1
-1
/
+1
*
drm/i915: Remove incorrect warning in context cleanup
Tvrtko Ursulin
2015-11-24
1
-2
/
+0
*
drm/i915: Add functions to emit register offsets to the ring
Ville Syrjälä
2015-11-18
1
-2
/
+2
*
drm/i915: Report context GTT size
Chris Wilson
2015-10-19
1
-0
/
+8
*
drm/i915: Remove wrong warning from i915_gem_context_clean
Tvrtko Ursulin
2015-10-09
1
-1
/
+1
*
drm/i915: Clean up associated VMAs on context destruction
Tvrtko Ursulin
2015-10-06
1
-0
/
+24
*
drm/i915: Always enable execlists on BDW for vgpu
Zhiyuan Lv
2015-09-02
1
-0
/
+7
*
drm/i915: Remove the failed context from the fpriv->context_idr
Chris Wilson
2015-08-14
1
-0
/
+1
*
Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued
Daniel Vetter
2015-07-15
1
-5
/
+3
|
\
|
*
drm/i915: Store device pointer in contexts for late tracepoint usafe
Chris Wilson
2015-07-13
1
-2
/
+2
|
*
Revert "drm/i915: Allocate context objects from stolen"
Ville Syrjälä
2015-07-09
1
-3
/
+1
*
|
drm/i915: Enable Resource Streamer state save/restore on MI_SET_CONTEXT
Abdiel Janulgue
2015-07-06
1
-1
/
+3
*
|
drm/i915: Update intel_ring_begin() to take a request structure
John Harrison
2015-06-23
1
-1
/
+1
*
|
drm/i915: Update ring->flush() to take a requests structure
John Harrison
2015-06-23
1
-1
/
+1
*
|
drm/i915: Update switch_mm() to take a request structure
John Harrison
2015-06-23
1
-2
/
+2
*
|
drm/i915: Update mi_set_context() to take a request structure
John Harrison
2015-06-23
1
-5
/
+4
*
|
drm/i915: Update l3_remap to take a request structure
John Harrison
2015-06-23
1
-1
/
+1
*
|
drm/i915: Update [vma|object]_move_to_active() to take request structures
John Harrison
2015-06-23
1
-1
/
+1
*
|
drm/i915: Update init_context() to take a request structure
John Harrison
2015-06-23
1
-2
/
+2
*
|
drm/i915: Update do_switch() to take a request structure
John Harrison
2015-06-23
1
-3
/
+4
*
|
drm/i915: Update i915_switch_context() to take a request structure
John Harrison
2015-06-23
1
-10
/
+9
*
|
drm/i915: Update ppgtt_init_ring() & context_enable() to take requests
John Harrison
2015-06-23
1
-1
/
+2
*
|
drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable()
John Harrison
2015-06-23
1
-21
/
+11
*
|
drm/i915: add a context parameter to {en, dis}able zero address mapping
David Weinehall
2015-05-29
1
-0
/
+11
|
/
*
drm/i915: Implement inter-engine read-read optimisations
Chris Wilson
2015-05-21
1
-2
/
+0
*
drm/i915: Don't use atomics for pg_dirty_rings
Daniel Vetter
2015-04-23
1
-8
/
+8
*
drm/i915: Don't look at pg_dirty_rings for aliasing ppgtt
Daniel Vetter
2015-04-23
1
-6
/
+0
*
drm/i915: Drop redundant GGTT rebinding
Daniel Vetter
2015-04-20
1
-11
/
+0
*
drm/i915: Allocate context objects from stolen
Chris Wilson
2015-04-10
1
-1
/
+3
*
drm/i915: Initialize all contexts
Ben Widawsky
2015-03-20
1
-9
/
+19
*
drm/i915: Track page table reload need
Ben Widawsky
2015-03-20
1
-6
/
+20
*
drm/i915: Extract context switch skip and add pd load logic
Ben Widawsky
2015-03-20
1
-2
/
+73
*
drm/i915: Reset logical ring contexts' head and tail during GPU reset
Thomas Daniel
2015-02-24
1
-4
/
+8
*
Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued
Daniel Vetter
2015-01-12
1
-8
/
+40
|
\
|
*
drm/i915: Disable PSMI sleep messages on all rings around context switches
Chris Wilson
2014-12-16
1
-8
/
+40
*
|
drm/i915: Add ioctl to set per-context parameters
Chris Wilson
2015-01-07
1
-0
/
+69
*
|
drm/i915: Move the ban period onto the context
Chris Wilson
2015-01-07
1
-0
/
+2
*
|
drm/i915: Infrastructure for supporting different GGTT views per object
Tvrtko Ursulin
2014-12-15
1
-3
/
+8
*
|
drm/i915: Move golden context init into ->init_context
Daniel Vetter
2014-12-08
1
-4
/
+0
*
|
drm/i915: Fix startup failure in LRC mode after recent init changes
Thomas Daniel
2014-12-03
1
-7
/
+18
*
|
drm/i915: Remove the now redundant 'obj->ring'
John Harrison
2014-12-03
1
-1
/
+2
|
/
*
drm/i915: Initialize workarounds in logical ring mode too
Michel Thierry
2014-11-14
1
-1
/
+1
*
drm/i915: Add tracepoints to track a vm during its lifetime
Daniele Ceraolo Spurio
2014-11-14
1
-0
/
+6
[next]