summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)Author
2017-10-27drm/i915: Hold rcu_read_lock when iterating over the radixtree (objects)Chris Wilson
2017-10-26drm/i915/guc: Preemption! With GuCMichał Winiarski
2017-10-25drm/i915/guc: Initialize GuC before restarting enginesMichał Winiarski
2017-10-25drm/i915: Add a hook for making the engines idle (parking) and unparkingChris Wilson
2017-10-24drm/i915: Synchronize irq before parking each engineChris Wilson
2017-10-24drm/i915: Bump wait-times for the final CS interrupt before parkingChris Wilson
2017-10-19drm/i915: Skip waking the device to service pwriteChris Wilson
2017-10-18drm/i915: Report -EFAULT before pwrite fast path into shmemfsChris Wilson
2017-10-17drm/i915: Report -EFAULT before pwrite fast path into shmemfsChris Wilson
2017-10-16drm/i915: Skip HW reinitialisation on resume if still wedgedChris Wilson
2017-10-16drm/i915: Trim struct_mutex hold duration for i915_gem_free_objectsChris Wilson
2017-10-16drm/i915: Only free the oldest stale object before a fresh allocationChris Wilson
2017-10-16drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson
2017-10-16drm/i915: Rename obj->pin_display to obj->pin_globalChris Wilson
2017-10-16drm/i915: Refactor testing obj->mm.pagesChris Wilson
2017-10-13drm/i915: Stop asserting on set-wedged vs nop_submit_request orderingChris Wilson
2017-10-11drm/i915: Use rcu instead of stop_machine in set_wedgedDaniel Vetter
2017-10-11drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"Sagar Arun Kamble
2017-10-09drm/i915: Order two completing nop_submit_requestChris Wilson
2017-10-09drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld
2017-10-09drm/i915: Early rejection of mappable GGTT pin attempts for large boChris Wilson
2017-10-09drm/i915: Avoid evicting user fault mappable vma for pread/pwriteChris Wilson
2017-10-09drm/i915: Track user GTT faulting per-vmaChris Wilson
2017-10-09drm/i915: Consolidate get_fence with pin_fenceChris Wilson
2017-10-09drm/i915: Hold forcewake for the duration of reset+restartChris Wilson
2017-10-07drm/i915: disable platform support for vGPU huge gtt pagesMatthew Auld
2017-10-07drm/i915/selftests: huge page testsMatthew Auld
2017-10-07drm/i915: introduce page_size membersMatthew Auld
2017-10-07drm/i915: push set_pages down to the callersMatthew Auld
2017-10-07drm/i915: introduce simple gemfsMatthew Auld
2017-10-06drm/i915: Order two completing nop_submit_requestChris Wilson
2017-10-06drm/i915: Try harder to finish the idle-workerChris Wilson
2017-09-29drm/i915: Move i915_gem_restore_fences to i915_gem_resumeSagar Arun Kamble
2017-09-28Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula
2017-09-28Merge tag 'drm-intel-next-2017-09-07' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-09-25drm/i915: Make own struct for execlist itemsMika Kuoppala
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko
2017-09-18drm/i915: Cancel all ready but queued requests when wedgingChris Wilson
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-07Merge tag 'drm-intel-next-fixes-2017-09-07' of git://anongit.freedesktop.org/...Linus Torvalds
2017-09-07drm/i915: Apply the GTT write flush for all !llc machinesChris Wilson
2017-09-07i915: Fix obj size vs. alignment for drm_pci_alloc()Ville Syrjälä
2017-09-07drm/i915: Use __sg_alloc_table_from_pages for userptr allocationsTvrtko Ursulin
2017-09-06drm/i915: wire up shrinkctl->nr_scannedChris Wilson
2017-09-06drm/i915: Lift has-pinned-pages assert to caller of ____i915_gem_object_get_p...Chris Wilson
2017-09-05drm/i915: Add __rcu to radix tree slot pointerVille Syrjälä
2017-09-04drm/i915: io unmap functions want __iomemVille Syrjälä
2017-09-04drm/i915: Add __rcu to radix tree slot pointerVille Syrjälä
2017-08-30drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson
2017-08-30drm/i915: Always wake the device to flush the GTTChris Wilson