index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_context.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-14
drm/i915: Remove the failed context from the fpriv->context_idr
Chris Wilson
1
-0
/
+1
2015-07-15
Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued
Daniel Vetter
1
-5
/
+3
2015-07-13
drm/i915: Store device pointer in contexts for late tracepoint usafe
Chris Wilson
1
-2
/
+2
2015-07-09
Revert "drm/i915: Allocate context objects from stolen"
Ville Syrjälä
1
-3
/
+1
2015-07-06
drm/i915: Enable Resource Streamer state save/restore on MI_SET_CONTEXT
Abdiel Janulgue
1
-1
/
+3
2015-06-23
drm/i915: Update intel_ring_begin() to take a request structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update ring->flush() to take a requests structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update switch_mm() to take a request structure
John Harrison
1
-2
/
+2
2015-06-23
drm/i915: Update mi_set_context() to take a request structure
John Harrison
1
-5
/
+4
2015-06-23
drm/i915: Update l3_remap to take a request structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update [vma|object]_move_to_active() to take request structures
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update init_context() to take a request structure
John Harrison
1
-2
/
+2
2015-06-23
drm/i915: Update do_switch() to take a request structure
John Harrison
1
-3
/
+4
2015-06-23
drm/i915: Update i915_switch_context() to take a request structure
John Harrison
1
-10
/
+9
2015-06-23
drm/i915: Update ppgtt_init_ring() & context_enable() to take requests
John Harrison
1
-1
/
+2
2015-06-23
drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable()
John Harrison
1
-21
/
+11
2015-05-29
drm/i915: add a context parameter to {en, dis}able zero address mapping
David Weinehall
1
-0
/
+11
2015-05-21
drm/i915: Implement inter-engine read-read optimisations
Chris Wilson
1
-2
/
+0
2015-04-23
drm/i915: Don't use atomics for pg_dirty_rings
Daniel Vetter
1
-8
/
+8
2015-04-23
drm/i915: Don't look at pg_dirty_rings for aliasing ppgtt
Daniel Vetter
1
-6
/
+0
2015-04-20
drm/i915: Drop redundant GGTT rebinding
Daniel Vetter
1
-11
/
+0
2015-04-10
drm/i915: Allocate context objects from stolen
Chris Wilson
1
-1
/
+3
2015-03-20
drm/i915: Initialize all contexts
Ben Widawsky
1
-9
/
+19
2015-03-20
drm/i915: Track page table reload need
Ben Widawsky
1
-6
/
+20
2015-03-20
drm/i915: Extract context switch skip and add pd load logic
Ben Widawsky
1
-2
/
+73
2015-02-24
drm/i915: Reset logical ring contexts' head and tail during GPU reset
Thomas Daniel
1
-4
/
+8
2015-01-12
Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued
Daniel Vetter
1
-8
/
+40
2015-01-07
drm/i915: Add ioctl to set per-context parameters
Chris Wilson
1
-0
/
+69
2015-01-07
drm/i915: Move the ban period onto the context
Chris Wilson
1
-0
/
+2
2014-12-16
drm/i915: Disable PSMI sleep messages on all rings around context switches
Chris Wilson
1
-8
/
+40
2014-12-15
drm/i915: Infrastructure for supporting different GGTT views per object
Tvrtko Ursulin
1
-3
/
+8
2014-12-08
drm/i915: Move golden context init into ->init_context
Daniel Vetter
1
-4
/
+0
2014-12-03
drm/i915: Fix startup failure in LRC mode after recent init changes
Thomas Daniel
1
-7
/
+18
2014-12-03
drm/i915: Remove the now redundant 'obj->ring'
John Harrison
1
-1
/
+2
2014-11-14
drm/i915: Initialize workarounds in logical ring mode too
Michel Thierry
1
-1
/
+1
2014-11-14
drm/i915: Add tracepoints to track a vm during its lifetime
Daniele Ceraolo Spurio
1
-0
/
+6
2014-11-04
drm/i915: Move flags describing VMA mappings into the VMA
Tvrtko Ursulin
1
-5
/
+5
2014-09-03
drm/i915/bdw: Apply workarounds in render ring init function
Arun Siluvery
1
-0
/
+6
2014-09-03
drm/i915/bdw: Don't execute context reset and switch with Execlists
Thomas Daniel
1
-1
/
+15
2014-09-03
drm/i915: Don't save/restore RS when not used
Ben Widawsky
1
-4
/
+6
2014-09-03
drm/i915: Rework GPU reset sequence to match driver load & thaw
McAulay, Alistair
1
-27
/
+6
2014-08-13
drm/i915: Drop create_vm argument to i915_gem_create_context
Daniel Vetter
1
-6
/
+5
2014-08-13
drm/i915: Only track real ppgtt for a context
Daniel Vetter
1
-23
/
+10
2014-08-13
drm/i915: Initialize the aliasing ppgtt as part of global gtt
Daniel Vetter
1
-12
/
+1
2014-08-13
drm/i915: Rework ppgtt init to no require an aliasing ppgtt
Daniel Vetter
1
-7
/
+0
2014-08-13
drm/i915: Track file_priv, not ctx in the ppgtt structure
Daniel Vetter
1
-21
/
+1
2014-08-12
drm/i915: Some cleanups for the ppgtt lifetime handling
Daniel Vetter
1
-32
/
+4
2014-08-12
drm/i915: vma/ppgtt lifetime rules
Michel Thierry
1
-20
/
+3
2014-08-11
drm/i915/bdw: Generic logical ring init and cleanup
Oscar Mateo
1
-4
/
+0
2014-08-11
drm/i915/bdw: Deferred creation of user-created LRCs
Oscar Mateo
1
-4
/
+3
[next]