summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/i915_gem_pages.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-08drm/i915: don't call free_mmap_offset when purgingMatthew Auld1-1/+0
2022-01-29drm/i915: Flush TLBs before releasing backing storeTvrtko Ursulin1-0/+10
2021-07-16drm/i915: Remove allow_alloc from i915_gem_object_get_sg*Jason Ekstrand1-16/+4
2021-07-09drm/i915: use consistent CPU mappings for pin_map usersMatthew Auld1-2/+29
2021-06-24drm/i915: Update object placement flags to be mutableThomas Hellström1-1/+1
2021-06-11drm/i915: Use ttm mmap handling for ttm bo's.Maarten Lankhorst1-2/+1
2021-06-02drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström1-1/+2
2021-05-17drm/i915/gem: Pin the L-shape quirked object as unshrinkableChris Wilson1-0/+2
2021-03-24drm/i915: Finally remove obj->mm.lock.Maarten Lankhorst1-34/+9
2021-03-24drm/i915: Lock ww in ucode objects correctlyMaarten Lankhorst1-0/+20
2021-03-24drm/i915: Prepare for obj->mm.lock removal, v2.Thomas Hellström1-2/+12
2021-03-24drm/i915: Fix workarounds selftest, part 1Maarten Lankhorst1-0/+12
2021-03-24drm/i915: Flatten obj->mm.lockMaarten Lankhorst1-17/+17
2021-03-24drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v7.Maarten Lankhorst1-1/+1
2021-03-24drm/i915: Move HAS_STRUCT_PAGE to obj->flagsMaarten Lankhorst1-3/+2
2021-03-24drm/i915: Move cmd parser pinning to execbufferMaarten Lankhorst1-4/+17
2021-01-21drm/i915/gem: Use shrinkable status for unknown swizzle quirksChris Wilson1-8/+11
2020-12-02drm/i915/gem: Report error for vmap() failureChris Wilson1-2/+4
2020-11-30drm/i915/gem: Differentiate oom failures from invalid map typesChris Wilson1-14/+12
2020-11-13Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie1-8/+13
2020-10-18drm/i915: use vmap in i915_gem_object_mapChristoph Hellwig1-68/+59
2020-10-18drm/i915: stop using kmap in i915_gem_object_mapChristoph Hellwig1-5/+2
2020-10-06drm/i915: Fix DMA mapped scatterlist lookupTvrtko Ursulin1-8/+13
2020-09-30drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not supportedChris Wilson1-0/+4
2020-09-30drm/i915/gem: Avoid implicit vmap for highmem on x86-32Chris Wilson1-2/+24
2020-09-15drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not supportedChris Wilson1-0/+4
2020-09-15drm/i915/gem: Avoid implicit vmap for highmem on x86-32Chris Wilson1-2/+24
2020-09-08Revert "drm/i915: Remove i915_gem_object_get_dirty_page()"Dave Airlie1-0/+14
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-09drm/i915: Remove i915_gem_object_get_dirty_page()Chris Wilson1-14/+0
2020-07-09drm/i915: Release shortlived maps of longlived objectsChris Wilson1-0/+15
2020-05-11drm/i915/selftests: Always flush before unpining after writingChris Wilson1-0/+1
2020-04-02drm/i915/gem: Drop cached obj->bind_countChris Wilson1-2/+0
2020-01-27drm/i915/gem: manual conversion to struct drm_device logging macros.Wambui Karuga1-1/+3
2020-01-03drm/i915/gem: Support discontiguous lmem object mapsChris Wilson1-32/+47
2019-12-04drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSETAbdiel Janulgue1-0/+3
2019-11-07drm/i915: Switch obj->mm.lock lockdep annotations on its headDaniel Vetter1-5/+4
2019-10-26drm/i915/lmem: support kernel mappingAbdiel Janulgue1-14/+27
2019-10-08drm/i915/region: support volatile objectsMatthew Auld1-0/+6
2019-09-11drm/i915: Make shrink/unshrink be atomicChris Wilson1-0/+1
2019-08-22Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi1-1/+1
2019-08-03drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson1-12/+1
2019-07-26drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2019-06-12drm/i915: Combine unbound/bound list tracking for objectsChris Wilson1-2/+8
2019-06-10drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson1-4/+12
2019-05-31drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson1-6/+14
2019-05-28drm/i915: Pull scatterlist utils out of i915_gem.hChris Wilson1-0/+1
2019-05-28drm/i915: Move phys objects to its own fileChris Wilson1-0/+521