aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-18drm/i915: Move fence tracking from object to vmaChris Wilson1-0/+8
2016-08-18drm/i915: Move map-and-fenceable tracking to the VMAChris Wilson1-2/+8
2016-08-15drm/i915: Introduce i915_ggtt_offset()Chris Wilson1-0/+9
2016-08-15drm/i915: Track pinned VMAChris Wilson1-14/+0
2016-08-15drm/i915: Consolidate i915_vma_unpin_and_release()Chris Wilson1-0/+1
2016-08-15drm/i915: Track pinned vma inside gucChris Wilson1-0/+6
2016-08-15drm/i915: Create a VMA for an objectChris Wilson1-0/+5
2016-08-15drm/i915: Always set the vma->pagesChris Wilson1-2/+1
2016-08-11drm/i915: Rewrite fb rotation GTT handlingVille Syrjälä1-4/+1
2016-08-04drm/i915: Make i915_vma_pin() small and inlineChris Wilson1-16/+37
2016-08-04drm/i915: Combine all i915_vma bitfields into a single set of flagsChris Wilson1-22/+33
2016-08-04drm/i915: Start passing around i915_vma from execbufferChris Wilson1-0/+14
2016-08-04drm/i915: Wrap vma->pin_count accessors with small inline helpersChris Wilson1-2/+29
2016-08-04drm/i915: Record allocated vma sizeChris Wilson1-4/+1
2016-08-04drm/i915: Mark the context and address space as closedChris Wilson1-0/+9
2016-08-04drm/i915: Release vma when the handle is closedChris Wilson1-0/+1
2016-08-04drm/i915: Track active vma requestsChris Wilson1-0/+33
2016-08-04drm/i915: Store owning file on the i915_address_spaceChris Wilson1-6/+11
2016-08-04drm/i915: Rearrange GGTT probing to avoid needing a vfuncChris Wilson1-3/+0
2016-08-04drm/i915: Split early global GTT initialisationChris Wilson1-1/+1
2016-08-04drm/i915: Update GGTT initialisation functions to take drm_i915_privateChris Wilson1-5/+5
2016-08-04drm/i915: Split GGTT initialisation between probing and setupChris Wilson1-0/+1
2016-07-20drm/i915: Treat ringbuffer writes as write to normal memoryChris Wilson1-0/+1
2016-06-27drm/i915: tweak gen6_for_{each_pde, all_pdes} macrosDave Gordon1-20/+20
2016-06-13drm/i915: Add support for mapping an object page by pageChris Wilson1-0/+5
2016-05-10drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson1-1/+1
2016-05-10drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platformsVille Syrjälä1-0/+1
2016-05-05drm/i915: Unexport i915_ppgtt_init()Chris Wilson1-1/+0
2016-04-28drm/i915: Rearrange switch_context to load the aliasing ppgtt on first useChris Wilson1-1/+0
2016-04-28drm/i915: Move ioremap_wc tracking onto VMAChris Wilson1-0/+35
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen1-1/+1
2016-03-30drm/i915: Rename GGTT init functionsJoonas Lahtinen1-4/+3
2016-03-18drm/i915/gtt: Clean up GGTT probing codeJoonas Lahtinen1-3/+2
2016-03-18drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen1-5/+4
2016-03-01drm/i915: Reorganize intel_rotation_infoVille Syrjälä1-7/+4
2016-02-26drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson1-0/+5
2016-02-26drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson1-2/+2
2016-02-17i915: cast before shifting in i915_pte_countAlan1-1/+1
2016-02-05drm/i915/bxt: Check BIOS RC6 setup before enabling RC6Sagar Arun Kamble1-0/+2
2016-01-28drm/i915: Rename the rotated gtt view member to 'rotated'Ville Syrjälä1-1/+1
2016-01-18drm/i915: Do not call API requiring struct_mutex where it is not availableTvrtko Ursulin1-1/+0
2015-12-10drm/i915: eliminate 'temp' in gen8_for_each_{pdd, pdpe, pml4e} macrosDave Gordon1-26/+23
2015-11-19drm/i915: Fix i915_ggtt_view_equal to handle rotation correctlyDaniel Vetter1-1/+1
2015-11-19drm/i915: Stuff rotation params into view unionDaniel Vetter1-4/+1
2015-10-06drm/i915: prevent out of range pt in the PDE macros (take 3)Michel Thierry1-6/+8
2015-09-23drm/i915: Enable querying offset of UV plane with intel_plane_obj_offsetTvrtko Ursulin1-0/+1
2015-09-23drm/i915: Support NV12 in rotated GGTT mappingTvrtko Ursulin1-0/+3
2015-09-23drm/i915: avoid the last 8mb of stolen on BDW/SKLPaulo Zanoni1-0/+1
2015-08-14drm/i915/gtt: Allow >= 4GB offsets in X86_32Michel Thierry1-1/+1
2015-08-14drm/i915/gen8: Initialize PDPs and PML4Michel Thierry1-0/+1