summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-061-10/+1
|\
| * swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk2017-01-061-10/+1
* | drm/i915: Prevent timeline updates whilst performing resetChris Wilson2017-01-031-1/+9
* | drm/i915: Silence allocation failure during sg_trim()Chris Wilson2017-01-031-1/+1
* | drm/i915: Don't clflush before release phys objectChris Wilson2017-01-031-4/+6
* | Merge tag 'drm-intel-next-fixes-2016-12-22' of git://anongit.freedesktop.org/...Dave Airlie2016-12-231-23/+56
|\ \
| * | drm/i915: Fallback to single PAGE_SIZE segments for DMA remappingChris Wilson2016-12-201-4/+22
| * | drm/i915: Reorder phys backing storage releaseChris Wilson2016-12-201-19/+34
| |/
* / mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-2/+1
|/
* drm/i915: Complete requests in nop_submit_requestChris Wilson2016-12-051-0/+2
* drm/i915: Skip final clflush if LLC is coherentChris Wilson2016-11-181-1/+2
* drm/i915: Always flush the dirty CPU cache when pinning the scanoutChris Wilson2016-11-181-11/+11
* drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() errorChris Wilson2016-11-181-2/+3
* drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson2016-11-181-0/+11
* drm/i915: don't leak global_timelineMatthew Auld2016-11-171-0/+5
* drm/i915: Demote i915_gem_open() debugging from DRIVER to USERChris Wilson2016-11-171-1/+1
* drm/i915: dev_priv cleanup in i915_gem_gtt.cTvrtko Ursulin2016-11-171-1/+1
* drm/i915: Use dev_priv in INTEL_INFO in i915_gem_fence_reg.cTvrtko Ursulin2016-11-171-4/+3
* drm/i915: dev_priv and a small cascade of cleanups in i915_gem.cTvrtko Ursulin2016-11-171-7/+5
* drm/i915/scheduler: Boost priorities for flipsChris Wilson2016-11-141-0/+65
* drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson2016-11-141-1/+2
* drm/i915/scheduler: Record all dependencies upon request constructionChris Wilson2016-11-141-1/+10
* drm/i915: Remove engine->execlist_lockChris Wilson2016-11-141-2/+6
* drm/i915: Create distinct lockclasses for execution vs user timelinesChris Wilson2016-11-141-3/+1
* drm/i915: Stop skipping the final clflush back to system pagesChris Wilson2016-11-111-4/+5
* drm/i915: Only wait upon the execution timeline when unlockedChris Wilson2016-11-111-3/+12
* drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin2016-11-111-6/+7
* drm/i915: Split out i915_vma.cJoonas Lahtinen2016-11-111-371/+0
* drm/i915: Trim the object sg tableTvrtko Ursulin2016-11-101-0/+27
* drm/i915: Remove chipset flush after cache flushChris Wilson2016-11-081-15/+8
* drm/i915: Add assert for no pending GPU requests during suspend/resume in LR ...Imre Deak2016-11-071-0/+3
* drm/i915: Make sure engines are idle during GPU idling in LR modeImre Deak2016-11-071-0/+10
* drm/i915: Avoid early GPU idling due to race with new requestImre Deak2016-11-071-0/+7
* drm/i915: Limit Valleyview and earlier to only using mappable scanoutChris Wilson2016-11-071-2/+16
* drm/i915: Round tile chunks up for constructing partial VMAsChris Wilson2016-11-071-1/+1
* drm/i915: Fix pages pin counting around swizzle quirkChris Wilson2016-11-041-21/+26
* drm/i915: Tidy slab cache allocationsTvrtko Ursulin2016-11-031-27/+10
* drm/i915: Unify global_list into global_linkJoonas Lahtinen2016-11-021-6/+6
* drm/i915: Allow shrinking of userptr objects once againTvrtko Ursulin2016-11-011-1/+2
* drm/i915: Pass dev_priv to IS_BROADWATER/IS_CRESTLINEVille Syrjälä2016-11-011-1/+2
* drm/i915: Improve lockdep tracking for obj->mm.lockChris Wilson2016-11-011-4/+5
* drm/i915: Store the vma in an rbtree under the objectChris Wilson2016-11-011-0/+2
* drm/i915: Track pages pinned due to swizzling quirkChris Wilson2016-11-011-8/+13
* drm/i915: Avoid accessing request->timeline outside of its lifetimeChris Wilson2016-11-011-2/+2
* drm/i915: Use the full hammer when shutting down the rcu tasksChris Wilson2016-11-011-0/+2
* drm/i915: Enable multiple timelinesChris Wilson2016-10-281-4/+6
* drm/i915: Reserve space in the global seqno during request allocationChris Wilson2016-10-281-4/+3
* drm/i915: Introduce a global_seqno for each requestChris Wilson2016-10-281-1/+1
* drm/i915: Queue the idling context switch after all other timelinesChris Wilson2016-10-281-0/+10
* drm/i915: Combine seqno + tracking into a global timeline structChris Wilson2016-10-281-14/+58