summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-1939-1170/+1543
|\
| * drm/i915: Use NOEVICT for first pass on attemping to pin a GGTT mmapChris Wilson2019-09-061-1/+1
| * drm/i915: Replace i915_vma_put_fence()Chris Wilson2019-08-222-14/+30
| * drm/i915: Pull obj->userfault tracking under the ggtt->mutexChris Wilson2019-08-221-3/+7
| * drm/i915: Generalise the clflush dma-workerChris Wilson2019-08-221-80/+43
| * Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-08-2212-37/+32
| |\
| | * Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-219-24/+24
| | |\
| | | * dma-buf: Restore seqlock around dma_resv updatesChris Wilson2019-08-161-7/+17
| | | * dma-buf: rename reservation_object to dma_resvChristian König2019-08-138-24/+24
| | | * drm/i915: use new reservation_object_fences helperChristian König2019-08-101-17/+7
| | * | Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-093-16/+11
| | |\ \ | | | |/
| | | * drm/i915: stop using seqcount for fence pruningChristian König2019-08-071-9/+5
| | | * drm/i915: Fix up broken mergeDaniel Vetter2019-07-222-7/+6
| | * | Merge tag 'drm-intel-next-2019-07-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-08-0625-339/+300
| | |\ \
| * | | | drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICTChris Wilson2019-08-212-6/+6
| * | | | drm/i915/tgl: add GEN12_MAX_CONTEXT_HW_IDDaniele Ceraolo Spurio2019-08-201-1/+3
| * | | | drm/i915: Serialize insertion into the file->mm.request_listChris Wilson2019-08-201-2/+7
| * | | | drm/i915: Use 0 for the unordered contextChris Wilson2019-08-193-10/+3
| * | | | drm/i915: Serialize against vma movesChris Wilson2019-08-196-12/+34
| * | | | drm/i915: Markup expected timeline locks for i915_activeChris Wilson2019-08-162-2/+2
| * | | | drm/i915: Extract intel_frontbuffer active trackingChris Wilson2019-08-166-47/+10
| * | | | drm/i915: Protect request retirement with timeline->mutexChris Wilson2019-08-151-80/+103
| * | | | drm/i915/gt: Track timeline activeness in enter/exitChris Wilson2019-08-151-1/+0
| * | | | drm/i915: Convert a few more bland dmesg info to be device specificChris Wilson2019-08-151-2/+6
| * | | | drm/i915/blt: support copying objectsMatthew Auld2019-08-103-1/+318
| * | | | drm/i915/selftests: move gpu-write-dw into utilsMatthew Auld2019-08-104-236/+169
| * | | | drm/i915/blt: bump the size restrictionMatthew Auld2019-08-105-49/+180
| * | | | drm/i915/blt: don't assume pinned intel_contextMatthew Auld2019-08-102-2/+4
| * | | | drm/i915: Stop reconfiguring our shmemfs mountpointChris Wilson2019-08-091-22/+9
| * | | | drm/i915: Lift timeline into intel_contextChris Wilson2019-08-092-9/+28
| * | | | drm/i915: Push the ring creation flags to the backendChris Wilson2019-08-092-17/+26
| * | | | drm/i915: Remove i915_gem_context_create_gvt()Chris Wilson2019-08-092-49/+0
| * | | | drm/i915: Generalise BSD default selectionChris Wilson2019-08-091-1/+2
| * | | | drm/i915: Replace global bsd_dispatch_index with random seedChris Wilson2019-08-091-2/+1
| * | | | drm/i915: Check for a second VCS engine more carefullyChris Wilson2019-08-091-1/+7
| * | | | drm/i915: Free the imported shmemfs file for phys objectsChris Wilson2019-08-091-0/+7
| * | | | drm/i915: extract i915_gem_shrinker.h from i915_drv.hJani Nikula2019-08-091-0/+31
| * | | | drm/i915: extract gem/i915_gem_stolen.h from i915_drv.hJani Nikula2019-08-092-0/+36
| * | | | drm/i915: Defer final intel_wakeref_put to process contextChris Wilson2019-08-081-10/+3
| * | | | drm/i915: Fix up the inverse mapping for default ctx->engines[]Chris Wilson2019-08-082-4/+5
| * | | | drm/i915: remove unnecessary includes of intel_display_types.h headerJani Nikula2019-08-075-11/+6
| * | | | drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula2019-08-075-7/+9
| * | | | drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.hJani Nikula2019-08-074-0/+4
| * | | | drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson2019-08-061-1/+2
| * | | | drm/i915/gem: Make caps.scheduler staticChris Wilson2019-08-062-16/+4
| * | | | drm/i915: Replace struct_mutex for batch pool serialisationChris Wilson2019-08-044-27/+37
| * | | | drm/i915: Teach execbuffer to take the engine wakeref not GTChris Wilson2019-08-041-13/+29
| * | | | drm/i915: Flush the freed object list on file closeChris Wilson2019-08-021-34/+4
| * | | | drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson2019-08-024-20/+66
| * | | | drm/i915: Flush extra hard after writing relocations through the GTTChris Wilson2019-08-021-4/+5
OpenPOWER on IntegriCloud