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