summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie2021-06-111-0/+1
|\
| * drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström2021-06-021-0/+1
* | Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-06-101-2/+2
|\ \ | |/ |/|
| * drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-071-2/+2
* | drm/i915/gem: Pin the L-shape quirked object as unshrinkableChris Wilson2021-05-171-6/+5
* | drm/i915: Remove erroneous i915_is_ggtt check for I915_GEM_OBJECT_UNBIND_VM_T...Maarten Lankhorst2021-04-301-2/+1
* | drm/i915: Use trylock in shrinker for ggtt on bsw vt-d and bxt, v2.Maarten Lankhorst2021-04-291-2/+13
|/
* drm/i915: Finally remove obj->mm.lock.Maarten Lankhorst2021-03-241-6/+0
* drm/i915: Fix pread/pwrite to work with new locking rules.Maarten Lankhorst2021-03-241-110/+114
* drm/i915: Take reservation lock around i915_vma_pin.Maarten Lankhorst2021-03-241-1/+5
* drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v7.Maarten Lankhorst2021-03-241-4/+1
* drm/i915: Disable userptr pread/pwrite support.Maarten Lankhorst2021-03-241-0/+5
* drm/i915: Add gem object locking to madvise.Maarten Lankhorst2021-03-241-1/+7
* drm/i915: Disable pread/pwrite ioctl's for future platforms (v3)Ashutosh Dixit2021-03-181-0/+14
* drm/i915/gem: Move freeze/freeze_late next to suspend/suspend_lateChris Wilson2021-02-081-41/+0
* drm/i915/gem: Use shrinkable status for unknown swizzle quirksChris Wilson2021-01-201-6/+6
* drm/i915/gem: Almagamate clflushes on freezeChris Wilson2021-01-201-11/+5
* drm/i915/gem: split gem_create into own fileMatthew Auld2021-01-151-102/+0
* drm/i915/gem: Drop free_work for GEM contextsChris Wilson2020-12-161-2/+0
* drm/i915/gem: Pull phys pread/pwrite implementations to the backendChris Wilson2020-11-051-26/+0
* drm/i915/gem: Allow backends to override pread implementationMatthew Auld2020-11-051-0/+6
* drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst2020-09-071-6/+5
* drm/i915: Use per object locking in execbuf, v12.Maarten Lankhorst2020-09-071-0/+6
* drm/i915: Remove locking from i915_gem_object_prepare_read/writeMaarten Lankhorst2020-09-071-2/+18
* drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst2020-09-071-3/+49
* drm/i915/gem: Remove disordered per-file request list for throttlingChris Wilson2020-09-071-18/+0
* drm/i915: Leave vma intact as they are discardedChris Wilson2020-06-121-33/+5
* drm/i915: Correct discard i915_vma_compare assertionChris Wilson2020-06-051-1/+2
* drm/i915: Discard a misplaced GGTT vmaChris Wilson2020-06-051-0/+45
* drm/i915/gem: Drop cached obj->bind_countChris Wilson2020-04-021-1/+6
* drm/i915/gt: Make fence revocation unequivocalChris Wilson2020-04-011-7/+5
* drm/i915/gt: Pull restoration of GGTT fences underneath the GTChris Wilson2020-03-161-1/+0
* drm/i915: Move GGTT fence registers under gt/Chris Wilson2020-03-161-1/+1
* drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula2020-02-271-1/+0
* drm/i915: Never allow userptr into the new mapping typesJanusz Krzysztofik2020-02-081-3/+0
* drm/i915: Wean off drm_pci_alloc/drm_pci_freeChris Wilson2020-02-041-4/+4
* drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutexChris Wilson2020-01-301-0/+6
* drm/i915/gt: Rename i915_gem_restore_ggtt_mappings() for its new placementChris Wilson2020-01-301-1/+1
* drm/i915/gem: Detect overflow in calculating dumb buffer sizeChris Wilson2020-01-241-1/+4
* drm/i915: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya2020-01-221-3/+4
* drm/i915: Create dumb buffer from LMEMRamalingam C2020-01-051-7/+22
* drm/i915/selftests: Flush the context workerChris Wilson2019-12-301-2/+2
* drm/i915: Introduce a vma.krefChris Wilson2019-12-231-18/+9
* drm/i915: Add a simple is-bound check before unbindingChris Wilson2019-12-231-1/+4
* drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson2019-12-221-249/+4
* drm/i915: Move i915_gem_init_contexts() earlierChris Wilson2019-12-211-11/+12
* drm/i915: Remove i915->kernel_contextChris Wilson2019-12-211-13/+6
* drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson2019-12-201-6/+5
* drm/i915: Hold reference to intel_frontbuffer as we track activityChris Wilson2019-12-181-5/+5
* drm/i915/gem: Avoid rcu_barrier() from shrinker pathsChris Wilson2019-12-091-1/+1