aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-01drm/i915: Fix context sizes on HSWBen Widawsky1-1/+1
2013-06-13drm/i915: change i915_add_request to macroMika Kuoppala1-1/+1
2013-06-13drm/i915: add i915_gem_context_get_hang_stats()Mika Kuoppala1-0/+28
2013-05-31drm/i915: context debug messagesBen Widawsky1-3/+11
2013-05-10drm/i915: Add references to some workaround we implementDamien Lespiau1-0/+1
2013-05-06drm/i915: Assert mutex_is_locked on context lookupBen Widawsky1-0/+2
2013-05-06drm/i915: put context upon switchingChris Wilson1-13/+24
2013-05-03drm/i915: unreference default context on module unloadMika Kuoppala1-0/+8
2013-04-30drm/i915: reference count for i915_hw_contextsMika Kuoppala1-14/+14
2013-04-18drm/i915: Use MLC (l3$) for context objectsChris Wilson1-0/+7
2013-02-27drm/i915: convert to idr_alloc()Tejun Heo1-16/+5
2013-02-15drm/i915/ctx: Remove bad invariantBen Widawsky1-5/+0
2013-02-15drm/i915: Clarify HW context size logicBen Widawsky1-5/+2
2012-11-29drm/i915: Preallocate next seqno before touching the ringChris Wilson1-2/+1
2012-11-11drm/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-intel into drm-nextDave Airlie1-1/+1
2012-10-03Merge 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-05drm/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