aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
Commit message (Expand)AuthorAge
* drm/i915: Rename some warts in the VMA APIChris Wilson2017-01-19
* drm/i915: Assert we do not attempt to reuse an allocated nodeChris Wilson2017-01-16
* drm/i915: Catch attempting to use the aliasing_gtt's drm_mmChris Wilson2017-01-16
* drm/i915: Eliminate superfluous i915_ggtt_view_normalChris Wilson2017-01-14
* drm/i915: Eliminate superfluous i915_ggtt_view_rotatedChris Wilson2017-01-14
* drm/i915: Convert i915_ggtt_view to use an anonymous unionChris Wilson2017-01-14
* drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.cChris Wilson2017-01-13
* drm/i915: Fix up kerneldoc parameters for i915_gem_gtt_*()Chris Wilson2017-01-12
* drm/i915: Invalidate the guc ggtt TLB upon insertionChris Wilson2017-01-12
* drm/i915: Prefer random replacement before eviction searchChris Wilson2017-01-11
* drm/i915: Extract reserving space in the GTT to a helperChris Wilson2017-01-11
* drm/i915: Use the MRU stack search after evictingChris Wilson2017-01-11
* drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson2017-01-10
* drm/i915: don't open code the pdpe/pml4e clearingMatthew Auld2017-01-09
* drm/i915: s/gen8_setup_page_directory_pointer/gen8_setup_pml4e/Matthew Auld2017-01-09
* drm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/Matthew Auld2017-01-09
* drm/i915: Purge loose pages if we run out of DMA remap spaceChris Wilson2017-01-06
* drm/i915: Use fixed-sized types for stolenChris Wilson2017-01-06
* drm/i915/guc: Exclude the upper end of the Global GTT for the GuCChris Wilson2017-01-05
* Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter2017-01-04
|\
| * drm/i915: Simplify i915_gtt_color_adjust()Chris Wilson2016-12-16
| * drm: Constify the drm_mm APIChris Wilson2016-12-16
* | drm/i915: move vma sanity checking into i915_vma_bindMatthew Auld2016-12-16
* | drm/i915: Advertise ppgtt support type in platform definitionMichel Thierry2016-12-07
* | drm/i915: Mark all non-vma being inserted into the address spacesChris Wilson2016-12-05
* | drm/i915/glk: Reuse broxton code for geminilakeAnder Conselvan de Oliveira2016-12-02
* | drm/i915: Fix tracepoint compilationChris Wilson2016-11-29
* | drm/i915: Convert vm->dev backpointer to vm->i915Chris Wilson2016-11-29
* | drm/i915: Move the release of PT page to the upper callerZhi Wang2016-11-29
|/
* drm/i915: add i915_address_space_finiMatthew Auld2016-11-17
* drm/i915: dev_priv cleanup in i915_gem_stolen.cTvrtko Ursulin2016-11-17
* drm/i915: dev_priv cleanup in i915_gem_gtt.cTvrtko Ursulin2016-11-17
* drm/i915: dev_priv and a small cascade of cleanups in i915_gem.cTvrtko Ursulin2016-11-17
* drm/i915: Pass dev_priv to INTEL_INFO everywhere apart from the gen useTvrtko Ursulin2016-11-11
* drm/i915: Split out i915_vma.cJoonas Lahtinen2016-11-11
* drm/i915: Remove the vma from the object list upon closeChris Wilson2016-11-07
* drm/i915: Fix pages pin counting around swizzle quirkChris Wilson2016-11-04
* drm/i915: Fix test on inputs for vma_compare()Chris Wilson2016-11-03
* drm/i915: Unify global_list into global_linkJoonas Lahtinen2016-11-02
* drm/i915/gtt: Mark tlbs dirty on clearMika Kuoppala2016-11-02
* drm/i915/gtt: Fix pte clear rangeMika Kuoppala2016-11-02
* drm/i915: Store the vma in an rbtree under the objectChris Wilson2016-11-01
* drm/i915: Enable multiple timelinesChris Wilson2016-10-28
* drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson2016-10-28
* drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson2016-10-28
* drm/i915: Refactor object page APIChris Wilson2016-10-28
* drm/i915: Use radixtree to jump start intel_partial_pages()Chris Wilson2016-10-28
* drm/i915: Markup GEM API with lockdep assertsChris Wilson2016-10-28
* drm/i915: Defer active reference until requiredChris Wilson2016-10-28
* drm/i915: Remove RPM sequence checkingChris Wilson2016-10-24