aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_object.h
Commit message (Expand)AuthorAge
* drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson2017-10-16
* drm/i915: Rename obj->pin_display to obj->pin_globalChris Wilson2017-10-16
* drm/i915: Track user GTT faulting per-vmaChris Wilson2017-10-09
* drm/i915/selftests: huge page testsMatthew Auld2017-10-07
* drm/i915: accurate page size tracking for the ppgttMatthew Auld2017-10-07
* drm/i915: introduce page_size membersMatthew Auld2017-10-07
* drm/i915: push set_pages down to the callersMatthew Auld2017-10-07
* drm/i915: Replace execbuf vma ht with an idrChris Wilson2017-08-18
* drm/i915: Split obj->cache_coherent to track r/wChris Wilson2017-08-15
* drm/i915: Store a direct lookup from object handle to vmaChris Wilson2017-06-16
* drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson2017-06-16
* drm/i915: Add kerneldoc to describe i915_gem_object.vma_listChris Wilson2017-05-30
* drm/i915: Convert i915_gem_object_ops->flags values to use BIT()Chris Wilson2017-05-24
* drm/i915: Purge i915_gem_object_is_dead()Chris Wilson2017-03-08
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-03-08
|\
| * Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-03-07
| |\
| * \ Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-23
| |\ \
| * | | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-14
* | | | drm/i915: Use pagecache write to prepopulate shmemfs from pwrite-ioctlChris Wilson2017-03-07
| |_|/ |/| |
* | | drm/i915: Prevent concurrent tiling/framebuffer modificationsChris Wilson2017-03-01
* | | drm/i915: Amalgamate flushing of display objectsChris Wilson2017-02-22
* | | drm/i915: Remove struct_mutex for destroying framebuffersChris Wilson2017-02-16
* | | drm/i915: Exercise filling the top/bottom portions of the ppgttChris Wilson2017-02-13
* | | drm/i915: Create a fake object for testing huge allocationsChris Wilson2017-02-13
| |/ |/|
* | drm/i915: Split out i915_gem_object_set_tiling()Chris Wilson2017-01-10
* | drm/i915: Extract tile_row_size for fencingChris Wilson2017-01-10
|/
* drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson2016-11-18
* drm/i915: Split out i915_vma.cJoonas Lahtinen2016-11-11