Age | Commit message (Expand) | Author | Files | Lines |
2017-03-03 | drm/i915: Avoid using word legacy with ppgtt | Mika Kuoppala | 1 | -10/+11 |
2017-03-03 | drm/i915/gtt: Make I915_PDPES_PER_PDP inline function | Mika Kuoppala | 1 | -10/+16 |
2017-02-15 | drm/i915: Use preferred kernel types in i915_gem_gtt.c | Chris Wilson | 1 | -29/+27 |
2017-02-15 | drm/i915: Remove i915_address_space.start | Chris Wilson | 1 | -1/+0 |
2017-02-15 | drm/i915: Remove unused ppgtt->enable() | Chris Wilson | 1 | -1/+0 |
2017-02-15 | drm/i915: Remove bitmap tracking for used-pml4 | Chris Wilson | 1 | -2/+0 |
2017-02-15 | drm/i915: Remove bitmap tracking for used-pdpes | Chris Wilson | 1 | -2/+1 |
2017-02-15 | drm/i915: Remove bitmap tracking for used-pdes | Chris Wilson | 1 | -4/+2 |
2017-02-15 | drm/i915: Remove bitmap tracking for used-ptes | Chris Wilson | 1 | -3/+2 |
2017-02-15 | drm/i915: Convert clflushed pagetables over to WC maps | Chris Wilson | 1 | -0/+8 |
2017-02-13 | drm/i915: Extract aliasing ppgtt setup | Chris Wilson | 1 | -0/+3 |
2017-02-09 | drm/i915: Use the size/type of address space to make decisions | Chris Wilson | 1 | -0/+6 |
2017-01-14 | drm/i915: Eliminate superfluous i915_ggtt_view_normal | Chris Wilson | 1 | -2/+0 |
2017-01-14 | drm/i915: Eliminate superfluous i915_ggtt_view_rotated | Chris Wilson | 1 | -1/+0 |
2017-01-14 | drm/i915: Convert i915_ggtt_view to use an anonymous union | Chris Wilson | 1 | -1/+1 |
2017-01-14 | drm/i915: Compact memcmp in i915_vma_compare() | Chris Wilson | 1 | -7/+21 |
2017-01-14 | drm/i915: Mark the ggtt_view structs as packed | Chris Wilson | 1 | -2/+12 |
2017-01-14 | drm/i915: Name the anonymous structs inside i915_ggtt_view | Chris Wilson | 1 | -5/+7 |
2017-01-13 | drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.c | Chris Wilson | 1 | -0/+1 |
2017-01-12 | drm/i915: Invalidate the guc ggtt TLB upon insertion | Chris Wilson | 1 | -0/+3 |
2017-01-11 | drm/i915: Extract reserving space in the GTT to a helper | Chris Wilson | 1 | -0/+5 |
2017-01-11 | drm/i915: Use the MRU stack search after evicting | Chris Wilson | 1 | -0/+5 |
2017-01-10 | drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE | Chris Wilson | 1 | -1/+4 |
2017-01-06 | drm/i915: Use fixed-sized types for stolen | Chris Wilson | 1 | -6/+7 |
2016-12-20 | drm/i915: fully apply WaSkipStolenMemoryFirstPage | Paulo Zanoni | 1 | -1/+9 |
2016-11-29 | drm/i915: Convert vm->dev backpointer to vm->i915 | Chris Wilson | 1 | -1/+1 |
2016-11-17 | drm/i915: dev_priv cleanup in i915_gem_gtt.c | Tvrtko Ursulin | 1 | -4/+4 |
2016-11-17 | drm/i915: dev_priv and a small cascade of cleanups in i915_gem.c | Tvrtko Ursulin | 1 | -1/+1 |
2016-11-11 | drm/i915: Split out i915_vma.c | Joonas Lahtinen | 1 | -213/+12 |
2016-11-01 | drm/i915: Store the vma in an rbtree under the object | Chris Wilson | 1 | -0/+1 |
2016-10-28 | drm/i915: Enable multiple timelines | Chris Wilson | 1 | -1/+3 |
2016-10-28 | drm/i915: Move GEM activity tracking into a common struct reservation_object | Chris Wilson | 1 | -0/+1 |
2016-10-28 | drm/i915: Pass around sg_table to get_pages/put_pages backend | Chris Wilson | 1 | -2/+4 |
2016-10-14 | drm/i915: Remove unused "valid" parameter from pte_encode | Michał Winiarski | 1 | -3/+2 |
2016-10-12 | drm/i915: Always use the GTT for error capture | Chris Wilson | 1 | -0/+2 |
2016-08-22 | drm/i915: Embed the scratch page struct into each VM | Chris Wilson | 1 | -5/+1 |
2016-08-19 | drm/i915: Embed the io-mapping struct inside drm_i915_private | Chris Wilson | 1 | -1/+1 |
2016-08-19 | drm/i915: Track display alignment on VMA | Chris Wilson | 1 | -0/+1 |
2016-08-19 | drm/i915: Choose not to evict faultable objects from the GGTT | Chris Wilson | 1 | -0/+1 |
2016-08-19 | drm/i915: Move fence tracking from object to vma | Chris Wilson | 1 | -0/+8 |
2016-08-19 | drm/i915: Move map-and-fenceable tracking to the VMA | Chris Wilson | 1 | -2/+8 |
2016-08-15 | drm/i915: Introduce i915_ggtt_offset() | Chris Wilson | 1 | -0/+9 |
2016-08-15 | drm/i915: Track pinned VMA | Chris Wilson | 1 | -14/+0 |
2016-08-15 | drm/i915: Consolidate i915_vma_unpin_and_release() | Chris Wilson | 1 | -0/+1 |
2016-08-15 | drm/i915: Track pinned vma inside guc | Chris Wilson | 1 | -0/+6 |
2016-08-15 | drm/i915: Create a VMA for an object | Chris Wilson | 1 | -0/+5 |
2016-08-15 | drm/i915: Always set the vma->pages | Chris Wilson | 1 | -2/+1 |
2016-08-11 | drm/i915: Rewrite fb rotation GTT handling | Ville Syrjälä | 1 | -4/+1 |
2016-08-04 | drm/i915: Make i915_vma_pin() small and inline | Chris Wilson | 1 | -16/+37 |
2016-08-04 | drm/i915: Combine all i915_vma bitfields into a single set of flags | Chris Wilson | 1 | -22/+33 |