index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
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
2017-02-16
drm/i915: A hotfix for making aliasing PPGTT work for GVT-g
Zhi Wang
2017-02-03
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
2017-01-19
drm/i915: Rename some warts in the VMA API
Chris Wilson
2017-01-16
drm/i915: Assert we do not attempt to reuse an allocated node
Chris Wilson
2017-01-16
drm/i915: Catch attempting to use the aliasing_gtt's drm_mm
Chris Wilson
2017-01-14
drm/i915: Eliminate superfluous i915_ggtt_view_normal
Chris Wilson
2017-01-14
drm/i915: Eliminate superfluous i915_ggtt_view_rotated
Chris Wilson
2017-01-14
drm/i915: Convert i915_ggtt_view to use an anonymous union
Chris Wilson
2017-01-13
drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.c
Chris Wilson
2017-01-12
drm/i915: Fix up kerneldoc parameters for i915_gem_gtt_*()
Chris Wilson
2017-01-12
drm/i915: Invalidate the guc ggtt TLB upon insertion
Chris Wilson
2017-01-11
drm/i915: Prefer random replacement before eviction search
Chris Wilson
2017-01-11
drm/i915: Extract reserving space in the GTT to a helper
Chris Wilson
2017-01-11
drm/i915: Use the MRU stack search after evicting
Chris Wilson
2017-01-10
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
Chris Wilson
2017-01-09
drm/i915: don't open code the pdpe/pml4e clearing
Matthew Auld
2017-01-09
drm/i915: s/gen8_setup_page_directory_pointer/gen8_setup_pml4e/
Matthew Auld
2017-01-09
drm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/
Matthew Auld
2017-01-06
drm/i915: Purge loose pages if we run out of DMA remap space
Chris Wilson
2017-01-06
drm/i915: Use fixed-sized types for stolen
Chris Wilson
2017-01-05
drm/i915/guc: Exclude the upper end of the Global GTT for the GuC
Chris Wilson
2017-01-04
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...
Daniel Vetter
2016-12-16
drm/i915: move vma sanity checking into i915_vma_bind
Matthew Auld
2016-12-16
drm/i915: Simplify i915_gtt_color_adjust()
Chris Wilson
2016-12-16
drm: Constify the drm_mm API
Chris Wilson
2016-12-07
drm/i915: Advertise ppgtt support type in platform definition
Michel Thierry
2016-12-05
drm/i915: Mark all non-vma being inserted into the address spaces
Chris Wilson
2016-12-02
drm/i915/glk: Reuse broxton code for geminilake
Ander Conselvan de Oliveira
2016-11-29
drm/i915: Fix tracepoint compilation
Chris Wilson
2016-11-29
drm/i915: Convert vm->dev backpointer to vm->i915
Chris Wilson
2016-11-29
drm/i915: Move the release of PT page to the upper caller
Zhi Wang
2016-11-17
drm/i915: add i915_address_space_fini
Matthew Auld
2016-11-17
drm/i915: dev_priv cleanup in i915_gem_stolen.c
Tvrtko Ursulin
2016-11-17
drm/i915: dev_priv cleanup in i915_gem_gtt.c
Tvrtko Ursulin
2016-11-17
drm/i915: dev_priv and a small cascade of cleanups in i915_gem.c
Tvrtko Ursulin
2016-11-11
drm/i915: Pass dev_priv to INTEL_INFO everywhere apart from the gen use
Tvrtko Ursulin
2016-11-11
drm/i915: Split out i915_vma.c
Joonas Lahtinen
2016-11-07
drm/i915: Remove the vma from the object list upon close
Chris Wilson
2016-11-04
drm/i915: Fix pages pin counting around swizzle quirk
Chris Wilson
2016-11-03
drm/i915: Fix test on inputs for vma_compare()
Chris Wilson
2016-11-02
drm/i915: Unify global_list into global_link
Joonas Lahtinen
2016-11-02
drm/i915/gtt: Mark tlbs dirty on clear
Mika Kuoppala
2016-11-02
drm/i915/gtt: Fix pte clear range
Mika Kuoppala
2016-11-01
drm/i915: Store the vma in an rbtree under the object
Chris Wilson
2016-10-28
drm/i915: Enable multiple timelines
Chris Wilson
2016-10-28
drm/i915: Move GEM activity tracking into a common struct reservation_object
Chris Wilson
2016-10-28
drm/i915: Pass around sg_table to get_pages/put_pages backend
Chris Wilson
2016-10-28
drm/i915: Refactor object page API
Chris Wilson
2016-10-28
drm/i915: Use radixtree to jump start intel_partial_pages()
Chris Wilson
2016-10-28
drm/i915: Markup GEM API with lockdep asserts
Chris Wilson
[next]