Chris Wilson
|
d1b48c1e71
drm/i915: Replace execbuf vma ht with an idr
|
8 年之前 |
Chris Wilson
|
7a3bc034ed
drm/i915: Assert the vma's active tracking is clear before free
|
8 年之前 |
Chris Wilson
|
760a898d80
drm/i915: Retire the VMA's fence tracker before unbinding
|
8 年之前 |
Chris Wilson
|
95ff7c7dd7
drm/i915: Stash a pointer to the obj's resv in the vma
|
8 年之前 |
Chris Wilson
|
dade2a6165
drm/i915: Store a persistent reference for an object in the execbuffer cache
|
8 年之前 |
Chris Wilson
|
2889caa923
drm/i915: Eliminate lots of iterations over the execobjects array
|
8 年之前 |
Chris Wilson
|
4ff4b44cbb
drm/i915: Store a direct lookup from object handle to vma
|
8 年之前 |
Chris Wilson
|
b8e5d2ef19
drm/i915: Make i915_vma_destroy() static
|
8 年之前 |
Chris Wilson
|
d55495b4dc
drm/i915: Use vma->exec_entry as our double-entry placeholder
|
8 年之前 |
Chris Wilson
|
31c7effa39
drm/i915: Remove the vma from the drm_mm if binding fails
|
8 年之前 |
Chris Wilson
|
aa14943127
drm/i915: Sanity check the vma->node prior to binding into the GTT
|
8 年之前 |
Chris Wilson
|
ff685975d9
drm/i915: Move allocate_va_range to GTT
|
8 年之前 |
Chris Wilson
|
782a3e9ef2
drm/i915: Exercise i915_vma_pin/i915_vma_insert
|
8 年之前 |
Chris Wilson
|
e3c7a1c537
drm/i915: Test creation of VMA
|
8 年之前 |
Chris Wilson
|
e1cc3db020
drm/i915: Assert that we never create a vma for the aliasing_ppgtt
|
8 年之前 |
Chris Wilson
|
7c51846030
drm/i915: Pevent copying uninitialised garbage into vma->ggtt_view
|
8 年之前 |
Daniele Ceraolo Spurio
|
6146e6da5c
drm/i915: reinstate call to trace_i915_vma_bind
|
8 年之前 |
Chris Wilson
|
b00ddb2732
drm/i915: Assert that created vma has a whole number of pages
|
8 年之前 |
Chris Wilson
|
44a0ec0d3b
drm/i915: Assert the drm_mm_node is allocated when on the VM lists
|
8 年之前 |
Chris Wilson
|
1fcdaa7e72
drm/i915: Reject vma creation larger than address space
|
8 年之前 |
Chris Wilson
|
481a6f7dcf
drm/i915: Remove i915_gem_object_to_ggtt()
|
8 年之前 |
Chris Wilson
|
a01cb37aff
drm/i915: Remove i915_vma_create from VMA API
|
8 年之前 |
Chris Wilson
|
4ea9527cc0
drm/i915: Add a check that the VMA instance we lookup matches the request
|
8 年之前 |
Chris Wilson
|
718659a630
drm/i915: Rename some warts in the VMA API
|
8 年之前 |
Chris Wilson
|
8bab1193c1
drm/i915: Convert i915_ggtt_view to use an anonymous union
|
8 年之前 |
Chris Wilson
|
0325701a34
drm/i915: Assert that we have allocated the drm_mm_node upon pinning
|
8 年之前 |
Chris Wilson
|
625d988acc
drm/i915: Extract reserving space in the GTT to a helper
|
8 年之前 |
Chris Wilson
|
e007b19d7b
drm/i915: Use the MRU stack search after evicting
|
8 年之前 |
Chris Wilson
|
f51455d442
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
|
8 年之前 |
Chris Wilson
|
91d4e0aa92
drm/i915: Move ggtt fence/alignment to i915_gem_tiling.c
|
8 年之前 |