aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAge
* drm/i915: Emphasize that ctx->id is merely a user handleOscar Mateo2014-07-08
* drm/i915: Emphasize that ctx->obj & ctx->is_initialized refer to the legacy r...Oscar Mateo2014-07-08
* drm/i915: Extract context backing object allocationOscar Mateo2014-07-08
* drm/i915: Unpin last_context at resetVille Syrjälä2014-07-07
* Merge tag 'v3.16-rc4' into drm-intel-next-queuedDaniel Vetter2014-07-07
|\
| * drm/i915: Only mark the ctx as initialised after a SET_CONTEXT operationChris Wilson2014-06-24
* | drm/i915: Remove ctx->last_ringOscar Mateo2014-06-18
|/
* drm/i915: Kill private_default_ctx offOscar Mateo2014-05-22
* drm/i915: s/i915_hw_context/intel_contextOscar Mateo2014-05-22
* drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo2014-05-22
* drm/i915: Add null state batch to active listMika Kuoppala2014-05-22
* drm/i915/chv: Add some workaround notesVille Syrjälä2014-05-20
* drm/i915: Only unpin the default ctx object if it existsChris Wilson2014-05-16
* drm/i915: add render state initializationMika Kuoppala2014-05-14
* Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-04-30
|\
| * drm/i915: Make contexts non-snooped on non-LLC platformsVille Syrjälä2014-04-09
| * drm/i915: Invariably invalidate before ctx switchBen Widawsky2014-04-03
| * drm/i915: Implement WaProgramMiArbOnOffAroundMiSetContext:bdwVille Syrjälä2014-04-02
* | drm/i915: Always use kref tracking for all contexts.Chris Wilson2014-04-11
|/
* drm/i915: Per-process stats work better when evaluated per-processChris Wilson2014-03-20
* drm/i915: Switch to fake context on older gensMika Kuoppala2014-03-18
* drm/i915: Fix i915_switch_context() argument name in kerneldocDamien Lespiau2014-03-05
* drm/i915/bdw: Free PPGTT structBen Widawsky2014-03-04
* drm/i915: Move ppgtt_release out of the headerBen Widawsky2014-03-04
* drm/i915: Remove dead codeThierry Reding2014-03-04
* drm/i915: Consolidate binding parameters into flagsDaniel Vetter2014-02-14
* drm/i915: check for oom when allocating private_default_ctxMika Kuoppala2014-02-04
* drm/i915: Tune down debug output when context is bannedMika Kuoppala2014-01-30
* drm/i915: Create a USES_PPGTT macroBen Widawsky2014-01-28
* drm/i915: We implement WaMiSetContext_HangVille Syrjälä2014-01-27
* drm/i915: Always pin the default contextChris Wilson2014-01-27
* drm/i915: set ctx->initialized only after RCSBen Widawsky2014-01-10
* drm/i915/bdw: Return -ENONENT on default ctx destroyBen Widawsky2014-01-10
* drm/i915/ppgtt: Fix ioctl errno for "no such context"Ben Widawsky2014-01-07
* drm/i915: Use multiple VMs -- the point of no returnBen Widawsky2013-12-18
* Merge commit drm-intel-fixes into topic/ppgttDaniel Vetter2013-12-18
|\
| * drm/i915: Fix use-after-free in do_switchDaniel Vetter2013-12-06
| * drm/i915: Hold mutex across i915_gem_releaseChris Wilson2013-12-04
* | drm/i915: Get context early in execbufBen Widawsky2013-12-18
* | drm/i915: Piggy back hangstats off of contextsBen Widawsky2013-12-18
* | drm/i915: Create a per file_priv default contextBen Widawsky2013-12-18
* | drm/i915: Do aliasing PPGTT init with contextsBen Widawsky2013-12-18
* | drm/i915: Add VM to contextBen Widawsky2013-12-18
* | drm/i915: Generalize default context setupBen Widawsky2013-12-18
* | drm/i915: Split context enabling from initBen Widawsky2013-12-18
* | drm/i915: Better reset handling for contextsBen Widawsky2013-12-18
* | drm/i915: Track which ring a context ran onBen Widawsky2013-12-18
* | drm/i915: Permit contexts on all ringsBen Widawsky2013-12-18
* | drm/i915: relax context alignmentBen Widawsky2013-12-18
* | drm/i915: Add a context open functionBen Widawsky2013-12-18