Age | Commit message (Expand) | Author |
2022-01-18 | drm/i915: Remove short-term pins from execbuf, v6. | Maarten Lankhorst |
2022-01-18 | drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_so... | Maarten Lankhorst |
2020-05-21 | drm/i915: Remove PIN_UPDATE for i915_vma_pin | Chris Wilson |
2020-01-07 | drm/i915/gtt: split up i915_gem_gtt | Matthew Auld |
2019-11-30 | drm/i915/gen7: Re-enable full-ppgtt for ivb & hsw | Chris Wilson |
2019-10-29 | drm/i915: define i915_ggtt_has_aperture | Daniele Ceraolo Spurio |
2019-10-16 | drm/i915: Move swizzle_bit under i915_ggtt | Chris Wilson |
2019-10-04 | drm/i915: Pull i915_vma_pin under the vm->mutex | Chris Wilson |
2019-10-04 | drm/i915: Mark up address spaces that may need to allocate | Chris Wilson |
2019-10-04 | drm/i915: Only track bound elements of the GTT | Chris Wilson |
2019-09-13 | drm/i915/gtt: Make sure the gen6 ppgtt is bound before first use | Chris Wilson |
2019-09-09 | drm/i915: cleanup cache-coloring | Matthew Auld |
2019-08-30 | drm/i915: Remove ppgtt->dirty_engines | Chris Wilson |
2019-08-29 | drm/i915: s/for_each_sgt_dma/for_each_sgt_daddr/ | Matthew Auld |
2019-08-21 | drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICT | Chris Wilson |
2019-07-30 | drm/i915: Move aliasing_ppgtt underneath its i915_ggtt | Chris Wilson |
2019-07-16 | drm/i915/gtt: Tidy up ppgtt insertion for gen8 | Chris Wilson |
2019-07-13 | drm/i915/uc: prefer intel_gt over i915 in GuC/HuC paths | Daniele Ceraolo Spurio |
2019-07-12 | drm/i915: Propagate "_release" function name suffix down | Janusz Krzysztofik |
2019-07-12 | drm/i915/gtt: Use NULL to encode scratch shadow entries | Chris Wilson |
2019-07-12 | drm/i915/gtt: Convert vm->scratch into an array | Chris Wilson |
2019-07-12 | drm/i915/gtt: Compute the radix for gen8 page table levels | Chris Wilson |
2019-07-12 | drm/i915/gtt: Markup i915_ppgtt height | Chris Wilson |
2019-07-12 | drm/i915/gtt: Wrap page_table with page_directory | Chris Wilson |
2019-07-12 | drm/i915/gtt: Use shallow dma pages for scratch | Chris Wilson |
2019-07-06 | drm/i915/gtt: pde entry encoding is identical | Mika Kuoppala |
2019-07-02 | Revert "drm/i915: Introduce private PAT management" | Michał Winiarski |
2019-06-21 | drm/i915: Rename i915_timeline to intel_timeline and move under gt | Tvrtko Ursulin |
2019-06-21 | drm/i915: Compartmentalize i915_gem_init_ggtt | Tvrtko Ursulin |
2019-06-21 | drm/i915: Store intel_gt backpointer in vm | Tvrtko Ursulin |
2019-06-21 | drm/i915: Make ggtt invalidation work on ggtt | Tvrtko Ursulin |
2019-06-21 | drm/i915: Convert i915_ppgtt_init_hw to intel_gt | Tvrtko Ursulin |
2019-06-20 | drm/i915/gtt: Defer address space cleanup to an RCU worker | Chris Wilson |
2019-06-17 | drm/i915/gtt: Use a common type for page directories | Mika Kuoppala |
2019-06-13 | drm/i915: Move fence register tracking from i915->mm to ggtt | Chris Wilson |
2019-06-11 | drm/i915: Rename i915_hw_ppgtt to i915_ppgtt | Chris Wilson |
2019-06-11 | drm/i915: Pull kref into i915_address_space | Chris Wilson |
2019-06-10 | drm/i915: Move i915_check_and_clear_faults to intel_reset.c | Tvrtko Ursulin |
2019-06-07 | drm/i915: Unexport i915_gem_init/fini_aliasing_ppgtt | Tvrtko Ursulin |
2019-06-04 | drm/i915/gtt: Replace struct_mutex serialisation for allocation | Chris Wilson |
2019-05-28 | drm/i915: Pull scatterlist utils out of i915_gem.h | Chris Wilson |
2019-05-28 | drm/i915: Split GEM object type definition to its own header | Chris Wilson |
2019-05-23 | drm/i915/gtt: Always acquire struct_mutex for gen6_ppgtt_cleanup | Chris Wilson |
2019-05-20 | drm/i915: Add a new "remapped" gtt_view | Ville Syrjälä |
2019-04-25 | drm/i915: Allow multiple user handles to the same VM | Chris Wilson |
2019-04-24 | drm/i915: Move GraphicsTechnology files under gt/ | Chris Wilson |
2019-04-20 | drm/i915/uc: Reserve upper range of GGTT | Fernando Pacheco |
2019-04-02 | drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h | Chris Wilson |
2019-03-22 | drm/i915: Create/destroy VM (ppGTT) for use with contexts | Chris Wilson |
2019-03-21 | drm/i915: Separate GEM context construction and registration to userspace | Chris Wilson |