aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAge
* drm/i915: convert to idr_alloc()Tejun Heo2013-02-27
* drm/i915/ctx: Remove bad invariantBen Widawsky2013-02-15
* drm/i915: Clarify HW context size logicBen Widawsky2013-02-15
* drm/i915: Preallocate next seqno before touching the ringChris Wilson2012-11-29
* drm/i915: Allocate the proper size for contexts.Ben Widawsky2012-11-11
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-10-07
|\
| * drm/i915: Actually invalidate the TLB for the SandyBridge HW contexts w/aChris Wilson2012-10-02
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-04
|\|
| * drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson2012-08-23
| * drm/i915: Add contexts for HSWBen Widawsky2012-07-25
| * drm/i915: Cleanup context switching through do_switch()Chris Wilson2012-07-25
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-02
* | drm/i915: remove unused variableDevendra Naga2012-08-05
|/
* drm/i915: dereferencing an error pointerDan Carpenter2012-07-25
* drm/i915: fix invalid reference handling of the default ctx objChris Wilson2012-07-25
* drm/i915: Flush the context object from the CPU caches upon switchingChris Wilson2012-07-25
* drm/i915/context/: s/CTX/CXTBen Widawsky2012-07-20
* drm/i915: linuxify create_hw_context()Ben Widawsky2012-06-29
* drm/i915: return -ENODEV if hw context are not supportedDaniel Vetter2012-06-20
* drm/i915: simplify context_idr_cleanupDaniel Vetter2012-06-20
* drm/i915/context: shut up compilerDaniel Vetter2012-06-20
* drm/i915: return -ENOENT if the context doesn't existDaniel Vetter2012-06-20
* drm/i915: initialize the context idr unconditionallyDaniel Vetter2012-06-20
* drm/i915: fix module unload after context mergeDaniel Vetter2012-06-20
* drm/i915: disable contexts on old HWBen Widawsky2012-06-18
* drm/i915: reset the GPU on context finiBen Widawsky2012-06-14
* drm/i915/context: create & destroy ioctlsBen Widawsky2012-06-14
* drm/i915: use the default contextBen Widawsky2012-06-14
* drm/i915: possibly invalidate TLB before context switchBen Widawsky2012-06-14
* drm/i915: Ivybridge MI_ARB_ON_OFF context w/aBen Widawsky2012-06-14
* drm/i915: ensure context objects are bound to the global gttDaniel Vetter2012-06-14
* drm/i915: context switch implementationBen Widawsky2012-06-14
* drm/i915: context basic create & destroyBen Widawsky2012-06-14
* drm/i915: preliminary context supportBen Widawsky2012-06-14