summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_context.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-29drm/i915: Preallocate next seqno before touching the ringChris Wilson1-2/+1
2012-11-12drm/i915: Allocate the proper size for contexts.Ben Widawsky1-1/+1
2012-10-07Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie1-1/+1
2012-10-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-33/+32
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02drm/i915: Actually invalidate the TLB for the SandyBridge HW contexts w/aChris Wilson1-1/+1
2012-08-24drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson1-2/+2
2012-08-06drm/i915: remove unused variableDevendra Naga1-1/+0
2012-07-25drm/i915: Add contexts for HSWBen Widawsky1-1/+4
2012-07-25drm/i915: Cleanup context switching through do_switch()Chris Wilson1-31/+26
2012-07-25drm/i915: dereferencing an error pointerDan Carpenter1-1/+3
2012-07-25drm/i915: fix invalid reference handling of the default ctx objChris Wilson1-14/+4
2012-07-25drm/i915: Flush the context object from the CPU caches upon switchingChris Wilson1-0/+11
2012-07-20drm/i915/context/: s/CTX/CXTBen Widawsky1-2/+2
2012-06-29drm/i915: linuxify create_hw_context()Ben Widawsky1-26/+24
2012-06-20drm/i915: return -ENODEV if hw context are not supportedDaniel Vetter1-0/+4
2012-06-20drm/i915: simplify context_idr_cleanupDaniel Vetter1-7/+2
2012-06-20drm/i915/context: shut up compilerDaniel Vetter1-2/+0
2012-06-20drm/i915: return -ENOENT if the context doesn't existDaniel Vetter1-2/+2
2012-06-20drm/i915: initialize the context idr unconditionallyDaniel Vetter1-15/+0
2012-06-20drm/i915: fix module unload after context mergeDaniel Vetter1-2/+5
2012-06-18drm/i915: disable contexts on old HWBen Widawsky1-1/+3
2012-06-14drm/i915: reset the GPU on context finiBen Widawsky1-0/+2
2012-06-14drm/i915/context: create & destroy ioctlsBen Widawsky1-0/+55
2012-06-14drm/i915: use the default contextBen Widawsky1-0/+10
2012-06-14drm/i915: possibly invalidate TLB before context switchBen Widawsky1-0/+11
2012-06-14drm/i915: Ivybridge MI_ARB_ON_OFF context w/aBen Widawsky1-1/+11
2012-06-14drm/i915: ensure context objects are bound to the global gttDaniel Vetter1-0/+3
2012-06-14drm/i915: context switch implementationBen Widawsky1-1/+145
2012-06-14drm/i915: context basic create & destroyBen Widawsky1-2/+140
2012-06-14drm/i915: preliminary context supportBen Widawsky1-0/+175