summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Eliminate superfluous i915_ggtt_view_normalChris Wilson2017-01-141-2/+0
* drm/i915: Eliminate superfluous i915_ggtt_view_rotatedChris Wilson2017-01-141-1/+0
* drm/i915: Convert i915_ggtt_view to use an anonymous unionChris Wilson2017-01-141-1/+1
* drm/i915: Compact memcmp in i915_vma_compare()Chris Wilson2017-01-141-7/+21
* drm/i915: Mark the ggtt_view structs as packedChris Wilson2017-01-141-2/+12
* drm/i915: Name the anonymous structs inside i915_ggtt_viewChris Wilson2017-01-141-5/+7
* drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.cChris Wilson2017-01-131-0/+1
* drm/i915: Invalidate the guc ggtt TLB upon insertionChris Wilson2017-01-121-0/+3
* drm/i915: Extract reserving space in the GTT to a helperChris Wilson2017-01-111-0/+5
* drm/i915: Use the MRU stack search after evictingChris Wilson2017-01-111-0/+5
* drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson2017-01-101-1/+4
* drm/i915: Use fixed-sized types for stolenChris Wilson2017-01-061-6/+7
* drm/i915: fully apply WaSkipStolenMemoryFirstPagePaulo Zanoni2016-12-201-1/+9
* drm/i915: Convert vm->dev backpointer to vm->i915Chris Wilson2016-11-291-1/+1
* drm/i915: dev_priv cleanup in i915_gem_gtt.cTvrtko Ursulin2016-11-171-4/+4
* drm/i915: dev_priv and a small cascade of cleanups in i915_gem.cTvrtko Ursulin2016-11-171-1/+1
* drm/i915: Split out i915_vma.cJoonas Lahtinen2016-11-111-213/+12
* drm/i915: Store the vma in an rbtree under the objectChris Wilson2016-11-011-0/+1
* drm/i915: Enable multiple timelinesChris Wilson2016-10-281-1/+3
* drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson2016-10-281-0/+1
* drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson2016-10-281-2/+4
* drm/i915: Remove unused "valid" parameter from pte_encodeMichał Winiarski2016-10-141-3/+2
* drm/i915: Always use the GTT for error captureChris Wilson2016-10-121-0/+2
* drm/i915: Embed the scratch page struct into each VMChris Wilson2016-08-221-5/+1
* drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson2016-08-191-1/+1
* drm/i915: Track display alignment on VMAChris Wilson2016-08-181-0/+1
* drm/i915: Choose not to evict faultable objects from the GGTTChris Wilson2016-08-181-0/+1
* drm/i915: Move fence tracking from object to vmaChris Wilson2016-08-181-0/+8
* drm/i915: Move map-and-fenceable tracking to the VMAChris Wilson2016-08-181-2/+8
* drm/i915: Introduce i915_ggtt_offset()Chris Wilson2016-08-151-0/+9
* drm/i915: Track pinned VMAChris Wilson2016-08-151-14/+0
* drm/i915: Consolidate i915_vma_unpin_and_release()Chris Wilson2016-08-151-0/+1
* drm/i915: Track pinned vma inside gucChris Wilson2016-08-151-0/+6
* drm/i915: Create a VMA for an objectChris Wilson2016-08-151-0/+5
* drm/i915: Always set the vma->pagesChris Wilson2016-08-151-2/+1
* drm/i915: Rewrite fb rotation GTT handlingVille Syrjälä2016-08-111-4/+1
* drm/i915: Make i915_vma_pin() small and inlineChris Wilson2016-08-041-16/+37
* drm/i915: Combine all i915_vma bitfields into a single set of flagsChris Wilson2016-08-041-22/+33
* drm/i915: Start passing around i915_vma from execbufferChris Wilson2016-08-041-0/+14
* drm/i915: Wrap vma->pin_count accessors with small inline helpersChris Wilson2016-08-041-2/+29
* drm/i915: Record allocated vma sizeChris Wilson2016-08-041-4/+1
* drm/i915: Mark the context and address space as closedChris Wilson2016-08-041-0/+9
* drm/i915: Release vma when the handle is closedChris Wilson2016-08-041-0/+1
* drm/i915: Track active vma requestsChris Wilson2016-08-041-0/+33
* drm/i915: Store owning file on the i915_address_spaceChris Wilson2016-08-041-6/+11
* drm/i915: Rearrange GGTT probing to avoid needing a vfuncChris Wilson2016-08-041-3/+0
* drm/i915: Split early global GTT initialisationChris Wilson2016-08-041-1/+1
* drm/i915: Update GGTT initialisation functions to take drm_i915_privateChris Wilson2016-08-041-5/+5
* drm/i915: Split GGTT initialisation between probing and setupChris Wilson2016-08-041-0/+1
* drm/i915: Treat ringbuffer writes as write to normal memoryChris Wilson2016-07-201-0/+1
OpenPOWER on IntegriCloud