summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: make context status notifier head be per engineChangbin Du2017-03-211-1/+0
* drm/i915: Remove i915_vma_create from VMA APIChris Wilson2017-01-191-1/+1
* drm/i915: Skip switch to kernel context if already doneChris Wilson2017-01-161-0/+25
* drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.cChris Wilson2017-01-131-21/+0
* drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson2017-01-101-3/+4
* drm/i915: Simplify testing for am-I-the-kernel-context?Chris Wilson2017-01-061-1/+12
* drm/i915: Complete kerneldoc for struct i915_gem_contextChris Wilson2016-12-311-16/+17
* drm/i915: request ring to be pinned above GUC_WOPCM_TOPDaniele Ceraolo Spurio2016-12-241-0/+9
* drm/i915: Mark the shadow gvt context as closedChris Wilson2016-12-181-0/+1
* drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson2016-12-181-94/+16
* drm/i915: More GEM init dev_priv cleanupTvrtko Ursulin2016-12-011-3/+2
* drm/i915: Make various init functions take dev_privTvrtko Ursulin2016-12-011-17/+14
* drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin2016-12-011-2/+3
* drm/i915: i915_gem_alloc_context_obj can be staticTvrtko Ursulin2016-11-231-4/+3
* drm/i915: Wipe hang stats as an embedded structMika Kuoppala2016-11-211-7/+5
* drm/i915: Add per client max context ban limitMika Kuoppala2016-11-211-0/+13
* drm/i915: Add bannable context parameterMika Kuoppala2016-11-211-9/+14
* drm/i915: Use user, not driver, DRM_DEBUG for 2 context ioctlsChris Wilson2016-11-211-2/+2
* drm/i915: Store the execution priority on the contextChris Wilson2016-11-141-0/+1
* drm/i915: Export a function to flush the context upon pinningChris Wilson2016-11-011-11/+28
* drm/i915: Enable multiple timelinesChris Wilson2016-10-281-2/+2
* drm/i915: Create a unique name for the contextChris Wilson2016-10-281-5/+18
* drm/i915: Queue the idling context switch after all other timelinesChris Wilson2016-10-281-6/+17
* drm/i915: Defer active reference until requiredChris Wilson2016-10-281-1/+1
* drm/i915: Make IS_IVYBRIDGE only take dev_privTvrtko Ursulin2016-10-141-1/+1
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-6/+9
* drm/i915: Update reset path to fix incomplete requestsChris Wilson2016-09-091-16/+0
* drm/i915: Move debug only per-request pid tracking from request to ctxChris Wilson2016-08-151-0/+4
* drm/i915: Introduce i915_ggtt_offset()Chris Wilson2016-08-151-2/+4
* drm/i915: Use VMA for scratch page trackingChris Wilson2016-08-151-1/+1
* drm/i915: Only change the context object's domain when bindingChris Wilson2016-08-151-12/+7
* drm/i915: Use VMA as the primary object for context stateChris Wilson2016-08-151-23/+28
* drm/i915: Store number of active engines in device infoTvrtko Ursulin2016-08-111-1/+1
* drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()Chris Wilson2016-08-041-3/+2
* drm/i915: Combine all i915_vma bitfields into a single set of flagsChris Wilson2016-08-041-1/+1
* Revert "drm/i915: Clean up associated VMAs on context destruction"Chris Wilson2016-08-041-22/+0
* drm/i915: Mark the context and address space as closedChris Wilson2016-08-041-6/+37
* drm/i915: i915_vma_move_to_active prep patchChris Wilson2016-08-041-4/+5
* drm/i915: Store owning file on the i915_address_spaceChris Wilson2016-08-041-1/+2
* drm/i915: Unify legacy/execlists submit_execbuf callbacksChris Wilson2016-08-021-4/+3
* drm/i915: Reduce engine->emit_flush() to a single mode parameterChris Wilson2016-08-021-1/+1
* drm/i915: Remove obsolete engine->gpu_caches_dirtyChris Wilson2016-08-021-1/+1
* drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson2016-08-021-3/+3
* drm/i915: Rename intel_context[engine].ringbufChris Wilson2016-08-021-2/+2
* drm/i915: Rename request->ringbuf to request->ringChris Wilson2016-08-021-2/+2
* drm/i915: Unify intel_logical_ring_emit and intel_ring_emitChris Wilson2016-08-021-23/+24
* drm/i915: Convert i915_semaphores_is_enabled over to early sanitizeChris Wilson2016-07-201-1/+1
* drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson2016-07-201-2/+2
* drm/i915: Rename i915_gem_context_reference/unreference()Chris Wilson2016-07-201-12/+10
* drm/i915/evict: Always switch away from the current contextChris Wilson2016-07-151-0/+29
OpenPOWER on IntegriCloud