summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_context.c
AgeCommit message (Expand)Author
2014-07-23drm/i915: Reorder ctx unref on ppgtt cleanupBen Widawsky
2014-07-08drm/i915: Emphasize that ctx->id is merely a user handleOscar Mateo
2014-07-08drm/i915: Emphasize that ctx->obj & ctx->is_initialized refer to the legacy r...Oscar Mateo
2014-07-08drm/i915: Extract context backing object allocationOscar Mateo
2014-07-07drm/i915: Unpin last_context at resetVille Syrjälä
2014-07-07Merge tag 'v3.16-rc4' into drm-intel-next-queuedDaniel Vetter
2014-06-24drm/i915: Only mark the ctx as initialised after a SET_CONTEXT operationChris Wilson
2014-06-18drm/i915: Remove ctx->last_ringOscar Mateo
2014-05-22drm/i915: Kill private_default_ctx offOscar Mateo
2014-05-22drm/i915: s/i915_hw_context/intel_contextOscar Mateo
2014-05-22drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo
2014-05-22drm/i915: Add null state batch to active listMika Kuoppala
2014-05-20drm/i915/chv: Add some workaround notesVille Syrjälä
2014-05-16drm/i915: Only unpin the default ctx object if it existsChris Wilson
2014-05-14drm/i915: add render state initializationMika Kuoppala
2014-04-30Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2014-04-11drm/i915: Always use kref tracking for all contexts.Chris Wilson
2014-04-09drm/i915: Make contexts non-snooped on non-LLC platformsVille Syrjälä
2014-04-03drm/i915: Invariably invalidate before ctx switchBen Widawsky
2014-04-02drm/i915: Implement WaProgramMiArbOnOffAroundMiSetContext:bdwVille Syrjälä
2014-03-20drm/i915: Per-process stats work better when evaluated per-processChris Wilson
2014-03-18drm/i915: Switch to fake context on older gensMika Kuoppala
2014-03-05drm/i915: Fix i915_switch_context() argument name in kerneldocDamien Lespiau
2014-03-04drm/i915/bdw: Free PPGTT structBen Widawsky
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