summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_stolen.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson2017-06-161-0/+1
* drm/i915: Consolidate #ifdef CONFIG_INTEL_IOMMUChris Wilson2017-05-251-3/+1
* drm/i915/gvt: Disable access to stolen memory as a guestChris Wilson2017-02-141-0/+5
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-02-101-3/+3
|\
| * drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-3/+3
* | drm/i915: Sanity check the computed size and base of stolen memoryChris Wilson2017-01-311-1/+1
* | drm/i915: Treat stolen memory as DMA addressesChris Wilson2017-01-311-18/+18
* | drm/i915: make i915_stolen_to_physical() return phys_addr_tPaulo Zanoni2017-01-271-7/+11
|/
* drm/i915: Assert the drm_mm_node is allocated when on the VM listsChris Wilson2017-01-211-0/+2
* drm/i915: Rename some warts in the VMA APIChris Wilson2017-01-191-1/+1
* drm/i915: Extract reserving space in the GTT to a helperChris Wilson2017-01-111-4/+3
* drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson2017-01-101-2/+3
* drm/i915: Use range_overflows()Chris Wilson2017-01-061-1/+1
* drm/i915: Use fixed-sized types for stolenChris Wilson2017-01-061-10/+10
* drm/i915: Use phys_addr_t for the address of stolen memoryChris Wilson2017-01-061-23/+26
* drm/i915: fully apply WaSkipStolenMemoryFirstPagePaulo Zanoni2016-12-201-24/+12
* drm/i915: skip the first 4k of stolen memory on everything >= gen8Paulo Zanoni2016-12-201-3/+2
* drm/i915: Simplify gem stolen initialization.Rodrigo Vivi2016-12-191-5/+4
* drm/i915: Rename get stolen functions for LP platforms chv+Rodrigo Vivi2016-12-191-2/+2
* drm/i915: distinguish G33 and Pineview from each otherJani Nikula2016-12-071-2/+2
* drm/i915: add some more "i" in platform names for consistencyJani Nikula2016-12-071-1/+1
* drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin2016-12-011-12/+9
* drm/i915: i915_pages_create_for_stolen should return err ptrMatthew Auld2016-11-181-2/+2
* drm/i915: Add a few more sanity checks for stolen handlingChris Wilson2016-11-171-8/+8
* drm/i915: Remove stolen object spamChris Wilson2016-11-171-3/+1
* drm/i915: dev_priv cleanup in i915_gem_stolen.cTvrtko Ursulin2016-11-171-8/+6
* drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin2016-11-111-1/+2
* drm/i915: Unify global_list into global_linkJoonas Lahtinen2016-11-021-1/+1
* drm/i915: Pass dev_priv to rest of IS_FOO() macros for the old platformsVille Syrjälä2016-11-011-2/+2
* drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson2016-10-281-22/+21
* drm/i915: Refactor object page APIChris Wilson2016-10-281-11/+13
* drm/i915: Use a radixtree for random access to the object's backing storageChris Wilson2016-10-281-2/+2
* drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin2016-10-141-2/+2
* drm/i915: Make IS_G4X only take dev_privTvrtko Ursulin2016-10-141-2/+3
* drm/i915: Make IS_KABYLAKE only take dev_privTvrtko Ursulin2016-10-141-1/+1
* drm/i915: Make INTEL_DEVID only take dev_privTvrtko Ursulin2016-10-141-3/+3
* drm/i915: pdev cleanupDavid Weinehall2016-08-221-9/+10
* drm/i915: Remember to set vma->pages for the preallocated stolen objectChris Wilson2016-08-171-0/+1
* drm/i915: Track pinned VMAChris Wilson2016-08-151-1/+1
* drm/i915: Account for TSEG size when determining 865G stolen baseVille Syrjälä2016-08-111-6/+17
* drm/i915: Combine all i915_vma bitfields into a single set of flagsChris Wilson2016-08-041-1/+1
* drm/i915: Mark the context and address space as closedChris Wilson2016-08-041-1/+1
* drm/i915: Count how many VMA are bound for an objectChris Wilson2016-08-041-0/+1
* drm/i915: Split early global GTT initialisationChris Wilson2016-08-041-9/+8
* drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson2016-07-201-1/+1
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-3/+3
* drm/i915/kbl: Add WaSkipStolenMemoryFirstPage for A0Mika Kuoppala2016-06-081-2/+4
* drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin2016-05-111-1/+1
* drm/i915: Canonicalize stolen memory calculationsJoonas Lahtinen2016-04-251-2/+2
* drm/i915: Clean up PCI config register handlingJoonas Lahtinen2016-04-191-6/+8
OpenPOWER on IntegriCloud