aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-14drm/i915: Flush pending GTT writes before unbindingChris Wilson1-8/+1
2017-12-07drm/i915: Call i915_gem_init_userptr() before taking struct_mutexChris Wilson1-6/+5
2017-12-05drm/i915: Skip switch-to-kernel-context on suspend when wedgedChris Wilson1-9/+11
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-237/+412
2017-11-09drm/i915: Lock llist_del_first() vs llist_del_all()Chris Wilson1-1/+7
2017-10-30drm/i915: Hold rcu_read_lock when iterating over the radixtree (objects)Chris Wilson1-0/+2
2017-10-19drm/i915: Skip waking the device to service pwriteChris Wilson1-3/+20
2017-10-18drm/i915: Report -EFAULT before pwrite fast path into shmemfsChris Wilson1-0/+3
2017-10-17drm/i915: Report -EFAULT before pwrite fast path into shmemfsChris Wilson1-0/+3
2017-10-16drm/i915: Skip HW reinitialisation on resume if still wedgedChris Wilson1-2/+8
2017-10-16drm/i915: Trim struct_mutex hold duration for i915_gem_free_objectsChris Wilson1-8/+8
2017-10-16drm/i915: Only free the oldest stale object before a fresh allocationChris Wilson1-2/+12
2017-10-16drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson1-9/+44
2017-10-16drm/i915: Rename obj->pin_display to obj->pin_globalChris Wilson1-10/+10
2017-10-16drm/i915: Refactor testing obj->mm.pagesChris Wilson1-9/+10
2017-10-13drm/i915: Stop asserting on set-wedged vs nop_submit_request orderingChris Wilson1-2/+0
2017-10-11drm/i915: Use rcu instead of stop_machine in set_wedgedDaniel Vetter1-29/+51
2017-10-11drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"Sagar Arun Kamble1-10/+11
2017-10-09drm/i915: Order two completing nop_submit_requestChris Wilson1-1/+6
2017-10-09drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld1-14/+14
2017-10-09drm/i915: Early rejection of mappable GGTT pin attempts for large boChris Wilson1-30/+35
2017-10-09drm/i915: Avoid evicting user fault mappable vma for pread/pwriteChris Wilson1-2/+6
2017-10-09drm/i915: Track user GTT faulting per-vmaChris Wilson1-16/+34
2017-10-09drm/i915: Consolidate get_fence with pin_fenceChris Wilson1-1/+2
2017-10-09drm/i915: Hold forcewake for the duration of reset+restartChris Wilson1-2/+15
2017-10-07drm/i915: disable platform support for vGPU huge gtt pagesMatthew Auld1-0/+9
2017-10-07drm/i915/selftests: huge page testsMatthew Auld1-0/+1
2017-10-07drm/i915: introduce page_size membersMatthew Auld1-5/+37
2017-10-07drm/i915: push set_pages down to the callersMatthew Auld1-21/+24
2017-10-07drm/i915: introduce simple gemfsMatthew Auld1-1/+32
2017-10-06drm/i915: Order two completing nop_submit_requestChris Wilson1-1/+6
2017-10-06drm/i915: Try harder to finish the idle-workerChris Wilson1-2/+1
2017-09-29drm/i915: Move i915_gem_restore_fences to i915_gem_resumeSagar Arun Kamble1-0/+1
2017-09-28Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula1-3/+3
2017-09-28Merge tag 'drm-intel-next-2017-09-07' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-35/+37
2017-09-25drm/i915: Make own struct for execlist itemsMika Kuoppala1-3/+3
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko1-2/+2
2017-09-18drm/i915: Cancel all ready but queued requests when wedgingChris Wilson1-37/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-09-07Merge tag 'drm-intel-next-fixes-2017-09-07' of git://anongit.freedesktop.org/git/drm-intelLinus Torvalds1-9/+19
2017-09-07drm/i915: Apply the GTT write flush for all !llc machinesChris Wilson1-2/+2
2017-09-07i915: Fix obj size vs. alignment for drm_pci_alloc()Ville Syrjälä1-1/+1
2017-09-07drm/i915: Use __sg_alloc_table_from_pages for userptr allocationsTvrtko Ursulin1-5/+1
2017-09-06drm/i915: wire up shrinkctl->nr_scannedChris Wilson1-2/+2
2017-09-06drm/i915: Lift has-pinned-pages assert to caller of ____i915_gem_object_get_pagesChris Wilson1-2/+4
2017-09-05drm/i915: Add __rcu to radix tree slot pointerVille Syrjälä1-1/+1
2017-09-04drm/i915: io unmap functions want __iomemVille Syrjälä1-12/+15
2017-09-04drm/i915: Add __rcu to radix tree slot pointerVille Syrjälä1-1/+1
2017-08-30drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson1-1/+7
2017-08-30drm/i915: Always wake the device to flush the GTTChris Wilson1-6/+5