Age | Commit message (Expand) | Author |
2022-01-10 | drm/i915: split out gem/i915_gem_tiling.h from i915_drv.h | Jani Nikula |
2022-01-10 | drm/i915: split out i915_gem_evict.h from i915_drv.h | Jani Nikula |
2021-11-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-09 | lib, stackdepot: add helper to print stack entries into buffer | Imran Khan |
2021-10-15 | drm/i915: Multi-BB execbuf | Matthew Brost |
2021-07-28 | drm/i915: move vma slab to direct module init/exit | Daniel Vetter |
2021-07-22 | drm/i915: Ditch i915 globals shrink infrastructure | Daniel Vetter |
2021-07-16 | drm/i915: Drop error handling from dma_fence_work | Jason Ekstrand |
2021-06-11 | Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm... | Dave Airlie |
2021-06-10 | Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie |
2021-06-01 | drm/i915: Untangle the vma pages_mutex | Thomas Hellström |
2021-05-25 | drm/i915/adlp: Fix GEM VM asserts for DPT VMs | Imre Deak |
2021-05-05 | drm/i915: drop the __i915_active_call pointer packing | Matthew Auld |
2021-04-27 | drm/i915/lmem: Bypass aperture when lmem is available | Anusha Srivatsa |
2021-04-27 | drm/i915/gtt: map the PD up front | Matthew Auld |
2021-03-24 | drm/i915: Use a single page table lock for each gtt. | Maarten Lankhorst |
2021-03-24 | drm/i915: Take reservation lock around i915_vma_pin. | Maarten Lankhorst |
2021-03-24 | drm/i915: make lockdep slightly happier about execbuf. | Maarten Lankhorst |
2021-03-24 | drm/i915: Ensure we hold the object mutex in pin correctly. | Maarten Lankhorst |
2021-03-24 | i915_vma: Rename vma_lookup to i915_vma_lookup | Liam Howlett |
2020-11-03 | drm/i915: Hold onto an explicit ref to i915_vma_work.pinned | Chris Wilson |
2020-09-30 | drm/i915: check i915_vm_alloc_pt_stash for errors | Matthew Auld |
2020-09-07 | drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin. | Maarten Lankhorst |
2020-09-07 | drm/i915/gt: Switch to object allocations for page directories | Chris Wilson |
2020-09-07 | drm/i915: Preallocate stashes for vma page-directories | Chris Wilson |
2020-09-07 | drm/i915: Provide a fastpath for waiting on vma bindings | Chris Wilson |
2020-07-03 | drm/i915: Export ppgtt_bind_vma | Chris Wilson |
2020-07-02 | drm/i915: Also drop vm.ref along error paths for vma construction | Chris Wilson |
2020-07-02 | drm/i915: Drop vm.ref for duplicate vma on construction | Chris Wilson |
2020-06-12 | drm/i915: Leave vma intact as they are discarded | Chris Wilson |
2020-05-28 | drm/i915/gt: Remove local entries from GGTT on suspend | Chris Wilson |
2020-05-21 | drm/i915: Remove PIN_UPDATE for i915_vma_pin | Chris Wilson |
2020-04-24 | drm/i915: Only close vma we open | Chris Wilson |
2020-04-22 | drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma() | Chris Wilson |
2020-04-06 | drm/i915: Make exclusive awaits on i915_active optional | Chris Wilson |
2020-04-03 | drm/i915: Check current i915_vma.pin_count status first on unbind | Chris Wilson |
2020-04-03 | drm/i915: Revoke mmap before fence | Chris Wilson |
2020-04-02 | drm/i915/gem: Drop cached obj->bind_count | Chris Wilson |
2020-04-01 | drm/i915/gt: Make fence revocation unequivocal | Chris Wilson |
2020-04-01 | drm/i915/gt: Only wait for GPU activity before unbinding a GGTT fence | Chris Wilson |
2020-03-27 | drm/i915: Differentiate between aliasing-ppgtt and ggtt pinning | Chris Wilson |
2020-03-25 | drm/i915: Immediately execute the fenced work | Chris Wilson |
2020-03-23 | drm/i915: Avoid live-lock with i915_vma_parked() | Chris Wilson |
2020-03-11 | drm/i915: Extend i915_request_await_active to use all timelines | Chris Wilson |
2020-03-03 | drm/i915: Drop vma is-closed assertion on insert | Chris Wilson |
2020-02-21 | drm/i915: Check that the vma hasn't been closed before we insert it | Chris Wilson |
2020-02-03 | drm/i915: Hold reference to previous active fence as we queue | Chris Wilson |
2020-01-30 | drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutex | Chris Wilson |
2020-01-24 | drm/i915: Wait on vma activity before taking the mutex | Chris Wilson |
2020-01-24 | drm/i915: Check activity on i915_vma after confirming pin_count==0 | Chris Wilson |