summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit origin/master into drm-intel-nextDaniel Vetter2014-01-161-4/+12
|\
| * drm/i915: Fix use-after-free in do_switchDaniel Vetter2013-12-061-2/+12
| * drm/i915: Hold mutex across i915_gem_releaseChris Wilson2013-12-041-2/+0
* | drm/i915: Remove defunct ctx switch commentsBen Widawsky2013-11-261-2/+0
* | Merge branch 'backlight-rework' into drm-intel-next-queuedDaniel Vetter2013-11-151-0/+3
|\ \ | |/
| * drm/i915/bdw: HW context supportBen Widawsky2013-11-081-0/+3
* | drm/i915: Require HW contexts (when possible)Ben Widawsky2013-11-071-23/+20
|/
* drm/i915: cleanup context finiBen Widawsky2013-10-161-4/+13
* drm/i915: Convert active API to VMABen Widawsky2013-10-011-4/+1
* drm/i915: Do remaps for all contextsBen Widawsky2013-09-191-4/+18
* drm/i915: Keep a list of all contextsBen Widawsky2013-09-191-0/+3
* drm/i915: It's its!Damien Lespiau2013-09-041-1/+1
* drm/i915: Do not add an interrupt for a context switchChris Wilson2013-09-041-11/+1
* 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/+8
* 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-271-16/+5
* drm/i915/ctx: Remove bad invariantBen Widawsky2013-02-151-5/+0
* drm/i915: Clarify HW context size logicBen Widawsky2013-02-151-5/+2
* drm/i915: Preallocate next seqno before touching the ringChris Wilson2012-11-291-2/+1
* 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-031-33/+32
|\ \ | |/
| * 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/+26
* | 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/+0
|/
* 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
OpenPOWER on IntegriCloud