summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAge
* drm/i915: Replace execbuf vma ht with an idrChris Wilson2017-08-18
* drm/i915: Suppress switch_mm emission between the same aliasing_ppgttChris Wilson2017-08-12
* drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updatesChris Wilson2017-07-27
* drm/i915: Only free the oldest stale context before allocatingChris Wilson2017-07-06
* drm/i915: Drop request retirement before reaping stale contextsChris Wilson2017-07-06
* drm/i915: Move stale context reaping to common i915_gem_context_createChris Wilson2017-07-06
* drm/i915: Check new context against kernel_context after reporting an errorChris Wilson2017-07-06
* drm/i915: Fix use-after-free of context during free_contextsChris Wilson2017-07-04
* drm/i915: Enable rcu-only context lookupsChris Wilson2017-06-20
* drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson2017-06-20
* drm/i915: Group all the global context information togetherChris Wilson2017-06-20
* drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson2017-06-16
* drm/i915: Store a direct lookup from object handle to vmaChris Wilson2017-06-16
* drm/i915: Fix retrieval of hangcheck statsChris Wilson2017-06-16
* drm/i915: Use a define for the default priority [0]Chris Wilson2017-05-17
* drm/i915: Sanitize engine context sizesJoonas Lahtinen2017-04-28
* drm/i915: Defer context state allocation for legacy ring submissionChris Wilson2017-04-27
* drm/i915: Disable MI_SET_CONTEXT psmi w/a for bdwChris Wilson2017-03-24
* drm/i915: Remove superfluous hw_flags from mi_set_context()Chris Wilson2017-03-23
* drm/i915: Remove superfluous i915_add_request_no_flush() helperChris Wilson2017-03-17
* drm/i915: make context status notifier head be per engineChangbin Du2017-03-16
* drm/i915: Reduce context alignmentChris Wilson2017-02-27
* drm/i915: Remove redundant TLB invalidate on switching contextsChris Wilson2017-02-27
* drm/i915/gvt: set ring buffer size to default for guc submissionChuanxiao Dong2017-02-22
* drm/i915: Fix uninitialized return from mi_set_contextTvrtko Ursulin2017-02-14
* drm/i915: Emit to ringbuffer directlyTvrtko Ursulin2017-02-14
* drm/i915: Live testing for context executionChris Wilson2017-02-13
* drm/i915: Mock infrastructure for request emissionChris Wilson2017-02-13
* drm/i915: Use the size/type of address space to make decisionsChris Wilson2017-02-09
* drm/i915: Add __destroy_hw_contextJoonas Lahtinen2017-02-09
* drm/i915: Create context desc template when context is createdMika Kuoppala2017-01-30
* drm/i915: Assert that the kernel_context is hw-id 0Chris Wilson2017-01-23
* drm/i915: Remove i915_vma_create from VMA APIChris Wilson2017-01-19
* drm/i915: Skip switch to kernel context if already doneChris Wilson2017-01-16
* drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.cChris Wilson2017-01-13
* drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson2017-01-10
* drm/i915: Simplify testing for am-I-the-kernel-context?Chris Wilson2017-01-06
* drm/i915: Complete kerneldoc for struct i915_gem_contextChris Wilson2016-12-31
* drm/i915: request ring to be pinned above GUC_WOPCM_TOPDaniele Ceraolo Spurio2016-12-24
* drm/i915: Mark the shadow gvt context as closedChris Wilson2016-12-18
* drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson2016-12-18
* drm/i915: More GEM init dev_priv cleanupTvrtko Ursulin2016-12-01
* drm/i915: Make various init functions take dev_privTvrtko Ursulin2016-12-01
* drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin2016-12-01
* drm/i915: i915_gem_alloc_context_obj can be staticTvrtko Ursulin2016-11-23
* drm/i915: Wipe hang stats as an embedded structMika Kuoppala2016-11-21
* drm/i915: Add per client max context ban limitMika Kuoppala2016-11-21
* drm/i915: Add bannable context parameterMika Kuoppala2016-11-21
* drm/i915: Use user, not driver, DRM_DEBUG for 2 context ioctlsChris Wilson2016-11-21
* drm/i915: Store the execution priority on the contextChris Wilson2016-11-14