summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_stolen.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-721/+0Star
* drm/i915: Make object/vma allocation caches globalChris Wilson2019-02-281-1/+1
* drm/i915: Pull VM lists under the VM mutex.Chris Wilson2019-01-281-0/+2
* drm/i915: Stop tracking MRU activity on VMAChris Wilson2019-01-281-1/+2
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0Star
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-3/+4
* drm/i915: pass dev_priv to i915_gem_cleanup_stolenMatthew Auld2018-09-201-3/+1Star
* drm/i915: use the ICL stolen memoryPaulo Zanoni2018-07-111-1/+37
* drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva2018-07-051-0/+1
* drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-3/+3
* drm/i915: Do NOT skip the first 4k of stolen memory for pre-allocated buffers v2Hans de Goede2018-04-211-9/+6Star
* drm/i915/stolen: Deduce base of reserved portion as top-size on vlvChris Wilson2018-03-161-47/+56
* drm/i915/stolen: Checkpatch cleansingChris Wilson2018-03-161-12/+28
* drm/i915/stolen: Switch from DEBUG_KMS to DEBUG_DRIVERChris Wilson2018-03-161-10/+10
* drm: move read_domains and write_domain into i915Christian König2018-02-161-1/+1
* drm/i915: Use INTEL_GEN everywhereTvrtko Ursulin2018-02-091-1/+1
* 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/+2Star
* drm/i915: make reserved struct resource centricMatthew Auld2017-12-121-8/+6Star
* drm/i915: make dsm struct resource centricMatthew Auld2017-12-121-65/+60Star
* drm/i915: nuke the duplicated stolen discoveryMatthew Auld2017-12-121-107/+2Star
* 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/+1Star
* 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/+3Star
* 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/+12Star
* drm/i915: skip the first 4k of stolen memory on everything >= gen8Paulo Zanoni2016-12-201-3/+2Star
* drm/i915: Simplify gem stolen initialization.Rodrigo Vivi2016-12-191-5/+4Star
* 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