aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+2
2019-12-02drm/i915/gem: Take timeline->mutex to walk list-of-requestsChris Wilson1-2/+2
2019-11-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds39-1485/+2843
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-18drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Chris Wilson1-1/+21
2019-11-18drm/i915: Flush context free work on cleanupChris Wilson1-0/+1
2019-11-15Merge tag 'drm-intel-next-fixes-2019-11-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie2-2/+22
2019-11-14Backmerge i915 security patches from commit 'ea0b163b13ff' into drm-nextDave Airlie3-31/+92
2019-11-12drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Chris Wilson1-1/+21
2019-11-11drm/i915/gem: Fix error path to unlock if the GEM context is closedChris Wilson1-1/+1
2019-11-05drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield3-8/+36
2019-11-05drm/i915: Allow parsing of unsized batchesJon Bloomfield1-4/+5
2019-11-05drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJon Bloomfield1-17/+41
2019-11-05drm/i915: Add support for mandatory cmdparsingJon Bloomfield1-1/+2
2019-11-05drm/i915: Remove Master tables from cmdparserJon Bloomfield1-4/+3
2019-11-05drm/i915: Disable Secure Batches for gen6+Jon Bloomfield1-2/+10
2019-11-05drm/i915: Defer rc6 shutdown to suspend_lateChris Wilson1-1/+3
2019-11-05drm/i915/gt: Move user_forcewake application to GTChris Wilson1-22/+0
2019-11-05drm/i915/gem: Leave reloading kernel context on resume to GTChris Wilson1-30/+0
2019-11-05drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson1-5/+0
2019-11-01drm/i915/selftests: Start kthreads before stoppingChris Wilson2-0/+4
2019-11-01drm/i915/gem: Refine occupancy test in kill_context()Chris Wilson1-15/+32
2019-10-31drm/i915/lmem: add the fake lmem regionMatthew Auld1-0/+3
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2019-10-30drm/i915: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-1/+1
2019-10-29drm/i915/gem: Make context persistence optionalChris Wilson4-1/+67
2019-10-29drm/i915/selftests: check for missing apertureMatthew Auld2-1/+12
2019-10-29drm/i915/blt: fixup block_size roundingMatthew Auld1-2/+2
2019-10-28drm/i915/gem: Limit the blitter sizes to ensure low preemption latencyChris Wilson1-2/+2
2019-10-28drm/i915/selftests: Initialise retChris Wilson1-1/+1
2019-10-28drm/i915/selftests: Exercise adjusting rpcs over all render-class enginesChris Wilson1-66/+61
2019-10-28drm/i915/selftests: Use a random engine for GEM coherency testsChris Wilson1-79/+89
2019-10-28drm/i915/selftests: Check all blitter engines for client bltChris Wilson1-4/+26
2019-10-28drm/i915/selftests: Measure basic throughput of blit routinesChris Wilson1-0/+172
2019-10-26drm/i915: Encapsulate kconfig constant values inside boolean predicatesChris Wilson2-2/+3
2019-10-25drm/i915/selftests/blt: add some kthreads into the mixMatthew Auld1-25/+153
2019-10-25drm/i915/selftests: add sanity selftest for huge-GTT-pagesMatthew Auld1-0/+99
2019-10-25drm/i915/selftests: prefer random sizes for the huge-GTT-page smoke testsMatthew Auld1-149/+80
2019-10-25drm/i915/selftests: extend coverage to include LMEM huge-pagesMatthew Auld1-1/+122
2019-10-25drm/i915/lmem: support kernel mappingAbdiel Janulgue4-18/+79
2019-10-25drm/i915: support creating LMEM objectsMatthew Auld2-0/+86
2019-10-25drm/i915/selftests: Force ordering of context switchesChris Wilson1-7/+28
2019-10-24drm/i915/gt: Split intel_ring_submissionChris Wilson4-1/+5
2019-10-23drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson2-3/+0
2019-10-23drm/i915/gem: Cancel contexts when hangchecking is disabledChris Wilson1-0/+141
2019-10-22drm/i915: Teach record_defaults to operate on the intel_gtChris Wilson2-7/+1
2019-10-22drm/i915/gem: Distinguish each object typeChris Wilson9-12/+22
2019-10-22drm/i915/selftests: Make the mman object busy everywhereChris Wilson1-14/+14
2019-10-22drm/i915/selftests: Use for_each_uabi_engine in contex selftestsTvrtko Ursulin1-8/+4