summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | drm/i915: Simplify testing for am-I-the-kernel-context?Chris Wilson2017-01-061-1/+1
* | | drm/i915: Only skip requests once a context is bannedChris Wilson2017-01-051-7/+12
* | | drm/i915: Move a few utility macros into a separate headerChris Wilson2017-01-051-4/+0
* | | drm/i915: Revoke fenced GTT mmapings across GPU resetChris Wilson2017-01-041-1/+6
* | | Merge tag 'v4.10-rc2' into drm-intel-next-queuedDaniel Vetter2017-01-041-2/+1
|\ \ \ | |/ /
| * | 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: Complete kerneldoc for struct i915_gem_contextChris Wilson2016-12-311-18/+8
* | drm/i915: Prevent timeline updates whilst performing resetChris Wilson2016-12-231-1/+9
* | drm/i915: Silence allocation failure during sg_trim()Chris Wilson2016-12-231-1/+1
* | drm/i915: Don't clflush before release phys objectChris Wilson2016-12-231-4/+6
* | drm/i915: Repeat flush of idle work during suspendChris Wilson2016-12-231-2/+8
* | drm/i915: Break after walking all GGTT vma in bump_inactive_ggttChris Wilson2016-12-231-1/+1
* | drm/i915: Add a test that we terminate the trimmed sgtable as expectedChris Wilson2016-12-201-0/+1
* | drm/i915: Fallback to single PAGE_SIZE segments for DMA remappingChris Wilson2016-12-201-4/+22
* | drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson2016-12-181-1/+1
* | drm/i915: convert to using range_overflowsMatthew Auld2016-12-161-4/+2
* | drm/i915: Reorder phys backing storage releaseChris Wilson2016-12-121-19/+34
* | drm/i915: distinguish G33 and Pineview from each otherJani Nikula2016-12-071-3/+5
* | drm/i915: rename BROADWATER and CRESTLINE to I965G and I965GM, respectivelyJani Nikula2016-12-071-1/+1
* | drm/i915: Mark all non-vma being inserted into the address spacesChris Wilson2016-12-051-1/+2
* | drm/i915: More GEM init dev_priv cleanupTvrtko Ursulin2016-12-011-7/+3
* | drm/i915: Make various init functions take dev_privTvrtko Ursulin2016-12-011-15/+13
* | drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin2016-12-011-10/+10
* | drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin2016-12-011-3/+2
* | drm/i915: Convert vm->dev backpointer to vm->i915Chris Wilson2016-11-291-1/+1
* | drm/i915: Stop the machine as we install the wedged submit_request handlerChris Wilson2016-11-221-5/+21
* | drm/i915: Complete requests in nop_submit_requestChris Wilson2016-11-221-0/+2
* | drm/i915: Don't deref context->file_priv ERR_PTR upon resetChris Wilson2016-11-221-8/+4
* | drm/i915: Wipe hang stats as an embedded structMika Kuoppala2016-11-211-15/+10
* | drm/i915: Add per client max context ban limitMika Kuoppala2016-11-211-0/+14
* | drm/i915: Add bannable context parameterMika Kuoppala2016-11-211-9/+1
* | drm/i915: Use request retirement as context progressMika Kuoppala2016-11-211-14/+30
* | drm/i915: Decouple hang detection from hangcheck periodMika Kuoppala2016-11-211-2/+6
|/
* 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
OpenPOWER on IntegriCloud