index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_stolen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-22
drm/i915: pdev cleanup
David Weinehall
1
-9
/
+10
2016-08-17
drm/i915: Remember to set vma->pages for the preallocated stolen object
Chris Wilson
1
-0
/
+1
2016-08-15
drm/i915: Track pinned VMA
Chris Wilson
1
-1
/
+1
2016-08-11
drm/i915: Account for TSEG size when determining 865G stolen base
Ville Syrjälä
1
-6
/
+17
2016-08-04
drm/i915: Combine all i915_vma bitfields into a single set of flags
Chris Wilson
1
-1
/
+1
2016-08-04
drm/i915: Mark the context and address space as closed
Chris Wilson
1
-1
/
+1
2016-08-04
drm/i915: Count how many VMA are bound for an object
Chris Wilson
1
-0
/
+1
2016-08-04
drm/i915: Split early global GTT initialisation
Chris Wilson
1
-9
/
+8
2016-07-20
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
Chris Wilson
1
-1
/
+1
2016-07-04
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
1
-3
/
+3
2016-06-08
drm/i915/kbl: Add WaSkipStolenMemoryFirstPage for A0
Mika Kuoppala
1
-2
/
+4
2016-05-11
drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
Tvrtko Ursulin
1
-1
/
+1
2016-04-25
drm/i915: Canonicalize stolen memory calculations
Joonas Lahtinen
1
-2
/
+2
2016-04-19
drm/i915: Clean up PCI config register handling
Joonas Lahtinen
1
-6
/
+8
2016-03-31
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
1
-46
/
+52
2016-03-18
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
1
-25
/
+25
2016-02-26
drm/i915: Rename vma->*_list to *_link for consistency
Chris Wilson
1
-1
/
+1
2016-02-15
drm/i915: GEM operations need to be done under the big lock
Tvrtko Ursulin
1
-0
/
+2
2016-02-06
drm/i915/bxt: Check BIOS RC6 setup before enabling RC6
Sagar Arun Kamble
1
-0
/
+3
2016-01-05
drm/i915: Allow use of get_dma_address for stolen backed objects
Ankitprasad Sharma
1
-0
/
+3
2015-12-17
drm/i915: Set the map-and-fenceable flag for preallocated objects
Chris Wilson
1
-0
/
+1
2015-10-28
drm/i915/kbl: Introduce Kabylake platform defition.
Rodrigo Vivi
1
-1
/
+2
2015-10-09
drm/i915: Determine the stolen memory base address on gen2
Ville Syrjälä
1
-11
/
+81
2015-09-30
drm/i915: don't use the first stolen page on Broadwell
Paulo Zanoni
1
-1
/
+16
2015-09-24
drm/i915: Defer adding preallocated stolen objects to the VM list
Chris Wilson
1
-10
/
+6
2015-09-23
drm/i915: Implement stolen reserved detection for ctg/elk
Ville Syrjälä
1
-3
/
+28
2015-09-23
drm/i915: avoid the last 8mb of stolen on BDW/SKL
Paulo Zanoni
1
-7
/
+19
2015-09-14
drm/i915: Set stolen reserved to 0 for pre-g4x platforms
Ville Syrjälä
1
-1
/
+4
2015-08-26
drm/i915: Fix build warning on 32-bit
Thierry Reding
1
-1
/
+1
2015-08-14
drm/i915: fix stolen bios_reserved checks
Paulo Zanoni
1
-16
/
+143
2015-07-15
Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued
Daniel Vetter
1
-1
/
+0
2015-07-13
drm/i915: remove unused has_dma_mapping flag
Imre Deak
1
-1
/
+0
2015-07-06
drm/i915: add dev_priv->mm.stolen_lock
Paulo Zanoni
1
-2
/
+14
2015-07-06
drm/i915: move FBC code out of i915_gem_stolen.c
Paulo Zanoni
1
-127
/
+0
2015-07-06
drm/i915: add simple wrappers for stolen node insertion/removal
Paulo Zanoni
1
-16
/
+32
2015-04-09
drm/i915: use proper FBC base register on all new platforms
Imre Deak
1
-1
/
+1
2015-03-09
Merge tag 'v4.0-rc3' into drm-next
Dave Airlie
1
-4
/
+2
2015-02-24
drm/i915: Align initial plane backing objects correctly
Daniel Vetter
1
-4
/
+2
2015-02-24
drm/i915: don't reallocate the compressed FB at every frame
Paulo Zanoni
1
-1
/
+1
2015-02-14
drm/i915/fbc: fix the check for already reserved fbc size
Jani Nikula
1
-4
/
+4
2014-12-10
drm/i915: Don't complain about stolen conflicts on gen3
Daniel Vetter
1
-1
/
+5
2014-11-04
drm/i915: Move flags describing VMA mappings into the VMA
Tvrtko Ursulin
1
-1
/
+1
2014-09-19
drm/i915: Extend BIOS stolen mem handling to all platform
Daniel Vetter
1
-2
/
+11
2014-08-05
Merge tag 'v3.16' into drm-next
Dave Airlie
1
-0
/
+44
2014-07-09
drm/i915: Don't clobber the GTT when it's within stolen memory
Ville Syrjälä
1
-0
/
+44
2014-07-03
drm/i915: Try harder to get FBC
Ben Widawsky
1
-14
/
+40
2014-07-03
drm/i915: Extract CFB threshold calculation
Ben Widawsky
1
-6
/
+20
2014-07-03
drm/i915: Move compressed_fb to static allocation
Ben Widawsky
1
-17
/
+10
2014-06-13
drm/i915: Use the .release hook to drop the stolen drm_mm tracking
Chris Wilson
1
-10
/
+11
2014-03-31
drm/i915: restrict vt-d stolen memory workaround to pre-gen8
Daniel Vetter
1
-1
/
+1
[next]