aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds39-1484/+2842
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-25drm/i915: Drop dma_buf->k(un)mapDaniel Vetter2-52/+0
2019-11-25drm/i915: Remove dma_buf_kmap selftestDaniel Vetter1-101/+0
2019-11-25drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson6-9/+27
2019-11-22drm/i915/selftests: Shorten infinite wait for sseuChris Wilson1-2/+1
2019-11-20drm/i915/selftests: Take a ref to the request we wait uponChris Wilson1-9/+30
2019-11-19drm/i915/gem: Protect the obj->vma.list during iterationChris Wilson1-0/+2
2019-11-19drm/i915/gem: Merge GGTT vma flush into a single loopChris Wilson1-9/+3
2019-11-19drm/i915/gem: Track ggtt writes from userspace on the bound vmaChris Wilson1-0/+8
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-15drm/i915/gem: Purge the sudden reappearance of i915_gem_object_pin()Chris Wilson1-13/+23
2019-11-15drm/i915/gem: Silence sparse for RCU protection inside the constructorChris Wilson1-2/+4
2019-11-15Merge drm/drm-next into drm-intel-next-queuedJani Nikula3-31/+92
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/selftests: Remove unused local variable 'file'Chris Wilson1-2/+1
2019-11-12drm/i915: Flush context free work on cleanupChris Wilson1-0/+1
2019-11-12drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Chris Wilson1-1/+21
2019-11-11drm/i915/gem: Pass mem region to preallocated stolenChris Wilson1-12/+10
2019-11-11drm/i915/gem: Replace implicit dev_priv->uncore for stolen initChris Wilson1-98/+109
2019-11-11drm/i915/selftests: Perform some basic cycle counting of MI opsChris Wilson1-2/+13
2019-11-11drm/i915/userptr: Handle unlocked gup retriesChris Wilson1-3/+8
2019-11-11drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Chris Wilson1-1/+21
2019-11-11drm/i915/selftests: Fill all the drm_vma_manager holesChris Wilson1-12/+39
2019-11-11drm/i915/selftests: Exercise parallel blit operations on a single ctxChris Wilson1-36/+57
2019-11-11drm/i915/gem: Update context name on closingChris Wilson1-0/+18
2019-11-11drm/i915/gem: Embed context/timeline name inside the GEM contextChris Wilson3-22/+12
2019-11-11drm/i915/gem: Fix error path to unlock if the GEM context is closedChris Wilson1-1/+1
2019-11-08drm/i915/selftests: Mark up sole accessor to ctx->vm as being protectedChris Wilson1-10/+14
2019-11-08drm/i915/selftests: Complete transition to a real struct file mockChris Wilson5-26/+27
2019-11-08drm/i915: make more headers self-containedMasahiro Yamada1-0/+3
2019-11-08drm/i915: change to_mock() to an inline functionMasahiro Yamada1-1/+1
2019-11-07drm/i915/selftests: Verify mmap_gtt revocation on unbindingChris Wilson1-0/+111
2019-11-07drm/i915/selftests: Wrap vm_mmap() around GEM objectsChris Wilson1-0/+100
2019-11-07drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson3-9/+9
2019-11-07drm/i915/gem: Safely acquire the ctx->vm when copyingChris Wilson1-37/+49
2019-11-07drm/i915: FB backing gem obj should reside in LMEMRamalingam C1-1/+7
2019-11-07drm/i915: use might_lock_nested in get_pages annotationDaniel Vetter1-18/+18
2019-11-07drm/i915: Switch obj->mm.lock lockdep annotations on its headDaniel Vetter8-23/+38
2019-11-06drm/i915/gem: Fix error path to unlock if the GEM context is closedChris Wilson1-1/+1
2019-11-06drm/i915/gem: Early rejection of no-aperture map_ggttChris Wilson1-0/+3
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