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: Reorder ctx unref on ppgtt cleanup
Ben Widawsky
2014-07-23
1
-4
/
+2
*
drm/i915: Emphasize that ctx->id is merely a user handle
Oscar Mateo
2014-07-08
1
-6
/
+6
*
drm/i915: Emphasize that ctx->obj & ctx->is_initialized refer to the legacy r...
Oscar Mateo
2014-07-08
1
-39
/
+40
*
drm/i915: Extract context backing object allocation
Oscar Mateo
2014-07-08
1
-19
/
+35
*
drm/i915: Unpin last_context at reset
Ville Syrjälä
2014-07-07
1
-0
/
+3
*
Merge tag 'v3.16-rc4' into drm-intel-next-queued
Daniel Vetter
2014-07-07
1
-3
/
+5
|
\
|
*
drm/i915: Only mark the ctx as initialised after a SET_CONTEXT operation
Chris Wilson
2014-06-24
1
-3
/
+5
*
|
drm/i915: Remove ctx->last_ring
Oscar Mateo
2014-06-18
1
-2
/
+1
|
/
*
drm/i915: Kill private_default_ctx off
Oscar Mateo
2014-05-22
1
-10
/
+4
*
drm/i915: s/i915_hw_context/intel_context
Oscar Mateo
2014-05-22
1
-19
/
+19
*
drm/i915: s/intel_ring_buffer/intel_engine_cs
Oscar Mateo
2014-05-22
1
-6
/
+6
*
drm/i915: Add null state batch to active list
Mika Kuoppala
2014-05-22
1
-8
/
+8
*
drm/i915/chv: Add some workaround notes
Ville Syrjälä
2014-05-20
1
-1
/
+1
*
drm/i915: Only unpin the default ctx object if it exists
Chris Wilson
2014-05-16
1
-1
/
+2
*
drm/i915: add render state initialization
Mika Kuoppala
2014-05-14
1
-0
/
+6
*
Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2014-05-01
1
-5
/
+13
|
\
|
*
drm/i915: Make contexts non-snooped on non-LLC platforms
Ville Syrjälä
2014-04-09
1
-1
/
+9
|
*
drm/i915: Invariably invalidate before ctx switch
Ben Widawsky
2014-04-03
1
-1
/
+1
|
*
drm/i915: Implement WaProgramMiArbOnOffAroundMiSetContext:bdw
Ville Syrjälä
2014-04-02
1
-3
/
+3
*
|
drm/i915: Always use kref tracking for all contexts.
Chris Wilson
2014-04-11
1
-130
/
+88
|
/
*
drm/i915: Per-process stats work better when evaluated per-process
Chris Wilson
2014-03-20
1
-0
/
+1
*
drm/i915: Switch to fake context on older gens
Mika Kuoppala
2014-03-18
1
-2
/
+4
*
drm/i915: Fix i915_switch_context() argument name in kerneldoc
Damien Lespiau
2014-03-05
1
-1
/
+1
*
drm/i915/bdw: Free PPGTT struct
Ben Widawsky
2014-03-04
1
-2
/
+10
*
drm/i915: Move ppgtt_release out of the header
Ben Widawsky
2014-03-04
1
-0
/
+36
*
drm/i915: Remove dead code
Thierry Reding
2014-03-04
1
-6
/
+0
*
drm/i915: Consolidate binding parameters into flags
Daniel Vetter
2014-02-14
1
-6
/
+3
*
drm/i915: check for oom when allocating private_default_ctx
Mika Kuoppala
2014-02-04
1
-0
/
+4
*
drm/i915: Tune down debug output when context is banned
Mika Kuoppala
2014-01-30
1
-7
/
+2
*
drm/i915: Create a USES_PPGTT macro
Ben Widawsky
2014-01-28
1
-3
/
+3
*
drm/i915: We implement WaMiSetContext_Hang
Ville Syrjälä
2014-01-27
1
-1
/
+4
*
drm/i915: Always pin the default context
Chris Wilson
2014-01-27
1
-20
/
+24
*
drm/i915: set ctx->initialized only after RCS
Ben Widawsky
2014-01-10
1
-1
/
+2
*
drm/i915/bdw: Return -ENONENT on default ctx destroy
Ben Widawsky
2014-01-10
1
-1
/
+1
*
drm/i915/ppgtt: Fix ioctl errno for "no such context"
Ben Widawsky
2014-01-07
1
-3
/
+9
*
drm/i915: Use multiple VMs -- the point of no return
Ben Widawsky
2013-12-18
1
-25
/
+35
*
Merge commit drm-intel-fixes into topic/ppgtt
Daniel Vetter
2013-12-18
1
-4
/
+12
|
\
|
*
drm/i915: Fix use-after-free in do_switch
Daniel Vetter
2013-12-06
1
-2
/
+12
|
*
drm/i915: Hold mutex across i915_gem_release
Chris Wilson
2013-12-04
1
-2
/
+0
*
|
drm/i915: Get context early in execbuf
Ben Widawsky
2013-12-18
1
-26
/
+6
*
|
drm/i915: Piggy back hangstats off of contexts
Ben Widawsky
2013-12-18
1
-12
/
+14
*
|
drm/i915: Create a per file_priv default context
Ben Widawsky
2013-12-18
1
-26
/
+36
*
|
drm/i915: Do aliasing PPGTT init with contexts
Ben Widawsky
2013-12-18
1
-16
/
+84
*
|
drm/i915: Add VM to context
Ben Widawsky
2013-12-18
1
-1
/
+11
*
|
drm/i915: Generalize default context setup
Ben Widawsky
2013-12-18
1
-13
/
+12
*
|
drm/i915: Split context enabling from init
Ben Widawsky
2013-12-18
1
-10
/
+25
*
|
drm/i915: Better reset handling for contexts
Ben Widawsky
2013-12-18
1
-0
/
+43
*
|
drm/i915: Track which ring a context ran on
Ben Widawsky
2013-12-18
1
-7
/
+5
*
|
drm/i915: Permit contexts on all rings
Ben Widawsky
2013-12-18
1
-12
/
+42
*
|
drm/i915: relax context alignment
Ben Widawsky
2013-12-18
1
-7
/
+19
[next]