summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_object.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gem: Tighten checks and acquiring the mmap objectChris Wilson2020-02-121-2/+10
* drm/i915/gtt: split up i915_gem_gttMatthew Auld2020-01-071-0/+1
* drm/i915: Hold reference to intel_frontbuffer as we track activityChris Wilson2019-12-181-1/+22
* drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSETAbdiel Janulgue2019-12-041-5/+2
* drm/i915: use might_lock_nested in get_pages annotationDaniel Vetter2019-11-071-18/+18
* drm/i915: Switch obj->mm.lock lockdep annotations on its headDaniel Vetter2019-11-071-3/+14
* drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson2019-10-231-1/+0
* drm/i915/gem: Distinguish each object typeChris Wilson2019-10-221-1/+2
* drm/i915: treat shmem as a regionMatthew Auld2019-10-181-2/+3
* drm/i915/region: support volatile objectsMatthew Auld2019-10-081-0/+12
* drm/i915/region: support contiguous allocationsMatthew Auld2019-10-081-0/+6
* drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson2019-10-041-0/+5
* drm/i915/gem: Refactor tests on obj->ops->flagsChris Wilson2019-10-021-5/+12
* drm/i915/userptr: Never allow userptr into the mappable GGTTChris Wilson2019-10-021-0/+6
* drm/i915: Replace obj->pin_global with obj->frontbufferChris Wilson2019-09-031-1/+2
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-08-221-5/+5
|\
| * Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-211-5/+5
| |\
| | * dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-5/+5
* | | drm/i915: Extract intel_frontbuffer active trackingChris Wilson2019-08-161-1/+1
* | | drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson2019-08-021-0/+4
|/ /
* | drm/i915: Drop extern qualifiers from header function prototypesJanusz Krzysztofik2019-07-121-1/+1
* | drm/i915: Throw away the active object retirement complexityChris Wilson2019-06-211-6/+0
|/
* drm/i915: Use drm_gem_object.resvChris Wilson2019-06-181-5/+5
* drm/i915: Drop the deferred active referenceChris Wilson2019-05-281-23/+1
* drm/i915: Move GEM object waiting to its own fileChris Wilson2019-05-281-0/+8
* drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson2019-05-281-0/+14
* drm/i915: Move GEM domain management to its own fileChris Wilson2019-05-281-0/+29
* drm/i915: Move mmap and friends to its own fileChris Wilson2019-05-281-0/+7
* drm/i915: Move phys objects to its own fileChris Wilson2019-05-281-1/+10
* drm/i915: Move shmem object setup to its own fileChris Wilson2019-05-281-3/+38
* drm/i915: Move object->pages API to i915_gem_object.[ch]Chris Wilson2019-05-281-0/+350
OpenPOWER on IntegriCloud