index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_context.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-05
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
1
-3
/
+3
2016-07-04
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
1
-5
/
+5
2016-07-04
drm/i915: Allow userspace to request no-error-capture upon GPU hangs
Chris Wilson
1
-0
/
+13
2016-06-24
drm/i915: Mark all default contexts as uninitialised after context loss
Chris Wilson
1
-1
/
+12
2016-06-24
drm/i915: Treat kernel context as initialised
Chris Wilson
1
-5
/
+9
2016-06-24
drm/i915: Move legacy kernel context pinning to intel_ringbuffer.c
Chris Wilson
1
-24
/
+3
2016-06-17
drm/i915: Introduce GVT context creation API
Zhi Wang
1
-0
/
+34
2016-06-17
drm/i915: Introduce execlist context status change notification
Zhi Wang
1
-0
/
+1
2016-06-17
drm/i915: Make addressing mode bits in context descriptor configurable
Zhi Wang
1
-0
/
+2
2016-06-17
drm/i915: Make ring buffer size of a LRC context configurable
Zhi Wang
1
-0
/
+1
2016-05-24
drm/i915: Merge legacy+execlists context structs
Chris Wilson
1
-31
/
+44
2016-05-24
drm/i915: Show i915_gem_context owner in debugfs
Chris Wilson
1
-1
/
+2
2016-05-24
drm/i915: Move pinning of dev_priv->kernel_context into its creator
Chris Wilson
1
-29
/
+24
2016-05-24
drm/i915: Rename and inline i915_gem_context_get()
Chris Wilson
1
-18
/
+4
2016-05-24
drm/i915: Apply lockdep annotations to i915_gem_context.c
Chris Wilson
1
-3
/
+15
2016-05-24
drm/i915: Rename struct intel_context
Chris Wilson
1
-26
/
+26
2016-05-13
drm/i915: Complete pending resets before get-reset-stats ioctl
Chris Wilson
1
-1
/
+1
2016-05-13
drm/i915: Move get-reset-stats ioctl from intel_uncore.c to i915_gem_context.c
Chris Wilson
1
-0
/
+39
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
1
-23
/
+25
2016-04-28
drm/i915: Unify GPU resets upon shutdown
Chris Wilson
1
-9
/
+1
2016-04-28
drm/i915: Assign every HW context a unique ID
Chris Wilson
1
-0
/
+36
2016-04-28
drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use
Chris Wilson
1
-46
/
+31
2016-04-28
drm/i915: Remove early l3-remap
Chris Wilson
1
-2
/
+2
2016-04-28
drm/i915: Consolidate L3 remapping LRI
Chris Wilson
1
-9
/
+7
2016-04-28
drm/i915: L3 cache remapping is part of context switching
Chris Wilson
1
-0
/
+31
2016-04-28
drm/i915: Mark the current context as lost on suspend
Chris Wilson
1
-31
/
+23
2016-04-28
drm/i915: Propagate error from drm_gem_object_init()
Chris Wilson
1
-2
/
+2
2016-04-25
drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()
Dave Gordon
1
-1
/
+1
2016-04-14
drm/i915: Reorganise legacy context switch to cope with late failure
Chris Wilson
1
-74
/
+67
2016-04-14
drm/i915: Split out !RCS legacy context switching
Chris Wilson
1
-36
/
+38
2016-04-14
drm/i915: Prevent machine death on Ivybridge context switching
Chris Wilson
1
-3
/
+12
2016-04-13
drm/i915: Use new i915_gem_object_pin_map for LRC
Tvrtko Ursulin
1
-1
/
+1
2016-03-24
drm/i915: replace for_each_engine()
Dave Gordon
1
-3
/
+3
2016-03-18
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
1
-1
/
+1
2016-03-18
drm/i915: Use shorter route to dev_private where possible
Tvrtko Ursulin
1
-2
/
+2
2016-03-17
drm/i915: Modify reset func to handle per engine resets
Mika Kuoppala
1
-1
/
+1
2016-03-16
drm/i915: More intel_engine_cs renaming
Tvrtko Ursulin
1
-8
/
+8
2016-03-16
drm/i915: Rename intel_engine_cs struct members
Tvrtko Ursulin
1
-12
/
+12
2016-03-16
drm/i915: Rename intel_engine_cs function parameters
Tvrtko Ursulin
1
-11
/
+11
2016-03-16
drm/i915: Rename local struct intel_engine_cs variables
Tvrtko Ursulin
1
-66
/
+74
2016-02-26
drm/i915: Rename vma->*_list to *_link for consistency
Chris Wilson
1
-1
/
+1
2016-02-15
drm/i915: Reject invalid-pad for context-destroy and -create ioctls
Chris Wilson
1
-0
/
+6
2016-01-28
drm/i915: Fix premature LRC unpin in GuC mode
Tvrtko Ursulin
1
-3
/
+7
2016-01-28
drm/i915: Extract context unpinning to its own function
Tvrtko Ursulin
1
-18
/
+12
2016-01-21
drm/i915: abolish separate per-ring default_context pointers
Dave Gordon
1
-18
/
+11
2016-01-06
drm/i915: Restore inhibiting the load of the default context
Chris Wilson
1
-1
/
+5
2015-12-10
drm/i915: Only set gem object L3 cache level for IVB devices
Wayne Boyer
1
-1
/
+8
2015-12-10
drm/i915: Separate cherryview from valleyview
Wayne Boyer
1
-1
/
+1
2015-11-24
drm/i915: Remove incorrect warning in context cleanup
Tvrtko Ursulin
1
-2
/
+0
2015-11-18
drm/i915: Add functions to emit register offsets to the ring
Ville Syrjälä
1
-2
/
+2
[next]