summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Flush context free work on cleanupChris Wilson2019-11-181-0/+1
* Merge tag 'drm-intel-next-fixes-2019-11-14' of git://anongit.freedesktop.org/...Dave Airlie2019-11-152-2/+22
|\
| * drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Chris Wilson2019-11-121-1/+21
| * drm/i915/gem: Fix error path to unlock if the GEM context is closedChris Wilson2019-11-111-1/+1
* | Backmerge i915 security patches from commit 'ea0b163b13ff' into drm-nextDave Airlie2019-11-143-31/+92
|\ \ | |/ |/|
| * drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield2019-11-053-8/+36
| * drm/i915: Allow parsing of unsized batchesJon Bloomfield2019-11-051-4/+5
| * drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJon Bloomfield2019-11-051-17/+41
| * drm/i915: Add support for mandatory cmdparsingJon Bloomfield2019-11-051-1/+2
| * drm/i915: Remove Master tables from cmdparserJon Bloomfield2019-11-051-4/+3
| * drm/i915: Disable Secure Batches for gen6+Jon Bloomfield2019-11-051-2/+10
| * drm/i915/userptr: Never allow userptr into the mappable GGTTChris Wilson2019-10-164-1/+16
| * drm/i915: Mark contents as dirty on a write faultChris Wilson2019-10-071-1/+5
| * drm/i915: Don't mix srcu tag and negative error codesChris Wilson2019-10-071-4/+2
| * drm/i915: Perform GGTT restore much earlier during resumeChris Wilson2019-10-071-3/+0
* | drm/i915: Defer rc6 shutdown to suspend_lateChris Wilson2019-11-051-1/+3
* | drm/i915/gt: Move user_forcewake application to GTChris Wilson2019-11-051-22/+0
* | drm/i915/gem: Leave reloading kernel context on resume to GTChris Wilson2019-11-051-30/+0
* | drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson2019-11-051-5/+0
* | drm/i915/selftests: Start kthreads before stoppingChris Wilson2019-11-012-0/+4
* | drm/i915/gem: Refine occupancy test in kill_context()Chris Wilson2019-11-011-15/+32
* | drm/i915/lmem: add the fake lmem regionMatthew Auld2019-10-311-0/+3
* | drm/i915/gem: Make context persistence optionalChris Wilson2019-10-294-1/+67
* | drm/i915/selftests: check for missing apertureMatthew Auld2019-10-292-1/+12
* | drm/i915/blt: fixup block_size roundingMatthew Auld2019-10-291-2/+2
* | drm/i915/gem: Limit the blitter sizes to ensure low preemption latencyChris Wilson2019-10-281-2/+2
* | drm/i915/selftests: Initialise retChris Wilson2019-10-281-1/+1
* | drm/i915/selftests: Exercise adjusting rpcs over all render-class enginesChris Wilson2019-10-281-66/+61
* | drm/i915/selftests: Use a random engine for GEM coherency testsChris Wilson2019-10-281-79/+89
* | drm/i915/selftests: Check all blitter engines for client bltChris Wilson2019-10-281-4/+26
* | drm/i915/selftests: Measure basic throughput of blit routinesChris Wilson2019-10-281-0/+172
* | drm/i915: Encapsulate kconfig constant values inside boolean predicatesChris Wilson2019-10-262-2/+3
* | drm/i915/selftests/blt: add some kthreads into the mixMatthew Auld2019-10-251-25/+153
* | drm/i915/selftests: add sanity selftest for huge-GTT-pagesMatthew Auld2019-10-251-0/+99
* | drm/i915/selftests: prefer random sizes for the huge-GTT-page smoke testsMatthew Auld2019-10-251-149/+80
* | drm/i915/selftests: extend coverage to include LMEM huge-pagesMatthew Auld2019-10-251-1/+122
* | drm/i915/lmem: support kernel mappingAbdiel Janulgue2019-10-254-18/+79
* | drm/i915: support creating LMEM objectsMatthew Auld2019-10-252-0/+86
* | drm/i915/selftests: Force ordering of context switchesChris Wilson2019-10-251-7/+28
* | drm/i915/gt: Split intel_ring_submissionChris Wilson2019-10-244-1/+5
* | drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson2019-10-242-3/+0
* | drm/i915/gem: Cancel contexts when hangchecking is disabledChris Wilson2019-10-241-0/+141
* | drm/i915: Teach record_defaults to operate on the intel_gtChris Wilson2019-10-222-7/+1
* | drm/i915/gem: Distinguish each object typeChris Wilson2019-10-229-12/+22
* | drm/i915/selftests: Make the mman object busy everywhereChris Wilson2019-10-221-14/+14
* | drm/i915/selftests: Use for_each_uabi_engine in contex selftestsTvrtko Ursulin2019-10-221-8/+4
* | drm/i915: Remove pm park/unpark notificationsChris Wilson2019-10-212-27/+0
* | drm/i915: Lift i915_vma_parked() onto the gtChris Wilson2019-10-211-1/+0
* | drm/i915: treat stolen as a regionMatthew Auld2019-10-182-11/+57
* | drm/i915: treat shmem as a regionMatthew Auld2019-10-184-25/+71