summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-3039-1230/+2013
|\
| * Merge drm/drm-next into drm-intel-next-queuedJani Nikula2020-01-093-153/+0
| |\
| | * Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-12-2731-931/+1630
| | |\
| | * \ Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-173-153/+0
| | |\ \
| | | * | drm/i915: Drop dma_buf->k(un)mapDaniel Vetter2019-11-252-52/+0
| | | * | drm/i915: Remove dma_buf_kmap selftestDaniel Vetter2019-11-251-101/+0
| * | | | drm/i915: Pin the context as we work on itChris Wilson2020-01-091-3/+7
| * | | | drm/i915/gtt: split up i915_gem_gttMatthew Auld2020-01-074-4/+5
| * | | | drm/i915: Merge i915_request.flags with i915_request.fence.flagsChris Wilson2020-01-061-1/+1
| * | | | drm/i915/selftests: Fixup sparse __user annotation on local varChris Wilson2020-01-061-1/+2
| * | | | drm/i915/selftests: Compare user mmap against GPUChris Wilson2020-01-041-0/+129
| * | | | drm/i915/selftests: Extend fault handler selftests to all memory regionsAbdiel Janulgue2020-01-041-89/+217
| * | | | drm/i915/gem: Extend mmap support for lmemAbdiel Janulgue2020-01-041-7/+14
| * | | | drm/i915/selftests: Make headers self-containedChris Wilson2020-01-032-0/+8
| * | | | drm/i915/gem: Support discontiguous lmem object mapsChris Wilson2020-01-034-104/+64
| * | | | drm/i915/gem: Single page objects are naturally contiguousChris Wilson2020-01-021-0/+3
| * | | | drm/i915: reimplement header test featureMasahiro Yamada2020-01-021-5/+0
| * | | | drm/i915/gem: Drop local vma->vm_file referenceChris Wilson2020-01-011-0/+59
| * | | | drm/i915: Introduce remap_io_sg() to prefault discontiguous objectsAbdiel Janulgue2019-12-311-20/+12
| * | | | drm/i915/lmem: debugfs for LMEM detailsLukasz Fiedorowicz2019-12-282-0/+4
| * | | | drm/i915/selftests: Err out on coherency if initialisation failedChris Wilson2019-12-271-4/+8
| * | | | drm/i915: Switch context id allocation directly to xarrayTvrtko Ursulin2019-12-242-33/+22
| | |_|/ | |/| |
| * | | drm/i915: Mark the GEM context link as RCU protectedChris Wilson2019-12-231-2/+3
| * | | drm/i915: Introduce a vma.krefChris Wilson2019-12-233-5/+4
| * | | drm/i915/selftests: make mock_context.h self-containedJani Nikula2019-12-231-1/+1
| * | | drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()Chris Wilson2019-12-221-19/+1
| * | | drm/i915: Remove i915->kernel_contextChris Wilson2019-12-215-72/+57
| * | | drm/i915: Push the use-semaphore marker onto the intel_contextChris Wilson2019-12-201-17/+39
| * | | drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson2019-12-204-57/+11
| * | | drm/i915: Hold reference to intel_frontbuffer as we track activityChris Wilson2019-12-185-6/+52
| * | | drm/i915: Unpin vma->obj on early errorChris Wilson2019-12-181-7/+4
| * | | drm/i915: Fix pid leak with banned clientsTvrtko Ursulin2019-12-171-2/+1
| * | | drm/i915/gem: Keep request alive while attaching fencesChris Wilson2019-12-171-0/+2
| * | | drm/i915/gem: Apply lmem size restriction to get_pagesChris Wilson2019-12-162-4/+1
| * | | drm/i915: Remove unneeded semicolonzhengbin2019-12-161-1/+1
| * | | drm/i915/gem: Serialise object before changing cache-levelChris Wilson2019-12-141-0/+7
| * | | drm/i915: Introduce new macros for tracingVenkata Sandeep Dhanalakota2019-12-131-2/+2
| * | | drm/i915/gem: Asynchronous cmdparserChris Wilson2019-12-121-9/+81
| * | | drm/i915/gem: Prepare gen7 cmdparser for async executionChris Wilson2019-12-121-50/+67
| * | | drm/i915/gem: Tidy up error handling for eb_parse()Chris Wilson2019-12-111-21/+18
| * | | drm/i915: Remove redundant parameters from intel_engine_cmd_parserChris Wilson2019-12-111-31/+2
| * | | drm/i915/gem: Wait on unbind barriers when invalidating userptrChris Wilson2019-12-111-1/+2
| * | | drm/i915: Improve execbuf debugTvrtko Ursulin2019-12-111-10/+12
| * | | Merge drm/drm-next into drm-intel-next-queuedJani Nikula2019-12-112-3/+3
| |\| |
| * | | drm/i915/gem: Avoid rcu_barrier() from shrinker pathsChris Wilson2019-12-091-1/+3
| * | | drm/i915/gem: Comment on inability to check args.pad for MMAP_OFFSETChris Wilson2019-12-091-0/+9
| * | | drm/i915: Avoid calling i915_gem_object_unbind holding object lockChris Wilson2019-12-071-30/+11
| * | | drm/i915/gem: Pin gen6_ppgtt prior to constructing the requestChris Wilson2019-12-061-6/+13
| * | | drm/i915: Remove vestigal i915_gem_context locals from cmdparserChris Wilson2019-12-051-2/+1
| * | | drm/i915/gem: Hook user-extensions upto MMAP_OFFSET_IOCTLChris Wilson2019-12-041-2/+6