index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_vma.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Move object close under its own lock
Chris Wilson
2019-06-06
1
-9
/
+8
*
drm/i915: fix documentation build warnings
Jani Nikula
2019-06-06
1
-0
/
+2
*
drm/i915: Move GEM object domain management from struct_mutex to local
Chris Wilson
2019-05-28
1
-0
/
+12
*
drm/i915: Move object->pages API to i915_gem_object.[ch]
Chris Wilson
2019-05-28
1
-1
/
+1
*
drm/i915: Add a new "remapped" gtt_view
Ville Syrjälä
2019-05-20
1
-0
/
+3
*
drm/i915: Use i915_global_register()
Chris Wilson
2019-03-06
1
-4
/
+0
*
drm/i915: Make object/vma allocation caches global
Chris Wilson
2019-02-28
1
-0
/
+7
*
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
2019-02-05
1
-1
/
+1
*
drm/i915: Generalise GPU activity tracking
Chris Wilson
2019-02-05
1
-5
/
+4
*
drm/i915: Enlarge vma->pin_count
Chris Wilson
2019-01-28
1
-16
/
+29
*
drm/i915: Move vma lookup to its own lock
Chris Wilson
2019-01-28
1
-1
/
+1
*
drm/i915: Fix gtt_view asserts
Ville Syrjälä
2018-08-28
1
-0
/
+2
*
drm/i915/guc: Move the pin bias value from GuC to GGTT
Jakub Bartmiński
2018-07-27
1
-0
/
+5
*
drm/i915: Pull unpin map into vma release
Chris Wilson
2018-07-24
1
-1
/
+2
*
drm/i915: Track the last-active inside the i915_vma
Chris Wilson
2018-07-06
1
-0
/
+1
*
drm/i915: Track vma activity per fence.context, not per engine
Chris Wilson
2018-07-06
1
-34
/
+12
*
drm/i915: Move i915_vma_move_to_active() to i915_vma.c
Chris Wilson
2018-07-06
1
-0
/
+4
*
drm/i915/gtt: Make gen6 page directories evictable
Chris Wilson
2018-06-12
1
-0
/
+7
*
drm/i915: Decouple vma vfuncs from vm
Chris Wilson
2018-06-07
1
-0
/
+1
*
drm/i915: Prepare for non-object vma
Chris Wilson
2018-06-07
1
-1
/
+1
*
drm/i915: Lazily unbind vma on close
Chris Wilson
2018-05-04
1
-0
/
+6
*
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
2018-02-21
1
-1
/
+1
*
drm/i915: Refactor common list iteration over GGTT vma
Chris Wilson
2017-12-08
1
-1
/
+15
*
drm/i915: Track GGTT writes on the vma
Chris Wilson
2017-12-07
1
-0
/
+19
*
drm/i915: Track user GTT faulting per-vma
Chris Wilson
2017-10-09
1
-1
/
+20
*
drm/i915: Consolidate get_fence with pin_fence
Chris Wilson
2017-10-09
1
-12
/
+8
*
drm/i915: Pin fence for iomap
Chris Wilson
2017-10-09
1
-6
/
+1
*
drm/i915: align the vma start to the largest gtt page size
Matthew Auld
2017-10-07
1
-0
/
+1
*
drm/i915: Ignore duplicate VMA stored within the per-object handle LUT
Chris Wilson
2017-08-24
1
-0
/
+6
*
drm/i915: Replace execbuf vma ht with an idr
Chris Wilson
2017-08-18
1
-4
/
+0
*
drm/i915: Convert execbuf to use struct-of-array packing for critical fields
Chris Wilson
2017-08-18
1
-1
/
+1
*
drm/i915: Remove assertion from raw __i915_vma_unpin()
Chris Wilson
2017-07-27
1
-1
/
+1
*
drm/i915: Stash a pointer to the obj's resv in the vma
Chris Wilson
2017-06-16
1
-1
/
+2
*
drm/i915: Eliminate lots of iterations over the execobjects array
Chris Wilson
2017-06-16
1
-0
/
+1
*
drm/i915: Store a direct lookup from object handle to vma
Chris Wilson
2017-06-16
1
-1
/
+7
*
drm/i915: Make i915_vma_destroy() static
Chris Wilson
2017-06-16
1
-1
/
+0
*
drm/i915: Split vma exec_link/evict_link
Chris Wilson
2017-06-15
1
-2
/
+5
*
drm/i915: Exercise i915_vma_pin/i915_vma_insert
Chris Wilson
2017-02-13
1
-2
/
+2
*
drm/i915: Remove i915_gem_object_to_ggtt()
Chris Wilson
2017-01-19
1
-5
/
+0
*
drm/i915: Remove i915_vma_create from VMA API
Chris Wilson
2017-01-19
1
-5
/
+0
*
drm/i915: Rename some warts in the VMA API
Chris Wilson
2017-01-19
1
-0
/
+10
*
drm/i915: Convert i915_ggtt_view to use an anonymous union
Chris Wilson
2017-01-14
1
-1
/
+8
*
drm/i915: Compact memcmp in i915_vma_compare()
Chris Wilson
2017-01-14
1
-6
/
+14
*
drm/i915: Assert that we have allocated the drm_mm_node upon pinning
Chris Wilson
2017-01-13
1
-1
/
+4
*
drm/i915: Store required fence size/alignment for GGTT vma
Chris Wilson
2017-01-10
1
-0
/
+3
*
drm/i915: Optimise VMA lookup slightly
Tvrtko Ursulin
2016-12-15
1
-2
/
+10
*
drm/i915: Convert vm->dev backpointer to vm->i915
Chris Wilson
2016-11-29
1
-3
/
+3
*
drm/i915: Move frontbuffer CS write tracking from ggtt vma to object
Chris Wilson
2016-11-18
1
-1
/
+0
*
drm/i915: Fix test on inputs for vma_compare()
Chris Wilson
2016-11-14
1
-1
/
+1
*
drm/i915: Split out i915_vma.c
Joonas Lahtinen
2016-11-11
1
-0
/
+342