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.13.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_gtt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-23
drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platforms
Ville Syrjälä
1
-0
/
+8
2016-04-22
drm/i915: use dev_priv directly in gen8_ppgtt_notify_vgt
Matthew Auld
1
-3
/
+2
2016-04-19
drm/i915: call kunmap_px on pt_vaddr
Matthew Auld
1
-1
/
+1
2016-04-14
drm/i915: Store and use edram capabilities
Mika Kuoppala
1
-1
/
+2
2016-04-11
drm,i915: Introduce drm_malloc_gfp()
Chris Wilson
1
-2
/
+3
2016-04-07
drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)
Joonas Lahtinen
1
-2
/
+2
2016-04-07
drm/i915: Use i915_vm_to_ppgtt instead of manual container_of
Joonas Lahtinen
1
-28
/
+16
2016-03-31
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
1
-81
/
+89
2016-03-30
drm/i915: Rename GGTT init functions
Joonas Lahtinen
1
-3
/
+15
2016-03-30
drm/i915: BUG_ON when ggtt_view is NULL
Matthew Auld
1
-9
/
+1
2016-03-24
drm/i915: replace for_each_engine()
Dave Gordon
1
-6
/
+3
2016-03-23
drm/i915: Tidy aliasing_gtt_bind_vma()
Chris Wilson
1
-10
/
+9
2016-03-18
drm/i915: Codify our assumption that the Global GTT is <= 4GiB
Chris Wilson
1
-0
/
+8
2016-03-18
drm/i915/gtt: Clean up GGTT probing code
Joonas Lahtinen
1
-56
/
+44
2016-03-18
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
1
-74
/
+73
2016-03-18
drm/i915/gtt: Reference mappable_end variable from pointer
Joonas Lahtinen
1
-2
/
+1
2016-03-18
drm/i915: Use shorter route to dev_private where possible
Tvrtko Ursulin
1
-1
/
+1
2016-03-16
drm/i915: More intel_engine_cs renaming
Tvrtko Ursulin
1
-3
/
+3
2016-03-16
drm/i915: Rename intel_engine_cs struct members
Tvrtko Ursulin
1
-7
/
+7
2016-03-16
drm/i915: Rename local struct intel_engine_cs variables
Tvrtko Ursulin
1
-45
/
+45
2016-03-01
drm/i915: Move the NULL sg handling out from rotate_pages()
Ville Syrjälä
1
-10
/
+8
2016-03-01
drm/i915: Reorganize intel_rotation_info
Ville Syrjälä
1
-20
/
+15
2016-03-01
drm/i915: Account for the size of the chroma plane for the rotated gtt view
Ville Syrjälä
1
-1
/
+1
2016-02-26
drm/i915: Reduce the pointer dance of i915_is_ggtt()
Chris Wilson
1
-7
/
+5
2016-02-26
drm/i915: Rename vma->*_list to *_link for consistency
Chris Wilson
1
-5
/
+5
2016-02-04
drm/i915: implement WaIncreaseDefaultTLBEntries
Tim Gore
1
-0
/
+21
2016-01-28
drm/i915: Pass rotation_info to intel_rotate_fb_obj_pages()
Ville Syrjälä
1
-3
/
+2
2016-01-28
drm/i915: Pass stride to rotate_pages()
Ville Syrjälä
1
-2
/
+5
2016-01-28
drm/i915: Rename the rotated gtt view member to 'rotated'
Ville Syrjälä
1
-2
/
+2
2016-01-27
drm/i915: Move stolen memory initialization earlier during loading
Imre Deak
1
-0
/
+15
2016-01-15
drm/i915: Pass the dma_addr_t array as const to rotate_pages()
Ville Syrjälä
1
-1
/
+1
2016-01-15
drm/i915: Set i915_ggtt_view_normal type explicitly
Ville Syrjälä
1
-2
/
+4
2015-12-21
drm/i915: Move Braswell stop_machine GGTT insertion workaround
Chris Wilson
1
-22
/
+28
2015-12-17
drm/i915: Set the map-and-fenceable flag for preallocated objects
Chris Wilson
1
-0
/
+1
2015-12-17
drm/i915: check that we are in an RPM atomic section in GGTT PTE updaters
Imre Deak
1
-0
/
+33
2015-12-10
drm/i915: Separate cherryview from valleyview
Wayne Boyer
1
-2
/
+1
2015-12-10
drm/i915: eliminate 'temp' in gen8_for_each_{pdd, pdpe, pml4e} macros
Dave Gordon
1
-21
/
+18
2015-11-19
drm/i915: Stuff rotation params into view union
Daniel Vetter
1
-2
/
+2
2015-11-18
drm/i915: Turn vgpu pdps into an array
Ville Syrjälä
1
-7
/
+4
2015-11-18
drm/i915: Add functions to emit register offsets to the ring
Ville Syrjälä
1
-6
/
+6
2015-11-17
drm/i915: Serialise updates to GGTT with access through GGTT on Braswell
Chris Wilson
1
-0
/
+24
2015-10-19
drm/i915/gen8: Flip the 48b switch
Michel Thierry
1
-1
/
+6
2015-10-15
drm/i915: restore ggtt double-bind avoidance
Daniel Vetter
1
-12
/
+34
2015-09-30
drm/i915: Add LO/HI PRIVATE_PAT registers
Ville Syrjälä
1
-4
/
+4
2015-09-24
drm/i915: Defer adding preallocated stolen objects to the VM list
Chris Wilson
1
-1
/
+1
2015-09-23
drm/i915: Enable querying offset of UV plane with intel_plane_obj_offset
Tvrtko Ursulin
1
-0
/
+2
2015-09-23
drm/i915: Support NV12 in rotated GGTT mapping
Tvrtko Ursulin
1
-6
/
+31
2015-09-23
drm/i915: Support appending to the rotated pages mapping
Tvrtko Ursulin
1
-8
/
+13
2015-09-23
drm/i915/gtt: Do not initialize drm_mm twice.
Michał Winiarski
1
-8
/
+18
2015-09-04
drm/i915/gtt: Avoid calling kcalloc in a loop when allocating temp bitmaps
Michał Winiarski
1
-31
/
+18
[next]