summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-13drm/i915/hsw: Fix GPU hang during resume from S3-devices stateImre Deak1-0/+24
2016-10-11drm/i915: Convert open-coded use of vma_pages()Chris Wilson1-2/+1
2016-10-11drm/i915: Allow compaction upto SWIOTLB max segment sizeChris Wilson1-12/+18
2016-10-11drm/i915: Remove self-harming shrink_all on get_pages_gtt failChris Wilson1-1/+0
2016-10-05drm/i915: Double check hangcheck.seqno after resetChris Wilson1-0/+3
2016-10-05drm/i915: Disable irqs across GPU resetChris Wilson1-2/+0
2016-09-21drm/i915: Only shrink the unbound objects during freezeChris Wilson1-1/+16
2016-09-21drm/i915: Restore current RPS state after resetChris Wilson1-0/+7
2016-09-09drm/i915: Shrink objects prior to hibernationChris Wilson1-7/+14
2016-09-09drm/i915: Prepare object synchronisation for asynchronicityChris Wilson1-91/+0
2016-09-09drm/i915: Drive request submission through fence callbacksChris Wilson1-0/+3
2016-09-09drm/i915: Update reset path to fix incomplete requestsChris Wilson1-50/+75
2016-09-09drm/i915: Mark up all locked waitersChris Wilson1-2/+5
2016-09-09drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson1-7/+9
2016-09-09drm/i915: Separate out reset flags from the reset counterChris Wilson1-1/+1
2016-09-09drm/i915: Simplify ELSP queue request trackingChris Wilson1-4/+9
2016-09-01drm/i915: Use atomic for dev_priv->mm.bsd_engine_dispatch_indexJoonas Lahtinen1-0/+2
2016-08-26drm/i915: Add I915_PARAM_MMAP_GTT_VERSION to advertise unlimited mmapsChris Wilson1-0/+53
2016-08-19drm/i915: Use remap_io_mapping() to prefault all PTE in a single passChris Wilson1-43/+7
2016-08-19drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson1-3/+3
2016-08-19drm/i915: Stop discarding GTT cache-domain on unbind vmaChris Wilson1-23/+3
2016-08-19drm/i915: Bump the inactive tracking for all VMA accessedChris Wilson1-6/+23
2016-08-19drm/i915: Track display alignment on VMAChris Wilson1-13/+8
2016-08-19drm/i915: Fallback to using unmappable memory for scanoutChris Wilson1-4/+10
2016-08-19drm/i915: Choose not to evict faultable objects from the GGTTChris Wilson1-2/+10
2016-08-19drm/i915: Drop ORIGIN_GTT for untracked GTT writesChris Wilson1-3/+9
2016-08-19drm/i915: Convert partial ggtt vma to full ggtt if it spans the entire objectChris Wilson1-0/+6
2016-08-19drm/i915: Fix partial GGTT faultingChris Wilson1-31/+30
2016-08-19drm/i915: Choose partial chunksize based on tile row sizeChris Wilson1-1/+16
2016-08-19drm/i915: Move fence tracking from object to vmaChris Wilson1-13/+17
2016-08-19drm/i915: Rename fence.lru_list to linkChris Wilson1-1/+1
2016-08-19drm/i915: Move map-and-fenceable tracking to the VMAChris Wilson1-20/+17
2016-08-19drm/i915: Tidy up flush cpu/gtt write domainsChris Wilson1-11/+4
2016-08-19drm/i915: Pin the pages first in shmem prepare read/writeChris Wilson1-20/+28
2016-08-19drm/i915: Wait for writes through the GTT to land before reading backChris Wilson1-1/+11
2016-08-19drm/i915: Before accessing an object via the cpu, flush GTT writesChris Wilson1-0/+4
2016-08-19drm/i915: Extract i915_gem_obj_prepare_shmem_write()Chris Wilson1-60/+86
2016-08-19drm/i915: Fallback to single page pwrite/pread if unable to release fenceChris Wilson1-12/+18
2016-08-19drm/i915: Mark up the GTT flush following WC writes as ORIGIN_CPUChris Wilson1-2/+2
2016-08-19drm/i915: Use ORIGIN_CPU for fb invalidation from pwriteChris Wilson1-2/+2
2016-08-19drm/i915: vfree() no longer ignores the low bits of the addressChris Wilson1-4/+7
2016-08-16drm/i915: Embrace the race in busy-ioctlChris Wilson1-46/+66
2016-08-15drm/i915: Introduce i915_ggtt_offset()Chris Wilson1-6/+5
2016-08-15drm/i915: Track pinned VMAChris Wilson1-171/+62
2016-08-15drm/i915: Always set the vma->pagesChris Wilson1-4/+4
2016-08-15Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-5/+5
2016-08-15Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1705/+839
2016-08-14drm/i915: Unbind closed vma for i915_gem_object_unbind()Chris Wilson1-3/+13
2016-08-14drm/i915: Initialize return value for empty i915_gem_object_unbind()Chris Wilson1-3/+2
2016-08-12drm/i915: Support for creating write combined type vmapsChris Wilson1-10/+48