summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_stolen.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+8Star
* 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
* drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen2016-03-311-46/+52
* drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen2016-03-181-25/+25
* drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson2016-02-261-1/+1
* drm/i915: GEM operations need to be done under the big lockTvrtko Ursulin2016-02-151-0/+2
* drm/i915/bxt: Check BIOS RC6 setup before enabling RC6Sagar Arun Kamble2016-02-051-0/+3
* drm/i915: Allow use of get_dma_address for stolen backed objectsAnkitprasad Sharma2016-01-051-0/+3
* drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson2015-12-171-0/+1
* drm/i915/kbl: Introduce Kabylake platform defition.Rodrigo Vivi2015-10-281-1/+2
* drm/i915: Determine the stolen memory base address on gen2Ville Syrjälä2015-10-091-11/+81
* drm/i915: don't use the first stolen page on BroadwellPaulo Zanoni2015-09-301-1/+16
* drm/i915: Defer adding preallocated stolen objects to the VM listChris Wilson2015-09-241-10/+6Star
* drm/i915: Implement stolen reserved detection for ctg/elkVille Syrjälä2015-09-231-3/+28
* drm/i915: avoid the last 8mb of stolen on BDW/SKLPaulo Zanoni2015-09-231-7/+19
* drm/i915: Set stolen reserved to 0 for pre-g4x platformsVille Syrjälä2015-09-141-1/+4
* drm/i915: Fix build warning on 32-bitThierry Reding2015-08-261-1/+1
* drm/i915: fix stolen bios_reserved checksPaulo Zanoni2015-08-141-16/+143
* Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter2015-07-151-1/+0Star
|\
| * drm/i915: remove unused has_dma_mapping flagImre Deak2015-07-131-1/+0Star
* | drm/i915: add dev_priv->mm.stolen_lockPaulo Zanoni2015-07-061-2/+14
* | drm/i915: move FBC code out of i915_gem_stolen.cPaulo Zanoni2015-07-061-127/+0Star
* | drm/i915: add simple wrappers for stolen node insertion/removalPaulo Zanoni2015-07-061-16/+32
|/
* drm/i915: use proper FBC base register on all new platformsImre Deak2015-04-091-1/+1
* Merge tag 'v4.0-rc3' into drm-nextDave Airlie2015-03-091-4/+2Star
|\
| * drm/i915: Align initial plane backing objects correctlyDaniel Vetter2015-02-241-4/+2Star
* | drm/i915: don't reallocate the compressed FB at every framePaulo Zanoni2015-02-241-1/+1
* | drm/i915/fbc: fix the check for already reserved fbc sizeJani Nikula2015-02-131-4/+4
|/
* drm/i915: Don't complain about stolen conflicts on gen3Daniel Vetter2014-12-101-1/+5
* drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin2014-11-041-1/+1
* drm/i915: Extend BIOS stolen mem handling to all platformDaniel Vetter2014-09-191-2/+11
* Merge tag 'v3.16' into drm-nextDave Airlie2014-08-051-0/+44
|\
| * drm/i915: Don't clobber the GTT when it's within stolen memoryVille Syrjälä2014-07-091-0/+44
* | drm/i915: Try harder to get FBCBen Widawsky2014-07-031-14/+40
* | drm/i915: Extract CFB threshold calculationBen Widawsky2014-07-031-6/+20
* | drm/i915: Move compressed_fb to static allocationBen Widawsky2014-07-031-17/+10Star
* | drm/i915: Use the .release hook to drop the stolen drm_mm trackingChris Wilson2014-06-131-10/+11
|/
* drm/i915: restrict vt-d stolen memory workaround to pre-gen8Daniel Vetter2014-03-311-1/+1