summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: A hotfix for making aliasing PPGTT work for GVT-gZhi Wang2017-02-161-3/+4
* drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-23/+16
* drm/i915: Rename some warts in the VMA APIChris Wilson2017-01-191-45/+0
* drm/i915: Assert we do not attempt to reuse an allocated nodeChris Wilson2017-01-161-0/+2
* drm/i915: Catch attempting to use the aliasing_gtt's drm_mmChris Wilson2017-01-161-0/+2
* drm/i915: Eliminate superfluous i915_ggtt_view_normalChris Wilson2017-01-141-4/+0
* drm/i915: Eliminate superfluous i915_ggtt_view_rotatedChris Wilson2017-01-141-3/+0
* drm/i915: Convert i915_ggtt_view to use an anonymous unionChris Wilson2017-01-141-5/+4
* drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.cChris Wilson2017-01-131-0/+21
* drm/i915: Fix up kerneldoc parameters for i915_gem_gtt_*()Chris Wilson2017-01-121-22/+22
* drm/i915: Invalidate the guc ggtt TLB upon insertionChris Wilson2017-01-121-28/+50
* drm/i915: Prefer random replacement before eviction searchChris Wilson2017-01-111-1/+58
* drm/i915: Extract reserving space in the GTT to a helperChris Wilson2017-01-111-0/+52
* drm/i915: Use the MRU stack search after evictingChris Wilson2017-01-111-21/+100
* drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson2017-01-101-5/+5
* drm/i915: don't open code the pdpe/pml4e clearingMatthew Auld2017-01-091-14/+2
* drm/i915: s/gen8_setup_page_directory_pointer/gen8_setup_pml4e/Matthew Auld2017-01-091-5/+5
* drm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/Matthew Auld2017-01-091-5/+5
* drm/i915: Purge loose pages if we run out of DMA remap spaceChris Wilson2017-01-061-4/+18
* drm/i915: Use fixed-sized types for stolenChris Wilson2017-01-061-3/+5
* drm/i915/guc: Exclude the upper end of the Global GTT for the GuCChris Wilson2017-01-051-0/+10
* Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter2017-01-041-5/+3
|\
| * drm/i915: Simplify i915_gtt_color_adjust()Chris Wilson2016-12-161-4/+2
| * drm: Constify the drm_mm APIChris Wilson2016-12-161-1/+1
* | drm/i915: move vma sanity checking into i915_vma_bindMatthew Auld2016-12-161-12/+0
* | drm/i915: Advertise ppgtt support type in platform definitionMichel Thierry2016-12-071-4/+3
* | drm/i915: Mark all non-vma being inserted into the address spacesChris Wilson2016-12-051-5/+6
* | drm/i915/glk: Reuse broxton code for geminilakeAnder Conselvan de Oliveira2016-12-021-4/+4
* | drm/i915: Fix tracepoint compilationChris Wilson2016-11-291-5/+5
* | drm/i915: Convert vm->dev backpointer to vm->i915Chris Wilson2016-11-291-44/+43
* | drm/i915: Move the release of PT page to the upper callerZhi Wang2016-11-291-11/+7
|/
* drm/i915: add i915_address_space_finiMatthew Auld2016-11-171-6/+12
* drm/i915: dev_priv cleanup in i915_gem_stolen.cTvrtko Ursulin2016-11-171-1/+1
* drm/i915: dev_priv cleanup in i915_gem_gtt.cTvrtko Ursulin2016-11-171-123/+125
* drm/i915: dev_priv and a small cascade of cleanups in i915_gem.cTvrtko Ursulin2016-11-171-20/+14
* drm/i915: Pass dev_priv to INTEL_INFO everywhere apart from the gen useTvrtko Ursulin2016-11-111-1/+1
* drm/i915: Split out i915_vma.cJoonas Lahtinen2016-11-111-275/+2
* drm/i915: Remove the vma from the object list upon closeChris Wilson2016-11-071-2/+3
* drm/i915: Fix pages pin counting around swizzle quirkChris Wilson2016-11-041-0/+7
* drm/i915: Fix test on inputs for vma_compare()Chris Wilson2016-11-031-1/+1
* drm/i915: Unify global_list into global_linkJoonas Lahtinen2016-11-021-2/+2
* drm/i915/gtt: Mark tlbs dirty on clearMika Kuoppala2016-11-021-10/+12
* drm/i915/gtt: Fix pte clear rangeMika Kuoppala2016-11-021-5/+7
* drm/i915: Store the vma in an rbtree under the objectChris Wilson2016-11-011-25/+55
* drm/i915: Enable multiple timelinesChris Wilson2016-10-281-6/+13
* drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson2016-10-281-0/+32
* drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson2016-10-281-9/+10
* drm/i915: Refactor object page APIChris Wilson2016-10-281-5/+5
* drm/i915: Use radixtree to jump start intel_partial_pages()Chris Wilson2016-10-281-14/+26
* drm/i915: Markup GEM API with lockdep assertsChris Wilson2016-10-281-0/+2