summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix ordering of sanitize ppgtt and sanitize execlistsChris Wilson2016-04-291-3/+0Star
* drm/i915: Unify GPU resets upon shutdownChris Wilson2016-04-281-8/+0Star
* drm/i915: Stop tracking execlists retired requestsTvrtko Ursulin2016-04-281-9/+1Star
* drm/i915: Track the previous pinned context inside the requestChris Wilson2016-04-281-4/+4
* drm/i915: Move releasing of the GEM request from free to retire/cancelChris Wilson2016-04-281-14/+9Star
* drm/i915: Refactor execlists default context pinningChris Wilson2016-04-281-1/+1
* drm/i915: Manually unwind after a failed request allocationChris Wilson2016-04-281-19/+9Star
* drm/i915: Remove the identical implementations of request space reservationChris Wilson2016-04-281-9/+14
* drm/i915: Rearrange switch_context to load the aliasing ppgtt on first useChris Wilson2016-04-281-30/+0Star
* drm/i915: Remove early l3-remapChris Wilson2016-04-281-9/+1Star
* drm/i915: L3 cache remapping is part of context switchingChris Wilson2016-04-281-31/+0Star
* drm/i915: Mark the current context as lost on suspendChris Wilson2016-04-281-0/+1
* drm/i915: Move ioremap_wc tracking onto VMAChris Wilson2016-04-281-0/+13
* drm/i915: Propagate error from drm_gem_object_init()Chris Wilson2016-04-281-8/+13
* drm/i915: Simplify i915_gem_obj_ggtt_bound_viewTvrtko Ursulin2016-04-251-3/+1Star
* drm/i915: Simplify i915_gem_obj_ggtt_offset_viewTvrtko Ursulin2016-04-251-4/+1Star
* drm/i915: Simplify i915_gem_obj_to_ggtt_viewTvrtko Ursulin2016-04-251-6/+2Star
* drm/i915: Remove i915_gem_obj_sizeTvrtko Ursulin2016-04-251-9/+4Star
* drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()Dave Gordon2016-04-251-3/+3
* drm/i915: Remove a couple pointless WARN_ONsTvrtko Ursulin2016-04-201-8/+2Star
* drm/i915/mocs: Program MOCS for all engines on initPeter Antoine2016-04-141-0/+3
* drm/i915: Late request cancellations are harmfulChris Wilson2016-04-141-30/+20Star
* drm/i915: Move the mb() following release-mmap into release-mmapChris Wilson2016-04-141-3/+16
* drm/i915: Prevent leaking of -EIO from i915_wait_request()Chris Wilson2016-04-141-22/+22
* drm/i915: Store the reset counter when constructing a requestChris Wilson2016-04-141-27/+13Star
* drm/i915: Tighten reset_counter for reset statusChris Wilson2016-04-141-18/+9Star
* drm/i915: Hide the atomic_read(reset_counter) behind a helperChris Wilson2016-04-141-8/+8
* drm/i915: Add GEM debugging Kconfig optionChris Wilson2016-04-141-7/+5Star
* drm/i915: Store and use edram capabilitiesMika Kuoppala2016-04-141-1/+1
* drm/i915: Don't program eLLC IDI hash mask for gen9+Mika Kuoppala2016-04-141-1/+1
* Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter2016-04-111-4/+4
|\
| * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* | drm/i915: Avoid allocating a vmap arena for a single pageChris Wilson2016-04-111-5/+14
* | drm,i915: Introduce drm_malloc_gfp()Chris Wilson2016-04-111-3/+1Star
* | drm/i915: Refactor duplicate object vmap functionsChris Wilson2016-04-111-0/+44
* | drm/i915: Apply a mb between emitting the request and hangcheckChris Wilson2016-04-081-17/+22
* | drm/i915: Move the hw semaphore initialisation from GEM to the engineChris Wilson2016-04-081-6/+2Star
* | drm/i915: On GPU reset, set the HWS breadcrumb to the last seqnoChris Wilson2016-04-081-0/+2
* | drm/i915: Move execlists irq handler to a bottom halfTvrtko Ursulin2016-04-041-4/+6
* | drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen2016-03-311-18/+32
* | drm/i915: Rename GGTT init functionsJoonas Lahtinen2016-03-301-1/+1
* | drm/i915: BUG_ON when ggtt_view is NULLMatthew Auld2016-03-301-7/+2Star
* | drm/i915: replace for_each_engine()Dave Gordon2016-03-241-28/+22Star
* | drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen2016-03-181-8/+8
* | drm/i915: Use shorter route to dev_private where possibleTvrtko Ursulin2016-03-181-1/+1
* | drm/i915: Remove unused variable in i915_gem_request_add_to_clientTvrtko Ursulin2016-03-181-2/+0Star
* | drm/i915: Move load time gem_load_init earlierImre Deak2016-03-171-14/+24
* | drm/i915: Modify reset func to handle per engine resetsMika Kuoppala2016-03-171-7/+7
* | drm/i915: More renaming of rings to enginesTvrtko Ursulin2016-03-161-25/+25
* | drm/i915: More intel_engine_cs renamingTvrtko Ursulin2016-03-161-37/+37