summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-151-237/+412
|\
| * drm/i915: Lock llist_del_first() vs llist_del_all()Chris Wilson2017-11-091-1/+7
| * drm/i915: Skip waking the device to service pwriteChris Wilson2017-10-191-3/+20
| * drm/i915: Report -EFAULT before pwrite fast path into shmemfsChris Wilson2017-10-171-0/+3
| * drm/i915: Skip HW reinitialisation on resume if still wedgedChris Wilson2017-10-161-2/+8
| * drm/i915: Trim struct_mutex hold duration for i915_gem_free_objectsChris Wilson2017-10-161-8/+8
| * drm/i915: Only free the oldest stale object before a fresh allocationChris Wilson2017-10-161-2/+12
| * drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson2017-10-161-9/+44
| * drm/i915: Rename obj->pin_display to obj->pin_globalChris Wilson2017-10-161-10/+10
| * drm/i915: Refactor testing obj->mm.pagesChris Wilson2017-10-161-9/+10
| * drm/i915: Stop asserting on set-wedged vs nop_submit_request orderingChris Wilson2017-10-131-2/+0
| * drm/i915: Use rcu instead of stop_machine in set_wedgedDaniel Vetter2017-10-111-29/+51
| * drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"Sagar Arun Kamble2017-10-111-10/+11
| * drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld2017-10-091-14/+14
| * drm/i915: Early rejection of mappable GGTT pin attempts for large boChris Wilson2017-10-091-30/+35
| * drm/i915: Avoid evicting user fault mappable vma for pread/pwriteChris Wilson2017-10-091-2/+6
| * drm/i915: Track user GTT faulting per-vmaChris Wilson2017-10-091-16/+34
| * drm/i915: Consolidate get_fence with pin_fenceChris Wilson2017-10-091-1/+2
| * drm/i915: Hold forcewake for the duration of reset+restartChris Wilson2017-10-091-2/+15
| * drm/i915: disable platform support for vGPU huge gtt pagesMatthew Auld2017-10-071-0/+9
| * drm/i915/selftests: huge page testsMatthew Auld2017-10-071-0/+1
| * drm/i915: introduce page_size membersMatthew Auld2017-10-071-5/+37
| * drm/i915: push set_pages down to the callersMatthew Auld2017-10-071-21/+24
| * drm/i915: introduce simple gemfsMatthew Auld2017-10-071-1/+32
| * drm/i915: Order two completing nop_submit_requestChris Wilson2017-10-061-1/+6
| * drm/i915: Try harder to finish the idle-workerChris Wilson2017-10-061-2/+1
| * drm/i915: Move i915_gem_restore_fences to i915_gem_resumeSagar Arun Kamble2017-09-291-0/+1
| * Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula2017-09-281-3/+3
| |\
| | * Merge tag 'drm-intel-next-2017-09-07' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-09-281-35/+37
| | |\
| * | | drm/i915: Make own struct for execlist itemsMika Kuoppala2017-09-251-3/+3
| * | | drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-2/+2
| * | | drm/i915: Cancel all ready but queued requests when wedgingChris Wilson2017-09-181-37/+1
| * | | drm/i915: Apply the GTT write flush for all !llc machinesChris Wilson2017-09-071-2/+2
| * | | i915: Fix obj size vs. alignment for drm_pci_alloc()Ville Syrjälä2017-09-071-1/+1
| * | | drm/i915: Use __sg_alloc_table_from_pages for userptr allocationsTvrtko Ursulin2017-09-071-5/+1
| | |/ | |/|
| * | drm/i915: Lift has-pinned-pages assert to caller of ____i915_gem_object_get_p...Chris Wilson2017-09-061-2/+4
| * | drm/i915: io unmap functions want __iomemVille Syrjälä2017-09-041-12/+15
| * | drm/i915: Add __rcu to radix tree slot pointerVille Syrjälä2017-09-041-1/+1
| * | drm/i915: Always wake the device to flush the GTTChris Wilson2017-08-301-6/+5
| * | drm/i915: Discard the request queue if we fail to sleep before suspendChris Wilson2017-08-291-1/+2
| * | drm/i915: Clear wedged status upon resumeChris Wilson2017-08-291-0/+6
| * | drm/i915: Always sanity check engine state upon idlingChris Wilson2017-08-291-19/+8
| * | drm/i915: Recreate vmapping even when the object is pinnedChris Wilson2017-08-291-1/+6
| * | drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson2017-08-241-1/+7
| * | drm/i915: Assert that the handle->vma lut is empty on object closeChris Wilson2017-08-241-0/+1
| * | drm/i915: Assert the context is not closed on object-closeChris Wilson2017-08-241-1/+1
* | | drm/i915: Hold rcu_read_lock when iterating over the radixtree (objects)Chris Wilson2017-10-301-0/+2
* | | drm/i915: Report -EFAULT before pwrite fast path into shmemfsChris Wilson2017-10-181-0/+3
* | | drm/i915: Order two completing nop_submit_requestChris Wilson2017-10-091-1/+6
| |/ |/|
* | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+1
OpenPOWER on IntegriCloud