summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Introduce GVT context creation APIZhi Wang2016-06-171-0/+34
* drm/i915: Introduce execlist context status change notificationZhi Wang2016-06-171-0/+1
* drm/i915: Make addressing mode bits in context descriptor configurableZhi Wang2016-06-171-0/+2
* drm/i915: Make ring buffer size of a LRC context configurableZhi Wang2016-06-171-0/+1
* drm/i915: Merge legacy+execlists context structsChris Wilson2016-05-241-31/+44
* drm/i915: Show i915_gem_context owner in debugfsChris Wilson2016-05-241-1/+2
* drm/i915: Move pinning of dev_priv->kernel_context into its creatorChris Wilson2016-05-241-29/+24
* drm/i915: Rename and inline i915_gem_context_get()Chris Wilson2016-05-241-18/+4
* drm/i915: Apply lockdep annotations to i915_gem_context.cChris Wilson2016-05-241-3/+15
* drm/i915: Rename struct intel_contextChris Wilson2016-05-241-26/+26
* drm/i915: Complete pending resets before get-reset-stats ioctlChris Wilson2016-05-131-1/+1
* drm/i915: Move get-reset-stats ioctl from intel_uncore.c to i915_gem_context.cChris Wilson2016-05-131-0/+39
* drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-23/+25
* drm/i915: Unify GPU resets upon shutdownChris Wilson2016-04-281-9/+1
* drm/i915: Assign every HW context a unique IDChris Wilson2016-04-281-0/+36
* drm/i915: Rearrange switch_context to load the aliasing ppgtt on first useChris Wilson2016-04-281-46/+31
* drm/i915: Remove early l3-remapChris Wilson2016-04-281-2/+2
* drm/i915: Consolidate L3 remapping LRIChris Wilson2016-04-281-9/+7
* drm/i915: L3 cache remapping is part of context switchingChris Wilson2016-04-281-0/+31
* drm/i915: Mark the current context as lost on suspendChris Wilson2016-04-281-31/+23
* drm/i915: Propagate error from drm_gem_object_init()Chris Wilson2016-04-281-2/+2
* drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()Dave Gordon2016-04-251-1/+1
* drm/i915: Reorganise legacy context switch to cope with late failureChris Wilson2016-04-141-74/+67
* drm/i915: Split out !RCS legacy context switchingChris Wilson2016-04-141-36/+38
* drm/i915: Prevent machine death on Ivybridge context switchingChris Wilson2016-04-141-3/+12
* drm/i915: Use new i915_gem_object_pin_map for LRCTvrtko Ursulin2016-04-131-1/+1
* drm/i915: replace for_each_engine()Dave Gordon2016-03-241-3/+3
* drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen2016-03-181-1/+1
* drm/i915: Use shorter route to dev_private where possibleTvrtko Ursulin2016-03-181-2/+2
* drm/i915: Modify reset func to handle per engine resetsMika Kuoppala2016-03-171-1/+1
* drm/i915: More intel_engine_cs renamingTvrtko Ursulin2016-03-161-8/+8
* drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin2016-03-161-12/+12
* drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin2016-03-161-11/+11
* drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin2016-03-161-66/+74
* drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson2016-02-261-1/+1
* drm/i915: Reject invalid-pad for context-destroy and -create ioctlsChris Wilson2016-02-151-0/+6
* drm/i915: Fix premature LRC unpin in GuC modeTvrtko Ursulin2016-01-281-3/+7
* drm/i915: Extract context unpinning to its own functionTvrtko Ursulin2016-01-281-18/+12
* drm/i915: abolish separate per-ring default_context pointersDave Gordon2016-01-211-18/+11
* drm/i915: Restore inhibiting the load of the default contextChris Wilson2016-01-061-1/+5
* drm/i915: Only set gem object L3 cache level for IVB devicesWayne Boyer2015-12-101-1/+8
* drm/i915: Separate cherryview from valleyviewWayne Boyer2015-12-101-1/+1
* drm/i915: Remove incorrect warning in context cleanupTvrtko Ursulin2015-11-241-2/+0
* drm/i915: Add functions to emit register offsets to the ringVille Syrjälä2015-11-181-2/+2
* drm/i915: Report context GTT sizeChris Wilson2015-10-191-0/+8
* drm/i915: Remove wrong warning from i915_gem_context_cleanTvrtko Ursulin2015-10-091-1/+1
* drm/i915: Clean up associated VMAs on context destructionTvrtko Ursulin2015-10-061-0/+24
* drm/i915: Always enable execlists on BDW for vgpuZhiyuan Lv2015-09-021-0/+7
* drm/i915: Remove the failed context from the fpriv->context_idrChris Wilson2015-08-141-0/+1
* Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter2015-07-151-5/+3
|\
OpenPOWER on IntegriCloud