summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_stolen.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: prefer resource_size_t for everything stolenMatthew Auld2017-12-121-20/+20
* drm/i915: give stolen_usable_size a more suitable homeMatthew Auld2017-12-121-3/+2
* drm/i915: make reserved struct resource centricMatthew Auld2017-12-121-8/+6
* drm/i915: make dsm struct resource centricMatthew Auld2017-12-121-65/+60
* drm/i915: nuke the duplicated stolen discoveryMatthew Auld2017-12-121-107/+2
* drm/i915: Use ELK stolen memory reserved detection for ILKVille Syrjälä2017-11-151-7/+11
* drm/i915: Make the report about a bogus stolen reserved area an errorVille Syrjälä2017-11-151-3/+3
* drm/i915: Check if the stolen memory "reserved" area is enabled or notVille Syrjälä2017-11-151-0/+30
* drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson2017-10-161-1/+4
* drm/i915: introduce page_size membersMatthew Auld2017-10-071-1/+1
* drm/i915: push set_pages down to the callersMatthew Auld2017-10-071-5/+11
* drm/i915: Split obj->cache_coherent to track r/wChris Wilson2017-08-151-2/+3
* drm/i915: More stolen quirkingDaniel Vetter2017-07-191-1/+2
* 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
OpenPOWER on IntegriCloud