aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAge
* drm/i915/bdw: HW context supportBen Widawsky2013-11-08
* drm/i915: cleanup context finiBen Widawsky2013-10-16
* drm/i915: Convert active API to VMABen Widawsky2013-10-01
* drm/i915: Do remaps for all contextsBen Widawsky2013-09-19
* drm/i915: Keep a list of all contextsBen Widawsky2013-09-19
* drm/i915: It's its!Damien Lespiau2013-09-04
* drm/i915: Do not add an interrupt for a context switchChris Wilson2013-09-04
* drm/i915: mm_list is per VMABen Widawsky2013-08-08
* drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for IvybridgeChris Wilson2013-08-06
* drm/i915: Add VM to pinBen Widawsky2013-08-05
* drm/i915: Fix retrieval of hangcheck statsChris Wilson2013-07-16
* drm/i915: Getter/setter for object attributesBen Widawsky2013-07-08
* drm/i915: Fix context sizes on HSWBen Widawsky2013-07-01
* drm/i915: change i915_add_request to macroMika Kuoppala2013-06-13
* drm/i915: add i915_gem_context_get_hang_stats()Mika Kuoppala2013-06-13
* drm/i915: context debug messagesBen Widawsky2013-05-31
* drm/i915: Add references to some workaround we implementDamien Lespiau2013-05-10
* drm/i915: Assert mutex_is_locked on context lookupBen Widawsky2013-05-06
* drm/i915: put context upon switchingChris Wilson2013-05-06
* drm/i915: unreference default context on module unloadMika Kuoppala2013-05-03
* drm/i915: reference count for i915_hw_contextsMika Kuoppala2013-04-30
* drm/i915: Use MLC (l3$) for context objectsChris Wilson2013-04-18
* drm/i915: convert to idr_alloc()Tejun Heo2013-02-27
* drm/i915/ctx: Remove bad invariantBen Widawsky2013-02-15
* drm/i915: Clarify HW context size logicBen Widawsky2013-02-15
* drm/i915: Preallocate next seqno before touching the ringChris Wilson2012-11-29
* drm/i915: Allocate the proper size for contexts.Ben Widawsky2012-11-11
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-10-07
|\
| * drm/i915: Actually invalidate the TLB for the SandyBridge HW contexts w/aChris Wilson2012-10-02
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-04
|\|
| * drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson2012-08-23
| * drm/i915: Add contexts for HSWBen Widawsky2012-07-25
| * drm/i915: Cleanup context switching through do_switch()Chris Wilson2012-07-25
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-02
* | drm/i915: remove unused variableDevendra Naga2012-08-05
|/
* drm/i915: dereferencing an error pointerDan Carpenter2012-07-25
* drm/i915: fix invalid reference handling of the default ctx objChris Wilson2012-07-25
* drm/i915: Flush the context object from the CPU caches upon switchingChris Wilson2012-07-25
* drm/i915/context/: s/CTX/CXTBen Widawsky2012-07-20
* drm/i915: linuxify create_hw_context()Ben Widawsky2012-06-29
* drm/i915: return -ENODEV if hw context are not supportedDaniel Vetter2012-06-20
* drm/i915: simplify context_idr_cleanupDaniel Vetter2012-06-20
* drm/i915/context: shut up compilerDaniel Vetter2012-06-20
* drm/i915: return -ENOENT if the context doesn't existDaniel Vetter2012-06-20
* drm/i915: initialize the context idr unconditionallyDaniel Vetter2012-06-20
* drm/i915: fix module unload after context mergeDaniel Vetter2012-06-20
* drm/i915: disable contexts on old HWBen Widawsky2012-06-18
* drm/i915: reset the GPU on context finiBen Widawsky2012-06-14
* drm/i915/context: create & destroy ioctlsBen Widawsky2012-06-14
* drm/i915: use the default contextBen Widawsky2012-06-14