index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
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: Consolidate #ifdef CONFIG_INTEL_IOMMU
Chris Wilson
2017-05-25
1
-3
/
+1
*
drm/i915/gvt: Disable access to stolen memory as a guest
Chris Wilson
2017-02-14
1
-0
/
+5
*
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
2017-02-10
1
-3
/
+3
|
\
|
*
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
2017-02-03
1
-3
/
+3
*
|
drm/i915: Sanity check the computed size and base of stolen memory
Chris Wilson
2017-01-31
1
-1
/
+1
*
|
drm/i915: Treat stolen memory as DMA addresses
Chris Wilson
2017-01-31
1
-18
/
+18
*
|
drm/i915: make i915_stolen_to_physical() return phys_addr_t
Paulo Zanoni
2017-01-27
1
-7
/
+11
|
/
*
drm/i915: Assert the drm_mm_node is allocated when on the VM lists
Chris Wilson
2017-01-21
1
-0
/
+2
*
drm/i915: Rename some warts in the VMA API
Chris Wilson
2017-01-19
1
-1
/
+1
*
drm/i915: Extract reserving space in the GTT to a helper
Chris Wilson
2017-01-11
1
-4
/
+3
*
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
Chris Wilson
2017-01-10
1
-2
/
+3
*
drm/i915: Use range_overflows()
Chris Wilson
2017-01-06
1
-1
/
+1
*
drm/i915: Use fixed-sized types for stolen
Chris Wilson
2017-01-06
1
-10
/
+10
*
drm/i915: Use phys_addr_t for the address of stolen memory
Chris Wilson
2017-01-06
1
-23
/
+26
*
drm/i915: fully apply WaSkipStolenMemoryFirstPage
Paulo Zanoni
2016-12-20
1
-24
/
+12
*
drm/i915: skip the first 4k of stolen memory on everything >= gen8
Paulo Zanoni
2016-12-20
1
-3
/
+2
*
drm/i915: Simplify gem stolen initialization.
Rodrigo Vivi
2016-12-19
1
-5
/
+4
*
drm/i915: Rename get stolen functions for LP platforms chv+
Rodrigo Vivi
2016-12-19
1
-2
/
+2
*
drm/i915: distinguish G33 and Pineview from each other
Jani Nikula
2016-12-07
1
-2
/
+2
*
drm/i915: add some more "i" in platform names for consistency
Jani Nikula
2016-12-07
1
-1
/
+1
*
drm/i915: Make GEM object alloc/free and stolen created take dev_priv
Tvrtko Ursulin
2016-12-01
1
-12
/
+9
*
drm/i915: i915_pages_create_for_stolen should return err ptr
Matthew Auld
2016-11-18
1
-2
/
+2
*
drm/i915: Add a few more sanity checks for stolen handling
Chris Wilson
2016-11-17
1
-8
/
+8
*
drm/i915: Remove stolen object spam
Chris Wilson
2016-11-17
1
-3
/
+1
*
drm/i915: dev_priv cleanup in i915_gem_stolen.c
Tvrtko Ursulin
2016-11-17
1
-8
/
+6
*
drm/i915: Assorted dev_priv cleanups
Tvrtko Ursulin
2016-11-11
1
-1
/
+2
*
drm/i915: Unify global_list into global_link
Joonas Lahtinen
2016-11-02
1
-1
/
+1
*
drm/i915: Pass dev_priv to rest of IS_FOO() macros for the old platforms
Ville Syrjälä
2016-11-01
1
-2
/
+2
*
drm/i915: Pass around sg_table to get_pages/put_pages backend
Chris Wilson
2016-10-28
1
-22
/
+21
*
drm/i915: Refactor object page API
Chris Wilson
2016-10-28
1
-11
/
+13
*
drm/i915: Use a radixtree for random access to the object's backing storage
Chris Wilson
2016-10-28
1
-2
/
+2
*
drm/i915: Make IS_GEN macros only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-2
/
+2
*
drm/i915: Make IS_G4X only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-2
/
+3
*
drm/i915: Make IS_KABYLAKE only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-1
/
+1
*
drm/i915: Make INTEL_DEVID only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-3
/
+3
*
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
[next]