aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-24drm/i915: Disable MI_SET_CONTEXT psmi w/a for bdwChris Wilson1-2/+2
2017-03-23drm/i915: Remove superfluous hw_flags from mi_set_context()Chris Wilson1-7/+7
2017-03-17drm/i915: Remove superfluous i915_add_request_no_flush() helperChris Wilson1-1/+1
2017-03-16drm/i915: make context status notifier head be per engineChangbin Du1-1/+0
2017-02-27drm/i915: Reduce context alignmentChris Wilson1-17/+0
2017-02-27drm/i915: Remove redundant TLB invalidate on switching contextsChris Wilson1-11/+0
2017-02-22drm/i915/gvt: set ring buffer size to default for guc submissionChuanxiao Dong1-1/+2
2017-02-14drm/i915: Fix uninitialized return from mi_set_contextTvrtko Ursulin1-3/+3
2017-02-14drm/i915: Emit to ringbuffer directlyTvrtko Ursulin1-42/+34
2017-02-13drm/i915: Live testing for context executionChris Wilson1-0/+1
2017-02-13drm/i915: Mock infrastructure for request emissionChris Wilson1-0/+4
2017-02-09drm/i915: Use the size/type of address space to make decisionsChris Wilson1-7/+13
2017-02-09drm/i915: Add __destroy_hw_contextJoonas Lahtinen1-4/+9
2017-01-30drm/i915: Create context desc template when context is createdMika Kuoppala1-2/+21
2017-01-23drm/i915: Assert that the kernel_context is hw-id 0Chris Wilson1-0/+5
2017-01-19drm/i915: Remove i915_vma_create from VMA APIChris Wilson1-1/+1
2017-01-16drm/i915: Skip switch to kernel context if already doneChris Wilson1-0/+25
2017-01-13drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.cChris Wilson1-21/+0
2017-01-10drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson1-3/+4
2017-01-06drm/i915: Simplify testing for am-I-the-kernel-context?Chris Wilson1-1/+12
2016-12-31drm/i915: Complete kerneldoc for struct i915_gem_contextChris Wilson1-16/+17
2016-12-24drm/i915: request ring to be pinned above GUC_WOPCM_TOPDaniele Ceraolo Spurio1-0/+9
2016-12-18drm/i915: Mark the shadow gvt context as closedChris Wilson1-0/+1
2016-12-18drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson1-94/+16
2016-12-01drm/i915: More GEM init dev_priv cleanupTvrtko Ursulin1-3/+2
2016-12-01drm/i915: Make various init functions take dev_privTvrtko Ursulin1-17/+14
2016-12-01drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin1-2/+3
2016-11-23drm/i915: i915_gem_alloc_context_obj can be staticTvrtko Ursulin1-4/+3
2016-11-21drm/i915: Wipe hang stats as an embedded structMika Kuoppala1-7/+5
2016-11-21drm/i915: Add per client max context ban limitMika Kuoppala1-0/+13
2016-11-21drm/i915: Add bannable context parameterMika Kuoppala1-9/+14
2016-11-21drm/i915: Use user, not driver, DRM_DEBUG for 2 context ioctlsChris Wilson1-2/+2
2016-11-14drm/i915: Store the execution priority on the contextChris Wilson1-0/+1
2016-11-01drm/i915: Export a function to flush the context upon pinningChris Wilson1-11/+28
2016-10-28drm/i915: Enable multiple timelinesChris Wilson1-2/+2
2016-10-28drm/i915: Create a unique name for the contextChris Wilson1-5/+18
2016-10-28drm/i915: Queue the idling context switch after all other timelinesChris Wilson1-6/+17
2016-10-28drm/i915: Defer active reference until requiredChris Wilson1-1/+1
2016-10-14drm/i915: Make IS_IVYBRIDGE only take dev_privTvrtko Ursulin1-1/+1
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel1-6/+9
2016-09-09drm/i915: Update reset path to fix incomplete requestsChris Wilson1-16/+0
2016-08-15drm/i915: Move debug only per-request pid tracking from request to ctxChris Wilson1-0/+4
2016-08-15drm/i915: Introduce i915_ggtt_offset()Chris Wilson1-2/+4
2016-08-15drm/i915: Use VMA for scratch page trackingChris Wilson1-1/+1
2016-08-15drm/i915: Only change the context object's domain when bindingChris Wilson1-12/+7
2016-08-15drm/i915: Use VMA as the primary object for context stateChris Wilson1-23/+28
2016-08-11drm/i915: Store number of active engines in device infoTvrtko Ursulin1-1/+1
2016-08-04drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()Chris Wilson1-3/+2
2016-08-04drm/i915: Combine all i915_vma bitfields into a single set of flagsChris Wilson1-1/+1
2016-08-04Revert "drm/i915: Clean up associated VMAs on context destruction"Chris Wilson1-22/+0