summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: mm_list is per VMABen Widawsky2013-08-081-0/+3
* drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for IvybridgeChris Wilson2013-08-061-1/+1
* drm/i915: Add VM to pinBen Widawsky2013-08-051-2/+2
* drm/i915: Fix retrieval of hangcheck statsChris Wilson2013-07-161-15/+8Star
* drm/i915: Getter/setter for object attributesBen Widawsky2013-07-081-1/+1
* drm/i915: Fix context sizes on HSWBen Widawsky2013-07-011-1/+1
* drm/i915: change i915_add_request to macroMika Kuoppala2013-06-131-1/+1
* drm/i915: add i915_gem_context_get_hang_stats()Mika Kuoppala2013-06-131-0/+28
* drm/i915: context debug messagesBen Widawsky2013-05-311-3/+11
* drm/i915: Add references to some workaround we implementDamien Lespiau2013-05-101-0/+1
* drm/i915: Assert mutex_is_locked on context lookupBen Widawsky2013-05-061-0/+2
* drm/i915: put context upon switchingChris Wilson2013-05-061-13/+24
* drm/i915: unreference default context on module unloadMika Kuoppala2013-05-031-0/+8
* drm/i915: reference count for i915_hw_contextsMika Kuoppala2013-04-301-14/+14
* drm/i915: Use MLC (l3$) for context objectsChris Wilson2013-04-181-0/+7
* drm/i915: convert to idr_alloc()Tejun Heo2013-02-281-16/+5Star
* drm/i915/ctx: Remove bad invariantBen Widawsky2013-02-151-5/+0Star
* drm/i915: Clarify HW context size logicBen Widawsky2013-02-151-5/+2Star
* drm/i915: Preallocate next seqno before touching the ringChris Wilson2012-11-291-2/+1Star
* 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-041-33/+32Star
|\|
| * 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/+26Star
* | 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/+0Star
|/
* 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/+4Star
* 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/+24Star
* 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/+2Star
* drm/i915/context: shut up compilerDaniel Vetter2012-06-201-2/+0Star
* 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/+0Star
* 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