summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/i915_gem_pages.c
AgeCommit message (Expand)Author
2021-12-14drm/i915: replace X86_FEATURE_PAT with pat_enabled()Lucas De Marchi
2021-11-25drm/i915: Add support for moving fence waitingMaarten Lankhorst
2021-11-02drm/i915: stop setting cache_dirty on discreteMatthew Auld
2021-10-22drm/i915/ttm: move shrinker management into adjust_lruMatthew Auld
2021-10-22drm/i915/ttm: add tt shmem backendMatthew Auld
2021-07-16drm/i915: Remove allow_alloc from i915_gem_object_get_sg*Jason Ekstrand
2021-07-09drm/i915: use consistent CPU mappings for pin_map usersMatthew Auld
2021-06-24drm/i915: Update object placement flags to be mutableThomas Hellström
2021-06-11drm/i915: Use ttm mmap handling for ttm bo's.Maarten Lankhorst
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-03-24drm/i915: Finally remove obj->mm.lock.Maarten Lankhorst
2021-03-24drm/i915: Lock ww in ucode objects correctlyMaarten Lankhorst
2021-03-24drm/i915: Prepare for obj->mm.lock removal, v2.Thomas Hellström
2021-03-24drm/i915: Fix workarounds selftest, part 1Maarten Lankhorst
2021-03-24drm/i915: Flatten obj->mm.lockMaarten 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: Move HAS_STRUCT_PAGE to obj->flagsMaarten Lankhorst
2021-03-24drm/i915: Move cmd parser pinning to execbufferMaarten Lankhorst
2021-01-20drm/i915/gem: Use shrinkable status for unknown swizzle quirksChris Wilson
2020-12-02drm/i915/gem: Report error for vmap() failureChris Wilson
2020-11-30drm/i915/gem: Differentiate oom failures from invalid map typesChris Wilson
2020-11-13Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie
2020-10-18drm/i915: use vmap in i915_gem_object_mapChristoph Hellwig
2020-10-18drm/i915: stop using kmap in i915_gem_object_mapChristoph Hellwig
2020-10-06drm/i915: Fix DMA mapped scatterlist lookupTvrtko Ursulin
2020-09-30drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not supportedChris Wilson
2020-09-30drm/i915/gem: Avoid implicit vmap for highmem on x86-32Chris Wilson
2020-09-15drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not supportedChris Wilson
2020-09-15drm/i915/gem: Avoid implicit vmap for highmem on x86-32Chris Wilson
2020-09-08Revert "drm/i915: Remove i915_gem_object_get_dirty_page()"Dave Airlie
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-08drm/i915: Remove i915_gem_object_get_dirty_page()Chris Wilson
2020-07-08drm/i915: Release shortlived maps of longlived objectsChris Wilson
2020-05-11drm/i915/selftests: Always flush before unpining after writingChris Wilson
2020-04-02drm/i915/gem: Drop cached obj->bind_countChris Wilson
2020-01-27drm/i915/gem: manual conversion to struct drm_device logging macros.Wambui Karuga
2020-01-03drm/i915/gem: Support discontiguous lmem object mapsChris Wilson
2019-12-04drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSETAbdiel Janulgue
2019-11-07drm/i915: Switch obj->mm.lock lockdep annotations on its headDaniel Vetter
2019-10-25drm/i915/lmem: support kernel mappingAbdiel Janulgue
2019-10-08drm/i915/region: support volatile objectsMatthew Auld
2019-09-11drm/i915: Make shrink/unshrink be atomicChris Wilson
2019-08-22Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi
2019-08-02drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson
2019-07-25drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva
2019-06-12drm/i915: Combine unbound/bound list tracking for objectsChris Wilson
2019-06-10drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson
2019-05-31drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson
2019-05-28drm/i915: Pull scatterlist utils out of i915_gem.hChris Wilson