summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_gtt.h
Commit message (Expand)AuthorAge
* drm/i915: pass the vma to insert_entriesMatthew Auld2017-06-22
* drm/i915: First try the previous execbuffer locationChris Wilson2017-06-16
* drm/i915: return the correct usable aperture size under gvt environmentWeinan Li2017-06-02
* drm/i915: Avoid using word legacy with ppgttMika Kuoppala2017-03-03
* drm/i915/gtt: Make I915_PDPES_PER_PDP inline functionMika Kuoppala2017-03-03
* drm/i915: Use preferred kernel types in i915_gem_gtt.cChris Wilson2017-02-15
* drm/i915: Remove i915_address_space.startChris Wilson2017-02-15
* drm/i915: Remove unused ppgtt->enable()Chris Wilson2017-02-15
* drm/i915: Remove bitmap tracking for used-pml4Chris Wilson2017-02-15
* drm/i915: Remove bitmap tracking for used-pdpesChris Wilson2017-02-15
* drm/i915: Remove bitmap tracking for used-pdesChris Wilson2017-02-15
* drm/i915: Remove bitmap tracking for used-ptesChris Wilson2017-02-15
* drm/i915: Convert clflushed pagetables over to WC mapsChris Wilson2017-02-15
* drm/i915: Extract aliasing ppgtt setupChris Wilson2017-02-13
* drm/i915: Use the size/type of address space to make decisionsChris Wilson2017-02-09
* 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: Compact memcmp in i915_vma_compare()Chris Wilson2017-01-14
* drm/i915: Mark the ggtt_view structs as packedChris Wilson2017-01-14
* drm/i915: Name the anonymous structs inside i915_ggtt_viewChris Wilson2017-01-14
* drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.cChris Wilson2017-01-13
* drm/i915: Invalidate the guc ggtt TLB upon insertionChris Wilson2017-01-12
* 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: Use fixed-sized types for stolenChris Wilson2017-01-06
* drm/i915: fully apply WaSkipStolenMemoryFirstPagePaulo Zanoni2016-12-20
* drm/i915: Convert vm->dev backpointer to vm->i915Chris Wilson2016-11-29
* 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: Split out i915_vma.cJoonas Lahtinen2016-11-11
* 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: Remove unused "valid" parameter from pte_encodeMichaƂ Winiarski2016-10-14
* drm/i915: Always use the GTT for error captureChris Wilson2016-10-12
* drm/i915: Embed the scratch page struct into each VMChris Wilson2016-08-22
* drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson2016-08-19
* drm/i915: Track display alignment on VMAChris Wilson2016-08-18
* drm/i915: Choose not to evict faultable objects from the GGTTChris Wilson2016-08-18
* drm/i915: Move fence tracking from object to vmaChris Wilson2016-08-18
* drm/i915: Move map-and-fenceable tracking to the VMAChris Wilson2016-08-18
* drm/i915: Introduce i915_ggtt_offset()Chris Wilson2016-08-15
* drm/i915: Track pinned VMAChris Wilson2016-08-15
* drm/i915: Consolidate i915_vma_unpin_and_release()Chris Wilson2016-08-15
* drm/i915: Track pinned vma inside gucChris Wilson2016-08-15
* drm/i915: Create a VMA for an objectChris Wilson2016-08-15
* drm/i915: Always set the vma->pagesChris Wilson2016-08-15