index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2013-02-15
drm/i915/ctx: Remove bad invariant
Ben Widawsky
1
-5
/
+0
2013-02-15
drm/i915: Clarify HW context size logic
Ben Widawsky
1
-5
/
+2
2012-11-29
drm/i915: Preallocate next seqno before touching the ring
Chris Wilson
1
-2
/
+1
2012-11-12
drm/i915: Allocate the proper size for contexts.
Ben Widawsky
1
-1
/
+1
2012-10-07
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
1
-1
/
+1
2012-10-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-33
/
+32
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-2
/
+2
2012-10-02
drm/i915: Actually invalidate the TLB for the SandyBridge HW contexts w/a
Chris Wilson
1
-1
/
+1
2012-08-24
drm/i915: Only pwrite through the GTT if there is space in the aperture
Chris Wilson
1
-2
/
+2
2012-08-06
drm/i915: remove unused variable
Devendra Naga
1
-1
/
+0
2012-07-25
drm/i915: Add contexts for HSW
Ben Widawsky
1
-1
/
+4
2012-07-25
drm/i915: Cleanup context switching through do_switch()
Chris Wilson
1
-31
/
+26
2012-07-25
drm/i915: dereferencing an error pointer
Dan Carpenter
1
-1
/
+3
2012-07-25
drm/i915: fix invalid reference handling of the default ctx obj
Chris Wilson
1
-14
/
+4
2012-07-25
drm/i915: Flush the context object from the CPU caches upon switching
Chris Wilson
1
-0
/
+11
2012-07-20
drm/i915/context/: s/CTX/CXT
Ben Widawsky
1
-2
/
+2
2012-06-29
drm/i915: linuxify create_hw_context()
Ben Widawsky
1
-26
/
+24
2012-06-20
drm/i915: return -ENODEV if hw context are not supported
Daniel Vetter
1
-0
/
+4
2012-06-20
drm/i915: simplify context_idr_cleanup
Daniel Vetter
1
-7
/
+2
2012-06-20
drm/i915/context: shut up compiler
Daniel Vetter
1
-2
/
+0
2012-06-20
drm/i915: return -ENOENT if the context doesn't exist
Daniel Vetter
1
-2
/
+2
2012-06-20
drm/i915: initialize the context idr unconditionally
Daniel Vetter
1
-15
/
+0
2012-06-20
drm/i915: fix module unload after context merge
Daniel Vetter
1
-2
/
+5
2012-06-18
drm/i915: disable contexts on old HW
Ben Widawsky
1
-1
/
+3
2012-06-14
drm/i915: reset the GPU on context fini
Ben Widawsky
1
-0
/
+2
2012-06-14
drm/i915/context: create & destroy ioctls
Ben Widawsky
1
-0
/
+55
2012-06-14
drm/i915: use the default context
Ben Widawsky
1
-0
/
+10
2012-06-14
drm/i915: possibly invalidate TLB before context switch
Ben Widawsky
1
-0
/
+11
2012-06-14
drm/i915: Ivybridge MI_ARB_ON_OFF context w/a
Ben Widawsky
1
-1
/
+11
2012-06-14
drm/i915: ensure context objects are bound to the global gtt
Daniel Vetter
1
-0
/
+3
2012-06-14
drm/i915: context switch implementation
Ben Widawsky
1
-1
/
+145
2012-06-14
drm/i915: context basic create & destroy
Ben Widawsky
1
-2
/
+140
2012-06-14
drm/i915: preliminary context support
Ben Widawsky
1
-0
/
+175