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