aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-20drm/i915: Make wa list per-gtVenkata Sandeep Dhanalakota1-2/+0
2021-06-17drm/i915: Break out dma_resv ww locking utilities to separate filesThomas Hellström1-56/+0
2021-06-17drm/i915: Reference objects on the ww object listThomas Hellström1-0/+4
2021-06-17drm/i915/gem: Remove duplicated call to ops->preadDaniel Vetter1-6/+0
2021-06-11drm/i915/ttm: Introduce a TTM i915 gem object backendThomas Hellström1-1/+4
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-0/+1
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-2/+2
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-2/+2
2021-06-02drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström1-0/+1
2021-05-17drm/i915/gem: Pin the L-shape quirked object as unshrinkableChris Wilson1-6/+5
2021-04-30drm/i915: Remove erroneous i915_is_ggtt check for I915_GEM_OBJECT_UNBIND_VM_TRYLOCKMaarten Lankhorst1-2/+1
2021-04-29drm/i915: Use trylock in shrinker for ggtt on bsw vt-d and bxt, v2.Maarten Lankhorst1-2/+13
2021-03-24drm/i915: Finally remove obj->mm.lock.Maarten Lankhorst1-6/+0
2021-03-24drm/i915: Fix pread/pwrite to work with new locking rules.Maarten Lankhorst1-110/+114
2021-03-24drm/i915: Take reservation lock around i915_vma_pin.Maarten Lankhorst1-1/+5
2021-03-24drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v7.Maarten Lankhorst1-4/+1
2021-03-24drm/i915: Disable userptr pread/pwrite support.Maarten Lankhorst1-0/+5
2021-03-24drm/i915: Add gem object locking to madvise.Maarten Lankhorst1-1/+7
2021-03-18drm/i915: Disable pread/pwrite ioctl's for future platforms (v3)Ashutosh Dixit1-0/+14
2021-02-08drm/i915/gem: Move freeze/freeze_late next to suspend/suspend_lateChris Wilson1-41/+0
2021-01-20drm/i915/gem: Use shrinkable status for unknown swizzle quirksChris Wilson1-6/+6
2021-01-20drm/i915/gem: Almagamate clflushes on freezeChris Wilson1-11/+5
2021-01-15drm/i915/gem: split gem_create into own fileMatthew Auld1-102/+0
2020-12-16drm/i915/gem: Drop free_work for GEM contextsChris Wilson1-2/+0
2020-11-05drm/i915/gem: Pull phys pread/pwrite implementations to the backendChris Wilson1-26/+0
2020-11-05drm/i915/gem: Allow backends to override pread implementationMatthew Auld1-0/+6
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst1-6/+5
2020-09-07drm/i915: Use per object locking in execbuf, v12.Maarten Lankhorst1-0/+6
2020-09-07drm/i915: Remove locking from i915_gem_object_prepare_read/writeMaarten Lankhorst1-2/+18
2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst1-3/+49
2020-09-07drm/i915/gem: Remove disordered per-file request list for throttlingChris Wilson1-18/+0
2020-06-12drm/i915: Leave vma intact as they are discardedChris Wilson1-33/+5
2020-06-05drm/i915: Correct discard i915_vma_compare assertionChris Wilson1-1/+2
2020-06-05drm/i915: Discard a misplaced GGTT vmaChris Wilson1-0/+45
2020-04-02drm/i915/gem: Drop cached obj->bind_countChris Wilson1-1/+6
2020-04-01drm/i915/gt: Make fence revocation unequivocalChris Wilson1-7/+5
2020-03-16drm/i915/gt: Pull restoration of GGTT fences underneath the GTChris Wilson1-1/+0
2020-03-16drm/i915: Move GGTT fence registers under gt/Chris Wilson1-1/+1
2020-02-27drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula1-1/+0
2020-02-08drm/i915: Never allow userptr into the new mapping typesJanusz Krzysztofik1-3/+0
2020-02-04drm/i915: Wean off drm_pci_alloc/drm_pci_freeChris Wilson1-4/+4
2020-01-30drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutexChris Wilson1-0/+6
2020-01-30drm/i915/gt: Rename i915_gem_restore_ggtt_mappings() for its new placementChris Wilson1-1/+1
2020-01-24drm/i915/gem: Detect overflow in calculating dumb buffer sizeChris Wilson1-1/+4
2020-01-22drm/i915: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya1-3/+4
2020-01-05drm/i915: Create dumb buffer from LMEMRamalingam C1-7/+22
2019-12-30drm/i915/selftests: Flush the context workerChris Wilson1-2/+2
2019-12-23drm/i915: Introduce a vma.krefChris Wilson1-18/+9
2019-12-23drm/i915: Add a simple is-bound check before unbindingChris Wilson1-1/+4
2019-12-22drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson1-249/+4