aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem
AgeCommit message (Expand)AuthorFilesLines
2022-02-11drm/i915: split out gem/i915_gem_dmabuf.h from i915_drv.hJani Nikula3-0/+21
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula6-2/+31
2022-02-10drm/i915: move the DRIVER_* macros to i915_driver.[ch]Jani Nikula1-0/+1
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi3-9/+11
2022-02-02drm/i915: Only include i915_reg.h from .c filesMatt Roper2-0/+2
2022-02-02drm/i915: Move GT registers to their own header fileMatt Roper1-1/+2
2022-02-02drm/i915: Parameterize R_PWR_CLK_STATE register definitionMatt Roper1-1/+2
2022-01-31Merge drm/drm-next into drm-intel-nextRodrigo Vivi33-737/+1987
2022-01-25drm/i915: Flush TLBs before releasing backing storeTvrtko Ursulin2-0/+11
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-16/+34
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds34-814/+1984
2022-01-10drm/i915/ttm: ensure we unmap when purgingMatthew Auld1-1/+15
2022-01-10drm/i915/ttm: add unmap_virtual callbackMatthew Auld4-14/+14
2022-01-10drm/i915/ttm: only fault WILLNEED objectsMatthew Auld1-0/+5
2022-01-10drm/i915: don't call free_mmap_offset when purgingMatthew Auld1-1/+0
2022-01-10drm/i915: split out gem/i915_gem_tiling.h from i915_drv.hJani Nikula2-0/+19
2022-01-10drm/i915: split out gem/i915_gem_userptr.h from i915_drv.hJani Nikula2-0/+15
2022-01-10drm/i915: split out i915_gem_evict.h from i915_drv.hJani Nikula1-0/+1
2022-01-10drm/i915: split out i915_cmd_parser.h from i915_drv.hJani Nikula1-0/+1
2021-12-27drm/i915: Increment composite fence seqnoMatthew Brost1-1/+1
2021-12-27drm/i915: Fix possible uninitialized variable in parallel extensionMatthew Brost1-1/+1
2021-12-24Merge tag 'drm-intel-gt-next-2021-12-23' of git://anongit.freedesktop.org/drm...Dave Airlie20-393/+235
2021-12-23drm/i915: Use trylock instead of blocking lock for __i915_gem_free_objects.Maarten Lankhorst1-4/+10
2021-12-22drm/i915: Require the vm mutex for i915_vma_bind()Thomas Hellström1-1/+49
2021-12-22drm/i915: Break out the i915_deps utilityThomas Hellström2-187/+1
2021-12-22drm/i915: remove questionable fence optimization during copyChristian König1-29/+14
2021-12-22drm/i915: Avoid using the i915_fence_array when collecting dependenciesThomas Hellström2-96/+50
2021-12-21drm/i915: Add ww ctx to i915_gem_object_trylockMaarten Lankhorst3-5/+9
2021-12-21drm/i915: Require object lock when freeing pages during destructionMaarten Lankhorst1-0/+5
2021-12-21drm/i915: Trylock the object when shrinkingMaarten Lankhorst1-0/+6
2021-12-20drm/i915: Ensure gem_contexts selftests work with unbind changes, v2.Maarten Lankhorst1-24/+35
2021-12-20drm/i915: Change shrink ordering to use locking around unbinding.Maarten Lankhorst1-20/+18
2021-12-17drm/i915/gem: Use to_gt() helperMichał Winiarski15-50/+55
2021-12-17Merge tag 'drm-intel-next-2021-12-14' of ssh://git.freedesktop.org/git/drm/dr...Dave Airlie1-0/+1
2021-12-14drm/i915: replace X86_FEATURE_PAT with pat_enabled()Lucas De Marchi2-6/+5
2021-12-14drm/i915/ttm: fix large buffer population trucationRobert Beckett1-1/+1
2021-12-14drm/i915: Exclude reserved stolen from driver useChris Wilson1-0/+3
2021-12-10Merge tag 'drm-intel-gt-next-2021-12-09' of git://anongit.freedesktop.org/drm...Dave Airlie25-613/+2003
2021-12-10Merge tag 'drm-misc-next-2021-12-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-11/+0
2021-12-09drm/i915/xehpsdv: set min page-size to 64KMatthew Auld1-1/+5
2021-12-09Merge drm/drm-next into drm-intel-nextJani Nikula2-91/+40
2021-12-08drm/i915: Skip remap_io_mapping() for non-x86 platformsSiva Mullati1-0/+1
2021-12-08drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()Dan Carpenter1-0/+1
2021-12-07drm/i915/selftests: Follow up on increase timeout in i915_gem_contexts selftestsBruce Chang1-1/+1
2021-12-03drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()Dan Carpenter1-0/+1
2021-12-02Merge tag 'drm-intel-next-2021-11-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2021-12-01drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström1-23/+112
2021-12-01drm/i915: Use per device iommu checkTvrtko Ursulin2-2/+2
2021-11-30drm/i915: Drop stealing of bits from i915_sw_fence function pointerMatthew Brost1-1/+1
2021-11-30drm/i915: Remove dma_resv_pruneMaarten Lankhorst2-11/+0