summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem
AgeCommit message (Expand)AuthorFilesLines
2020-06-11Merge tag 'drm-next-2020-06-11-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-8/+48
2020-06-10Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-3/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-6/+6
2020-06-08Merge tag 'drm-next-2020-06-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-8/+11
2020-06-08drm/i915/gem: Mark the buffer pool as active for the cmdparserChris Wilson1-8/+48
2020-06-08Merge tag 'drm-intel-next-fixes-2020-06-04' of git://anongit.freedesktop.org/...drm-next-2020-06-08Dave Airlie2-8/+11
2020-06-03drm/i915: convert get_user_pages() --> pin_user_pages()John Hubbard1-9/+13
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds25-510/+1570
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig1-1/+1
2020-06-02gup: document and work around "COW can break either way" issueLinus Torvalds1-0/+8
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2020-05-25drm/i915/gem: Avoid iterating an empty listChris Wilson1-6/+9
2020-05-25drm/i915: Disable semaphore inter-engine sync without timeslicingChris Wilson1-2/+2
2020-05-20Merge tag 'drm-intel-next-2020-05-15' of git://anongit.freedesktop.org/drm/dr...Dave Airlie15-249/+707
2020-05-14drm/i915: Drop no-semaphore boostingChris Wilson1-15/+0
2020-05-14Merge tag 'drm-intel-next-2020-04-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie8-82/+646
2020-05-13drm/i915/gem: Remove redundant exec_fenceChris Wilson1-26/+14
2020-05-11drm/i915/selftests: Always flush before unpining after writingChris Wilson4-2/+10
2020-05-11drm/i915: Emit await(batch) before MI_BB_STARTChris Wilson2-33/+41
2020-05-09drm/i915: Replace the hardcoded I915_FENCE_TIMEOUTChris Wilson3-5/+4
2020-05-07drm/i915: Remove wait priority boostingChris Wilson1-9/+0
2020-05-06drm/i915/gem: Remove object_is_locked assertion from unpin_from_display_planeChris Wilson1-6/+1
2020-05-04drm/i915/gem: Implement legacy MI_STORE_DATA_IMMChris Wilson3-104/+302
2020-05-04drm/i915/gem: Specify address type for chained reloc batchesChris Wilson1-6/+6
2020-05-04drm/i915/gem: Lazily acquire the device wakeref for freeing objectsChris Wilson1-3/+0
2020-05-01i915:get_engines(): get rid of pointless access_ok()Al Viro1-5/+0
2020-05-01drm/i915/gem: Try an alternate engine for relocationsChris Wilson1-5/+27
2020-05-01drm/i915/gem: Use a single chained reloc batches for a single execbufChris Wilson1-14/+24
2020-05-01drm/i915/gem: Use chained reloc batchesChris Wilson1-19/+115
2020-05-01drm/i915: Implement vm_ops->access for gdb access into mmapsChris Wilson2-0/+158
2020-05-01drm/i915/gem: Replace user_access_begin by user_write_access_beginChristophe Leroy1-2/+3
2020-04-30drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson4-21/+19
2020-04-30drm/i915/selftests: Add tiled blits selftestZbigniew KempczyƄski1-0/+595
2020-04-27drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()Chris Wilson1-2/+18
2020-04-27drm/i915/selftests: Fix i915_address_space refcnt leakXiyu Yang1-4/+8
2020-04-24drm/i915: Only close vma we openChris Wilson5-70/+24
2020-04-22drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()Chris Wilson1-2/+18
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+0
2020-04-20drm/i915/selftests: Fix i915_address_space refcnt leakXiyu Yang1-4/+8
2020-04-20drm/i915/gem: Remove object_is_locked assertion from unpin_from_display_planeChris Wilson1-6/+1
2020-04-09drm/i915: remove redundant assignment to variable errColin Ian King1-1/+1
2020-04-08drm/i915/stolen: prefer struct drm_device based loggingJani Nikula1-2/+2
2020-04-07drm/i915/gem: Promote 'remain' to unsigned longChris Wilson1-7/+6
2020-04-06drm/i915/gem: Wait until the context is finally retired before releasing enginesChris Wilson1-10/+6
2020-04-06drm/i915/gem: Flush all the reloc_gpu batchChris Wilson1-3/+5
2020-04-06drm/i915/gem: Ignore readonly failures when updating relocsChris Wilson1-4/+2
2020-04-06drm/i915/gem: Take DBG_FORCE_RELOC into account prior to using reloc_gpuChris Wilson1-3/+12
2020-04-06drm/i915/gem: Flush all the reloc_gpu batchChris Wilson1-3/+5