summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_context.c
AgeCommit message (Expand)Author
2014-03-04drm/i915: Move ppgtt_release out of the headerBen Widawsky
2014-03-04drm/i915: Remove dead codeThierry Reding
2014-02-14drm/i915: Consolidate binding parameters into flagsDaniel Vetter
2014-02-04drm/i915: check for oom when allocating private_default_ctxMika Kuoppala
2014-01-30drm/i915: Tune down debug output when context is bannedMika Kuoppala
2014-01-28drm/i915: Create a USES_PPGTT macroBen Widawsky
2014-01-27drm/i915: We implement WaMiSetContext_HangVille Syrjälä
2014-01-27drm/i915: Always pin the default contextChris Wilson
2014-01-10drm/i915: set ctx->initialized only after RCSBen Widawsky
2014-01-10drm/i915/bdw: Return -ENONENT on default ctx destroyBen Widawsky
2014-01-07drm/i915/ppgtt: Fix ioctl errno for "no such context"Ben Widawsky
2013-12-18drm/i915: Use multiple VMs -- the point of no returnBen Widawsky
2013-12-18Merge commit drm-intel-fixes into topic/ppgttDaniel Vetter
2013-12-18drm/i915: Get context early in execbufBen Widawsky
2013-12-18drm/i915: Piggy back hangstats off of contextsBen Widawsky
2013-12-18drm/i915: Create a per file_priv default contextBen Widawsky
2013-12-18drm/i915: Do aliasing PPGTT init with contextsBen Widawsky
2013-12-18drm/i915: Add VM to contextBen Widawsky
2013-12-18drm/i915: Generalize default context setupBen Widawsky
2013-12-18drm/i915: Split context enabling from initBen Widawsky
2013-12-18drm/i915: Better reset handling for contextsBen Widawsky
2013-12-18drm/i915: Track which ring a context ran onBen Widawsky
2013-12-18drm/i915: Permit contexts on all ringsBen Widawsky
2013-12-18drm/i915: relax context alignmentBen Widawsky
2013-12-18drm/i915: Add a context open functionBen Widawsky
2013-12-18drm/i915: Create bind/unbind abstraction for VMAsBen Widawsky
2013-12-18drm/i915: Make pin count per VMABen Widawsky
2013-12-06drm/i915: Fix use-after-free in do_switchDaniel Vetter
2013-12-04drm/i915: Hold mutex across i915_gem_releaseChris Wilson
2013-11-26drm/i915: Remove defunct ctx switch commentsBen Widawsky
2013-11-15Merge branch 'backlight-rework' into drm-intel-next-queuedDaniel Vetter
2013-11-08drm/i915/bdw: HW context supportBen Widawsky
2013-11-07drm/i915: Require HW contexts (when possible)Ben Widawsky
2013-10-16drm/i915: cleanup context finiBen Widawsky
2013-10-01drm/i915: Convert active API to VMABen Widawsky
2013-09-19drm/i915: Do remaps for all contextsBen Widawsky
2013-09-19drm/i915: Keep a list of all contextsBen Widawsky
2013-09-04drm/i915: It's its!Damien Lespiau
2013-09-04drm/i915: Do not add an interrupt for a context switchChris Wilson
2013-08-08drm/i915: mm_list is per VMABen Widawsky
2013-08-06drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for IvybridgeChris Wilson
2013-08-05drm/i915: Add VM to pinBen Widawsky
2013-07-16drm/i915: Fix retrieval of hangcheck statsChris Wilson
2013-07-08drm/i915: Getter/setter for object attributesBen Widawsky
2013-07-01drm/i915: Fix context sizes on HSWBen Widawsky
2013-06-13drm/i915: change i915_add_request to macroMika Kuoppala
2013-06-13drm/i915: add i915_gem_context_get_hang_stats()Mika Kuoppala
2013-05-31drm/i915: context debug messagesBen Widawsky
2013-05-10drm/i915: Add references to some workaround we implementDamien Lespiau
2013-05-06drm/i915: Assert mutex_is_locked on context lookupBen Widawsky