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