summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-05-171-3/+0
|\
| * Merge tag 'drm-intel-next-2016-04-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-05-041-111/+86
| |\
| * \ Merge tag 'drm-intel-next-2016-04-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-04-221-53/+118
| |\ \
| * \ \ Merge tag 'v4.6-rc3' into drm-nextDave Airlie2016-04-221-4/+4
| |\ \ \
| * | | | drm/vma_manage: Drop has_offsetDaniel Vetter2016-04-201-3/+0
* | | | | drm/i915: Update domain tracking for GEM objects on hibernationChris Wilson2016-05-141-0/+28
* | | | | drm/i915: Stop automatically retiring requests after a GPU hangChris Wilson2016-05-131-2/+6
* | | | | drm/i915: Stop retiring requests from busy/wait ioctlsChris Wilson2016-05-131-7/+1
* | | | | drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin2016-05-111-1/+1
* | | | | drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platformsVille Syrjälä2016-05-101-3/+0
* | | | | drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-26/+21
* | | | | drm/i915: Simplify intel_mark_busy/idleTvrtko Ursulin2016-05-041-2/+2
* | | | | drm/i915: Fix ordering of sanitize ppgtt and sanitize execlistsChris Wilson2016-04-291-3/+0
* | | | | drm/i915: Unify GPU resets upon shutdownChris Wilson2016-04-281-8/+0
* | | | | drm/i915: Stop tracking execlists retired requestsTvrtko Ursulin2016-04-281-9/+1
* | | | | 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/+9
* | | | | 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/+9
* | | | | 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/+0
* | | | | drm/i915: Remove early l3-remapChris Wilson2016-04-281-9/+1
* | | | | drm/i915: L3 cache remapping is part of context switchingChris Wilson2016-04-281-31/+0
* | | | | 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/+1
* | | | | drm/i915: Simplify i915_gem_obj_ggtt_offset_viewTvrtko Ursulin2016-04-251-4/+1
* | | | | drm/i915: Simplify i915_gem_obj_to_ggtt_viewTvrtko Ursulin2016-04-251-6/+2
* | | | | drm/i915: Remove i915_gem_obj_sizeTvrtko Ursulin2016-04-251-9/+4
* | | | | 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/+2
* | | | 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/+20
* | | | 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/+13
* | | | drm/i915: Tighten reset_counter for reset statusChris Wilson2016-04-141-18/+9
* | | | 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/+5
* | | | 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/+1
* | | 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/+2
* | | drm/i915: On GPU reset, set the HWS breadcrumb to the last seqnoChris Wilson2016-04-081-0/+2