aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Remove two invalid warnsTvrtko Ursulin2016-10-281-3/+0
* drm/i915: Rotated view does not need a fenceTvrtko Ursulin2016-10-281-1/+6
* Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-10-111-2122/+1309
|\
| * drm/i915: Fix conflict resolution from backmerge of v4.8-rc8 to drm-nextChris Wilson2016-10-101-3/+0
| * drm/i915: Only shrink the unbound objects during freezeChris Wilson2016-10-101-1/+16
| * drm/i915: Restore current RPS state after resetChris Wilson2016-10-101-0/+7
| * Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-281-0/+3
| |\
| * | drm/i915: Shrink objects prior to hibernationChris Wilson2016-09-091-7/+14
| * | drm/i915: Prepare object synchronisation for asynchronicityChris Wilson2016-09-091-91/+0
| * | drm/i915: Drive request submission through fence callbacksChris Wilson2016-09-091-0/+3
| * | drm/i915: Update reset path to fix incomplete requestsChris Wilson2016-09-091-50/+75
| * | drm/i915: Mark up all locked waitersChris Wilson2016-09-091-2/+5
| * | drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson2016-09-091-7/+9
| * | drm/i915: Separate out reset flags from the reset counterChris Wilson2016-09-091-1/+1
| * | drm/i915: Simplify ELSP queue request trackingChris Wilson2016-09-091-4/+9
| * | drm/i915: Use atomic for dev_priv->mm.bsd_engine_dispatch_indexJoonas Lahtinen2016-09-011-0/+2
| * | drm/i915: Add I915_PARAM_MMAP_GTT_VERSION to advertise unlimited mmapsChris Wilson2016-08-261-0/+53
| * | drm/i915: Use remap_io_mapping() to prefault all PTE in a single passChris Wilson2016-08-191-43/+7
| * | drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson2016-08-191-3/+3
| * | drm/i915: Stop discarding GTT cache-domain on unbind vmaChris Wilson2016-08-181-23/+3
| * | drm/i915: Bump the inactive tracking for all VMA accessedChris Wilson2016-08-181-6/+23
| * | drm/i915: Track display alignment on VMAChris Wilson2016-08-181-13/+8
| * | drm/i915: Fallback to using unmappable memory for scanoutChris Wilson2016-08-181-4/+10
| * | drm/i915: Choose not to evict faultable objects from the GGTTChris Wilson2016-08-181-2/+10
| * | drm/i915: Drop ORIGIN_GTT for untracked GTT writesChris Wilson2016-08-181-3/+9
| * | drm/i915: Convert partial ggtt vma to full ggtt if it spans the entire objectChris Wilson2016-08-181-0/+6
| * | drm/i915: Fix partial GGTT faultingChris Wilson2016-08-181-31/+30
| * | drm/i915: Choose partial chunksize based on tile row sizeChris Wilson2016-08-181-1/+16
| * | drm/i915: Move fence tracking from object to vmaChris Wilson2016-08-181-13/+17
| * | drm/i915: Rename fence.lru_list to linkChris Wilson2016-08-181-1/+1
| * | drm/i915: Move map-and-fenceable tracking to the VMAChris Wilson2016-08-181-20/+17
| * | drm/i915: Tidy up flush cpu/gtt write domainsChris Wilson2016-08-181-11/+4
| * | drm/i915: Pin the pages first in shmem prepare read/writeChris Wilson2016-08-181-20/+28
| * | drm/i915: Wait for writes through the GTT to land before reading backChris Wilson2016-08-181-1/+11
| * | drm/i915: Before accessing an object via the cpu, flush GTT writesChris Wilson2016-08-181-0/+4
| * | drm/i915: Extract i915_gem_obj_prepare_shmem_write()Chris Wilson2016-08-181-60/+86
| * | drm/i915: Fallback to single page pwrite/pread if unable to release fenceChris Wilson2016-08-181-12/+18
| * | drm/i915: Mark up the GTT flush following WC writes as ORIGIN_CPUChris Wilson2016-08-181-2/+2
| * | drm/i915: Use ORIGIN_CPU for fb invalidation from pwriteChris Wilson2016-08-181-2/+2
| * | drm/i915: vfree() no longer ignores the low bits of the addressChris Wilson2016-08-181-4/+7
| * | drm/i915: Embrace the race in busy-ioctlChris Wilson2016-08-161-46/+66
| * | drm/i915: Introduce i915_ggtt_offset()Chris Wilson2016-08-151-6/+5
| * | drm/i915: Track pinned VMAChris Wilson2016-08-151-171/+62
| * | drm/i915: Always set the vma->pagesChris Wilson2016-08-151-4/+4
| * | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-08-151-5/+5
| |\ \
| | * \ Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-08-151-1705/+839
| | |\ \
| * | | | drm/i915: Unbind closed vma for i915_gem_object_unbind()Chris Wilson2016-08-141-3/+13
| * | | | drm/i915: Initialize return value for empty i915_gem_object_unbind()Chris Wilson2016-08-141-3/+2
| * | | | drm/i915: Support for creating write combined type vmapsChris Wilson2016-08-121-10/+48
| * | | | drm/i915: Move missed interrupt detection from hangcheck to breadcrumbsChris Wilson2016-08-101-10/+0