summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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