summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Always use kref tracking for all contexts.Chris Wilson2014-04-111-130/+88
* drm/i915: Per-process stats work better when evaluated per-processChris Wilson2014-03-201-0/+1
* drm/i915: Switch to fake context on older gensMika Kuoppala2014-03-181-2/+4
* drm/i915: Fix i915_switch_context() argument name in kerneldocDamien Lespiau2014-03-051-1/+1
* drm/i915/bdw: Free PPGTT structBen Widawsky2014-03-041-2/+10
* drm/i915: Move ppgtt_release out of the headerBen Widawsky2014-03-041-0/+36
* drm/i915: Remove dead codeThierry Reding2014-03-041-6/+0
* drm/i915: Consolidate binding parameters into flagsDaniel Vetter2014-02-141-6/+3
* drm/i915: check for oom when allocating private_default_ctxMika Kuoppala2014-02-041-0/+4
* drm/i915: Tune down debug output when context is bannedMika Kuoppala2014-01-301-7/+2
* drm/i915: Create a USES_PPGTT macroBen Widawsky2014-01-281-3/+3
* drm/i915: We implement WaMiSetContext_HangVille Syrjälä2014-01-271-1/+4
* drm/i915: Always pin the default contextChris Wilson2014-01-271-20/+24
* drm/i915: set ctx->initialized only after RCSBen Widawsky2014-01-101-1/+2
* drm/i915/bdw: Return -ENONENT on default ctx destroyBen Widawsky2014-01-101-1/+1
* drm/i915/ppgtt: Fix ioctl errno for "no such context"Ben Widawsky2014-01-071-3/+9
* drm/i915: Use multiple VMs -- the point of no returnBen Widawsky2013-12-181-25/+35
* Merge commit drm-intel-fixes into topic/ppgttDaniel Vetter2013-12-181-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: Get context early in execbufBen Widawsky2013-12-181-26/+6
* | drm/i915: Piggy back hangstats off of contextsBen Widawsky2013-12-181-12/+14
* | drm/i915: Create a per file_priv default contextBen Widawsky2013-12-181-26/+36
* | drm/i915: Do aliasing PPGTT init with contextsBen Widawsky2013-12-181-16/+84
* | drm/i915: Add VM to contextBen Widawsky2013-12-181-1/+11
* | drm/i915: Generalize default context setupBen Widawsky2013-12-181-13/+12
* | drm/i915: Split context enabling from initBen Widawsky2013-12-181-10/+25
* | drm/i915: Better reset handling for contextsBen Widawsky2013-12-181-0/+43
* | drm/i915: Track which ring a context ran onBen Widawsky2013-12-181-7/+5
* | drm/i915: Permit contexts on all ringsBen Widawsky2013-12-181-12/+42
* | drm/i915: relax context alignmentBen Widawsky2013-12-181-7/+19
* | drm/i915: Add a context open functionBen Widawsky2013-12-181-0/+15
* | drm/i915: Create bind/unbind abstraction for VMAsBen Widawsky2013-12-181-2/+6
* | drm/i915: Make pin count per VMABen Widawsky2013-12-181-7/+7
* | 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