summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Preallocate next seqno before touching the ringChris Wilson2012-11-291-2/+1
* drm/i915: Allocate the proper size for contexts.Ben Widawsky2012-11-111-1/+1
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-10-071-1/+1
|\
| * drm/i915: Actually invalidate the TLB for the SandyBridge HW contexts w/aChris Wilson2012-10-021-1/+1
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-031-33/+32
|\ \ | |/
| * drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson2012-08-241-2/+2
| * drm/i915: Add contexts for HSWBen Widawsky2012-07-251-1/+4
| * drm/i915: Cleanup context switching through do_switch()Chris Wilson2012-07-251-31/+26
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* | drm/i915: remove unused variableDevendra Naga2012-08-051-1/+0
|/
* drm/i915: dereferencing an error pointerDan Carpenter2012-07-251-1/+3
* drm/i915: fix invalid reference handling of the default ctx objChris Wilson2012-07-251-14/+4
* drm/i915: Flush the context object from the CPU caches upon switchingChris Wilson2012-07-251-0/+11
* drm/i915/context/: s/CTX/CXTBen Widawsky2012-07-201-2/+2
* drm/i915: linuxify create_hw_context()Ben Widawsky2012-06-291-26/+24
* drm/i915: return -ENODEV if hw context are not supportedDaniel Vetter2012-06-201-0/+4
* drm/i915: simplify context_idr_cleanupDaniel Vetter2012-06-201-7/+2
* drm/i915/context: shut up compilerDaniel Vetter2012-06-201-2/+0
* drm/i915: return -ENOENT if the context doesn't existDaniel Vetter2012-06-201-2/+2
* drm/i915: initialize the context idr unconditionallyDaniel Vetter2012-06-201-15/+0
* drm/i915: fix module unload after context mergeDaniel Vetter2012-06-201-2/+5
* drm/i915: disable contexts on old HWBen Widawsky2012-06-181-1/+3
* drm/i915: reset the GPU on context finiBen Widawsky2012-06-141-0/+2
* drm/i915/context: create & destroy ioctlsBen Widawsky2012-06-141-0/+55
* drm/i915: use the default contextBen Widawsky2012-06-141-0/+10
* drm/i915: possibly invalidate TLB before context switchBen Widawsky2012-06-141-0/+11
* drm/i915: Ivybridge MI_ARB_ON_OFF context w/aBen Widawsky2012-06-141-1/+11
* drm/i915: ensure context objects are bound to the global gttDaniel Vetter2012-06-141-0/+3
* drm/i915: context switch implementationBen Widawsky2012-06-141-1/+145
* drm/i915: context basic create & destroyBen Widawsky2012-06-141-2/+140
* drm/i915: preliminary context supportBen Widawsky2012-06-141-0/+175
OpenPOWER on IntegriCloud