index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_vma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-18
drm/i915: Replace execbuf vma ht with an idr
Chris Wilson
1
-22
/
+0
2017-06-21
drm/i915: Assert the vma's active tracking is clear before free
Chris Wilson
1
-2
/
+7
2017-06-21
drm/i915: Retire the VMA's fence tracker before unbinding
Chris Wilson
1
-0
/
+5
2017-06-16
drm/i915: Stash a pointer to the obj's resv in the vma
Chris Wilson
1
-0
/
+1
2017-06-16
drm/i915: Store a persistent reference for an object in the execbuffer cache
Chris Wilson
1
-0
/
+2
2017-06-16
drm/i915: Eliminate lots of iterations over the execobjects array
Chris Wilson
1
-1
/
+1
2017-06-16
drm/i915: Store a direct lookup from object handle to vma
Chris Wilson
1
-0
/
+20
2017-06-16
drm/i915: Make i915_vma_destroy() static
Chris Wilson
1
-1
/
+1
2017-06-15
drm/i915: Use vma->exec_entry as our double-entry placeholder
Chris Wilson
1
-1
/
+0
2017-02-27
drm/i915: Remove the vma from the drm_mm if binding fails
Chris Wilson
1
-20
/
+37
2017-02-25
drm/i915: Sanity check the vma->node prior to binding into the GTT
Chris Wilson
1
-6
/
+9
2017-02-15
drm/i915: Move allocate_va_range to GTT
Chris Wilson
1
-9
/
+0
2017-02-13
drm/i915: Exercise i915_vma_pin/i915_vma_insert
Chris Wilson
1
-2
/
+2
2017-02-13
drm/i915: Test creation of VMA
Chris Wilson
1
-0
/
+3
2017-02-09
drm/i915: Assert that we never create a vma for the aliasing_ppgtt
Chris Wilson
1
-0
/
+3
2017-01-23
drm/i915: Pevent copying uninitialised garbage into vma->ggtt_view
Chris Wilson
1
-1
/
+1
2017-01-21
drm/i915: reinstate call to trace_i915_vma_bind
Daniele Ceraolo Spurio
1
-0
/
+1
2017-01-21
drm/i915: Assert that created vma has a whole number of pages
Chris Wilson
1
-0
/
+2
2017-01-21
drm/i915: Assert the drm_mm_node is allocated when on the VM lists
Chris Wilson
1
-0
/
+2
2017-01-21
drm/i915: Reject vma creation larger than address space
Chris Wilson
1
-3
/
+16
2017-01-19
drm/i915: Remove i915_gem_object_to_ggtt()
Chris Wilson
1
-21
/
+6
2017-01-19
drm/i915: Remove i915_vma_create from VMA API
Chris Wilson
1
-31
/
+4
2017-01-19
drm/i915: Add a check that the VMA instance we lookup matches the request
Chris Wilson
1
-0
/
+1
2017-01-19
drm/i915: Rename some warts in the VMA API
Chris Wilson
1
-1
/
+89
2017-01-14
drm/i915: Convert i915_ggtt_view to use an anonymous union
Chris Wilson
1
-5
/
+4
2017-01-13
drm/i915: Assert that we have allocated the drm_mm_node upon pinning
Chris Wilson
1
-0
/
+1
2017-01-11
drm/i915: Extract reserving space in the GTT to a helper
Chris Wilson
1
-11
/
+5
2017-01-11
drm/i915: Use the MRU stack search after evicting
Chris Wilson
1
-36
/
+4
2017-01-10
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
Chris Wilson
1
-7
/
+14
2017-01-10
drm/i915: Move ggtt fence/alignment to i915_gem_tiling.c
Chris Wilson
1
-6
/
+6
2017-01-10
drm/i915: Store required fence size/alignment for GGTT vma
Chris Wilson
1
-32
/
+29
2017-01-10
drm/i915: Align GGTT sizes to a fence tile row
Chris Wilson
1
-2
/
+8
2017-01-06
drm/i915: Use range_overflows()
Chris Wilson
1
-1
/
+2
2017-01-04
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...
Daniel Vetter
1
-2
/
+2
2016-12-31
drm/i915: Move assert of page pin vs bind count into i915_vma_unbind
Chris Wilson
1
-0
/
+1
2016-12-28
drm: Wrap drm_mm_node.hole_follows
Chris Wilson
1
-2
/
+2
2016-12-23
drm/i915: Assert that the partial VMA fits within the object
Chris Wilson
1
-0
/
+5
2016-12-16
drm/i915: convert to using range_overflows
Matthew Auld
1
-4
/
+3
2016-12-16
drm/i915: move vma sanity checking into i915_vma_bind
Matthew Auld
1
-0
/
+6
2016-12-05
drm/i915: Tidy i915_gem_valid_gtt_space()
Chris Wilson
1
-12
/
+14
2016-12-05
drm/i915: Fix i915_gem_evict_for_vma (soft-pinning)
Chris Wilson
1
-1
/
+1
2016-11-29
drm/i915: Convert vm->dev backpointer to vm->i915
Chris Wilson
1
-5
/
+5
2016-11-18
drm/i915: Move frontbuffer CS write tracking from ggtt vma to object
Chris Wilson
1
-12
/
+0
2016-11-11
drm/i915: Split out i915_vma.c
Joonas Lahtinen
1
-0
/
+650