summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem
AgeCommit message (Expand)Author
2021-08-12drm/i915: avoid uninitialised var in eb_parse()Jonathan Gray
2021-08-08drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"Jason Ekstrand
2021-05-19drm/i915: Avoid div-by-zero on gen2Ville Syrjälä
2021-02-10drm/i915/gem: Drop lru bumping on display unpinningChris Wilson
2021-01-12drm/i915: clear the gpu reloc batchMatthew Auld
2020-12-30drm/i915: Fix mismatch between misplaced vma check and vma insertChris Wilson
2020-12-08drm/i915/gem: Propagate error from cancelled submit due to context closureChris Wilson
2020-11-12drm/i915/gem: Pull phys pread/pwrite implementations to the backendChris Wilson
2020-11-12drm/i915/gem: Allow backends to override pread implementationMatthew Auld
2020-11-03drm/i915/gem: Flush coherency domains on first set-domain-ioctlChris Wilson
2020-10-23Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-10-21drm/i915: Exclude low pages (128KiB) of stolen from useChris Wilson
2020-10-19drm/i915/gem: Support parsing of oversize batchesChris Wilson
2020-10-18drm/i915: use vmap in i915_gem_object_mapChristoph Hellwig
2020-10-18drm/i915: stop using kmap in i915_gem_object_mapChristoph Hellwig
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-10-13i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)
2020-10-05lib/scatterlist: Add support in dynamic allocation of SG table from pagesMaor Gottlieb
2020-09-30drm/i915: Avoid mixing integer types during batch copiesChris Wilson
2020-09-30drm/i915/gem: Always test execution status on closing the contextChris Wilson
2020-09-30drm/i915/gem: Hold request reference for canceling an active contextChris Wilson
2020-09-30drm/i915: Fix an error code i915_gem_object_copy_blt()Dan Carpenter
2020-09-30drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not supportedChris Wilson
2020-09-30drm/i915/gem: Avoid implicit vmap for highmem on x86-32Chris Wilson
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-09-21drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie
2020-09-16drm/i915/gem: Reduce context termination list iteration guard to RCUChris Wilson
2020-09-16drm/i915/gem: Delay tracking the GEM context until it is registeredChris Wilson
2020-09-10drm/i915: Fix slightly botched merge in __reloc_entry_gpuMaarten Lankhorst
2020-09-10drm: i915: fix common struct sg_table related issuesMarek Szyprowski
2020-09-09Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm...Dave Airlie
2020-09-09Backmerge drm-fixes merge into drm-nextDave Airlie
2020-09-08Revert "drm/i915/gem: Delete unused code"Dave Airlie
2020-09-08Revert "drm/i915/gem: Async GPU relocations only"Dave Airlie
2020-09-08Revert "drm/i915: Remove i915_gem_object_get_dirty_page()"Dave Airlie
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie
2020-09-07drm/i915: Add ww locking to pin_to_display_plane, v2.Maarten Lankhorst
2020-09-07drm/i915: Add ww locking to vm_fault_gttMaarten Lankhorst
2020-09-07drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.Maarten Lankhorst
2020-09-07drm/i915: Convert i915_gem_object/client_blt.c to use ww locking as well, v2.Maarten Lankhorst
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst
2020-09-07drm/i915: Pin engine before pinning all objects, v5.Maarten Lankhorst
2020-09-07drm/i915: Nuke arguments to eb_pin_engineMaarten Lankhorst
2020-09-07drm/i915: Add ww context handling to context_barrier_taskMaarten Lankhorst
2020-09-07drm/i915: Use per object locking in execbuf, v12.Maarten Lankhorst
2020-09-07drm/i915: Parse command buffer earlier in eb_relocate(slow)Maarten Lankhorst
2020-09-07drm/i915: Remove locking from i915_gem_object_prepare_read/writeMaarten Lankhorst
2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst