aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-16Merge commit origin/master into drm-intel-nextDaniel Vetter1-4/+12
2013-12-06drm/i915: Fix use-after-free in do_switchDaniel Vetter1-2/+12
2013-12-04drm/i915: Hold mutex across i915_gem_releaseChris Wilson1-2/+0
2013-11-26drm/i915: Remove defunct ctx switch commentsBen Widawsky1-2/+0
2013-11-15Merge branch 'backlight-rework' into drm-intel-next-queuedDaniel Vetter1-0/+3
2013-11-08drm/i915/bdw: HW context supportBen Widawsky1-0/+3
2013-11-07drm/i915: Require HW contexts (when possible)Ben Widawsky1-23/+20
2013-10-16drm/i915: cleanup context finiBen Widawsky1-4/+13
2013-10-01drm/i915: Convert active API to VMABen Widawsky1-4/+1
2013-09-19drm/i915: Do remaps for all contextsBen Widawsky1-4/+18
2013-09-19drm/i915: Keep a list of all contextsBen Widawsky1-0/+3
2013-09-04drm/i915: It's its!Damien Lespiau1-1/+1
2013-09-04drm/i915: Do not add an interrupt for a context switchChris Wilson1-11/+1
2013-08-08drm/i915: mm_list is per VMABen Widawsky1-0/+3
2013-08-06drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for IvybridgeChris Wilson1-1/+1
2013-08-05drm/i915: Add VM to pinBen Widawsky1-2/+2
2013-07-16drm/i915: Fix retrieval of hangcheck statsChris Wilson1-15/+8
2013-07-08drm/i915: Getter/setter for object attributesBen Widawsky1-1/+1
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