index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
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
2014-03-19
drm/i915: Disable stolen memory when DMAR is active
Chris Wilson
1
-0
/
+7
2014-03-03
drm/i915: Resolving the memory region conflict for Stolen area
Akash Goel
1
-3
/
+16
2014-01-28
drm/i915: Fix the offset issue for the stolen GEM objects
Akash Goel
1
-1
/
+1
2013-12-18
drm/i915: grab a pages pin count for preallocate stolen
Daniel Vetter
1
-0
/
+1
2013-09-24
Merge tag 'v3.12-rc2' into drm-intel-next
Daniel Vetter
1
-0
/
+3
2013-09-05
drm/i915: Skip stolen region initialisation if none is reserved
Chris Wilson
1
-0
/
+3
2013-09-04
drm/i915: inline vma_create into lookup_or_create_vma
Daniel Vetter
1
-1
/
+1
2013-08-30
Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...
Dave Airlie
1
-5
/
+5
2013-08-22
drm/i915: clarify error paths in create_stolen_for_preallocated
Daniel Vetter
1
-2
/
+3
2013-08-21
Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet...
Dave Airlie
1
-5
/
+5
2013-08-10
drm/i915: Allow the GPU to cache stolen memory
Chris Wilson
1
-3
/
+2
2013-08-08
drm/i915: mm_list is per VMA
Ben Widawsky
1
-1
/
+1
2013-08-07
Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~...
Dave Airlie
1
-38
/
+30
2013-08-07
drm/i915: pre-alloc instead of drm_mm search/get_block
David Herrmann
1
-31
/
+47
2013-08-07
drm/mm: add "best_match" flag to drm_mm_insert_node()
David Herrmann
1
-4
/
+8
2013-08-05
drm/i915: Use ggtt_vm to save some typing
Ben Widawsky
1
-5
/
+5
2013-07-25
Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airli...
Daniel Vetter
1
-3
/
+6
2013-07-24
drm/i915: Use Graphics Base of Stolen Memory on all gen3+
Chris Wilson
1
-30
/
+12
2013-07-23
drm/gem: simplify object initialization
David Herrmann
1
-3
/
+1
2013-07-19
drm/i915: checking for NULL instead of IS_ERR()
Dan Carpenter
1
-2
/
+2
2013-07-19
Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet...
Dave Airlie
1
-24
/
+52
2013-07-18
drm/i915: Create VMAs
Ben Widawsky
1
-4
/
+11
2013-07-18
drm/i915: Free stolen node on failed preallocation
Ben Widawsky
1
-2
/
+3
2013-07-18
drm/i915: Move active/inactive lists to new mm
Ben Widawsky
1
-1
/
+2
2013-07-18
drm/i915: Put the mm in the parent address space
Ben Widawsky
1
-2
/
+2
2013-07-09
drm/i915: WARN if the bios reserved range is bigger than stolen size
Daniel Vetter
1
-0
/
+3
2013-07-09
drm/i915: Verify that our stolen memory doesn't conflict
Chris Wilson
1
-0
/
+17
2013-07-09
drm/i915: Embed drm_mm_node in i915 gem obj
Ben Widawsky
1
-18
/
+4
[next]