aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_stolen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-22drm/i915: pdev cleanupDavid Weinehall1-9/+10
2016-08-17drm/i915: Remember to set vma->pages for the preallocated stolen objectChris Wilson1-0/+1
2016-08-15drm/i915: Track pinned VMAChris Wilson1-1/+1
2016-08-11drm/i915: Account for TSEG size when determining 865G stolen baseVille Syrjälä1-6/+17
2016-08-04drm/i915: Combine all i915_vma bitfields into a single set of flagsChris Wilson1-1/+1
2016-08-04drm/i915: Mark the context and address space as closedChris Wilson1-1/+1
2016-08-04drm/i915: Count how many VMA are bound for an objectChris Wilson1-0/+1
2016-08-04drm/i915: Split early global GTT initialisationChris Wilson1-9/+8
2016-07-20drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson1-1/+1
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson1-3/+3
2016-06-08drm/i915/kbl: Add WaSkipStolenMemoryFirstPage for A0Mika Kuoppala1-2/+4
2016-05-11drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin1-1/+1
2016-04-25drm/i915: Canonicalize stolen memory calculationsJoonas Lahtinen1-2/+2
2016-04-19drm/i915: Clean up PCI config register handlingJoonas Lahtinen1-6/+8
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen1-46/+52
2016-03-18drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen1-25/+25
2016-02-26drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson1-1/+1
2016-02-15drm/i915: GEM operations need to be done under the big lockTvrtko Ursulin1-0/+2
2016-02-05drm/i915/bxt: Check BIOS RC6 setup before enabling RC6Sagar Arun Kamble1-0/+3
2016-01-05drm/i915: Allow use of get_dma_address for stolen backed objectsAnkitprasad Sharma1-0/+3
2015-12-17drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson1-0/+1
2015-10-28drm/i915/kbl: Introduce Kabylake platform defition.Rodrigo Vivi1-1/+2
2015-10-09drm/i915: Determine the stolen memory base address on gen2Ville Syrjälä1-11/+81
2015-09-30drm/i915: don't use the first stolen page on BroadwellPaulo Zanoni1-1/+16
2015-09-24drm/i915: Defer adding preallocated stolen objects to the VM listChris Wilson1-10/+6
2015-09-23drm/i915: Implement stolen reserved detection for ctg/elkVille Syrjälä1-3/+28
2015-09-23drm/i915: avoid the last 8mb of stolen on BDW/SKLPaulo Zanoni1-7/+19
2015-09-14drm/i915: Set stolen reserved to 0 for pre-g4x platformsVille Syrjälä1-1/+4
2015-08-26drm/i915: Fix build warning on 32-bitThierry Reding1-1/+1
2015-08-14drm/i915: fix stolen bios_reserved checksPaulo Zanoni1-16/+143
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter1-1/+0
2015-07-13drm/i915: remove unused has_dma_mapping flagImre Deak1-1/+0
2015-07-06drm/i915: add dev_priv->mm.stolen_lockPaulo Zanoni1-2/+14
2015-07-06drm/i915: move FBC code out of i915_gem_stolen.cPaulo Zanoni1-127/+0
2015-07-06drm/i915: add simple wrappers for stolen node insertion/removalPaulo Zanoni1-16/+32
2015-04-09drm/i915: use proper FBC base register on all new platformsImre Deak1-1/+1
2015-03-09Merge tag 'v4.0-rc3' into drm-nextDave Airlie1-4/+2
2015-02-24drm/i915: Align initial plane backing objects correctlyDaniel Vetter1-4/+2
2015-02-24drm/i915: don't reallocate the compressed FB at every framePaulo Zanoni1-1/+1
2015-02-13drm/i915/fbc: fix the check for already reserved fbc sizeJani Nikula1-4/+4
2014-12-10drm/i915: Don't complain about stolen conflicts on gen3Daniel Vetter1-1/+5
2014-11-04drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin1-1/+1
2014-09-19drm/i915: Extend BIOS stolen mem handling to all platformDaniel Vetter1-2/+11
2014-08-05Merge tag 'v3.16' into drm-nextDave Airlie1-0/+44
2014-07-09drm/i915: Don't clobber the GTT when it's within stolen memoryVille Syrjälä1-0/+44
2014-07-03drm/i915: Try harder to get FBCBen Widawsky1-14/+40
2014-07-03drm/i915: Extract CFB threshold calculationBen Widawsky1-6/+20
2014-07-03drm/i915: Move compressed_fb to static allocationBen Widawsky1-17/+10
2014-06-13drm/i915: Use the .release hook to drop the stolen drm_mm trackingChris Wilson1-10/+11
2014-03-31drm/i915: restrict vt-d stolen memory workaround to pre-gen8Daniel Vetter1-1/+1