summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+0Star
* 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/+1Star
* drm/i915: Rewrite fb rotation GTT handlingVille Syrjälä2016-08-111-4/+1Star
* 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/+1Star
* 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/+0Star
* 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
* drm/i915: tweak gen6_for_{each_pde, all_pdes} macrosDave Gordon2016-06-271-20/+20
* drm/i915: Add support for mapping an object page by pageChris Wilson2016-06-131-0/+5
* drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson2016-05-101-1/+1
* drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platformsVille Syrjälä2016-05-101-0/+1
* drm/i915: Unexport i915_ppgtt_init()Chris Wilson2016-05-051-1/+0Star
* drm/i915: Rearrange switch_context to load the aliasing ppgtt on first useChris Wilson2016-04-281-1/+0Star
* drm/i915: Move ioremap_wc tracking onto VMAChris Wilson2016-04-281-0/+35
* drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen2016-03-311-1/+1
* drm/i915: Rename GGTT init functionsJoonas Lahtinen2016-03-301-4/+3Star
* drm/i915/gtt: Clean up GGTT probing codeJoonas Lahtinen2016-03-181-3/+2Star
* drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen2016-03-181-5/+4Star
* drm/i915: Reorganize intel_rotation_infoVille Syrjälä2016-03-011-7/+4Star
* drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson2016-02-261-0/+5
* drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson2016-02-261-2/+2
* i915: cast before shifting in i915_pte_countAlan2016-02-171-1/+1
* drm/i915/bxt: Check BIOS RC6 setup before enabling RC6Sagar Arun Kamble2016-02-051-0/+2
* drm/i915: Rename the rotated gtt view member to 'rotated'Ville Syrjälä2016-01-281-1/+1
* drm/i915: Do not call API requiring struct_mutex where it is not availableTvrtko Ursulin2016-01-181-1/+0Star
* drm/i915: eliminate 'temp' in gen8_for_each_{pdd, pdpe, pml4e} macrosDave Gordon2015-12-101-26/+23Star
* drm/i915: Fix i915_ggtt_view_equal to handle rotation correctlyDaniel Vetter2015-11-191-1/+1
* drm/i915: Stuff rotation params into view unionDaniel Vetter2015-11-191-4/+1Star
* drm/i915: prevent out of range pt in the PDE macros (take 3)Michel Thierry2015-10-061-6/+8