aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_object_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01drm/i915: Introduce refcounted sg-tablesThomas Hellström1-1/+2
2021-10-22drm/i915/ttm: move shrinker management into adjust_lruMatthew Auld1-3/+11
2021-10-22drm/i915: add some kernel-doc for shrink_pin and friendsMatthew Auld1-1/+23
2021-10-22drm/i915/ttm: add tt shmem backendMatthew Auld1-1/+3
2021-10-20drm/i915: expand on the kernel-doc for cache_dirtyMatthew Auld1-0/+27
2021-10-04drm/i915/pxp: interfaces for using protected objectsDaniele Ceraolo Spurio1-1/+8
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström1-3/+6
2021-09-24drm/i915: Don't back up pinned LMEM context images and rings during suspendThomas Hellström1-7/+10
2021-09-24drm/i915 Implement LMEM backup and restore for suspend / resumeThomas Hellström1-0/+1
2021-07-27drm/i915/ehl: unconditionally flush the pages on acquireMatthew Auld1-0/+6
2021-07-27drm/i915: document caching related bitsMatthew Auld1-4/+183
2021-07-21drm/i915: Add TTM offset argument to mmap.Maarten Lankhorst1-0/+1
2021-06-30drm/i915/gem: Implement object migrationThomas Hellström1-0/+9
2021-06-24drm/i915: Update object placement flags to be mutableThomas Hellström1-10/+17
2021-06-16drm/i915/ttm: remove node usage in our namingMatthew Auld1-2/+3
2021-06-11drm/i915: Use ttm mmap handling for ttm bo's.Maarten Lankhorst1-0/+3
2021-06-11drm/i915/ttm: Introduce a TTM i915 gem object backendThomas Hellström1-3/+24
2021-06-02drm/i915/ttm: Embed a ttm buffer object in the i915 gem objectThomas Hellström1-1/+11
2021-06-02drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström1-2/+4
2021-06-01drm/i915: Don't free shared locks while sharedThomas Hellström1-0/+4
2021-05-04drm/i915/lmem: support optional CPU clearing for special internal useMatthew Auld1-3/+5
2021-05-04drm/i915/uapi: implement object placement extensionMatthew Auld1-0/+6
2021-03-24drm/i915: Finally remove obj->mm.lock.Maarten Lankhorst1-1/+0
2021-03-24drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v7.Maarten Lankhorst1-4/+6
2021-03-24drm/i915: Make compilation of userptr code depend on MMU_NOTIFIER.Maarten Lankhorst1-0/+2
2021-03-24drm/i915: Move HAS_STRUCT_PAGE to obj->flagsMaarten Lankhorst1-4/+6
2021-01-20drm/i915/gem: Use shrinkable status for unknown swizzle quirksChris Wilson1-6/+1
2021-01-20drm/i915/gem: Move stolen node into GEM object unionChris Wilson1-2/+2
2021-01-19drm/i915: move i915_map_type into i915_gem_object_types.hMatthew Auld1-0/+8
2020-11-05drm/i915/gem: Allow backends to override pread implementationMatthew Auld1-0/+2
2020-10-06drm/i915: Fix DMA mapped scatterlist lookupTvrtko Ursulin1-7/+10
2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst1-0/+9
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson1-0/+1
2020-07-01drm/i915/gem: Move obj->lut_list under its own lockChris Wilson1-0/+1
2020-05-29drm/i915/gem: Give each object class a friendly nameChris Wilson1-0/+2
2020-04-02drm/i915/gem: Drop cached obj->bind_countChris Wilson1-3/+0
2020-02-08drm/i915: Never allow userptr into the new mapping typesJanusz Krzysztofik1-1/+1
2020-02-04drm/i915: Wean off drm_pci_alloc/drm_pci_freeChris Wilson1-3/+0
2020-01-20drm/i915/gem: Store mmap_offsets in an rbtree rather than a plain listChris Wilson1-4/+2
2019-12-18drm/i915: Hold reference to intel_frontbuffer as we track activityChris Wilson1-1/+1
2019-12-04drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSETAbdiel Janulgue1-0/+23
2019-11-07drm/i915: Switch obj->mm.lock lockdep annotations on its headDaniel Vetter1-1/+5
2019-10-25drm/i915/lmem: support kernel mappingAbdiel Janulgue1-4/+5
2019-10-08drm/i915/region: support volatile objectsMatthew Auld1-1/+8
2019-10-08drm/i915/region: support contiguous allocationsMatthew Auld1-0/+4
2019-10-08drm/i915: introduce intel_memory_regionMatthew Auld1-0/+9
2019-10-04drm/i915: Coordinate i915_active with its own mutexChris Wilson1-0/+1
2019-10-02drm/i915/userptr: Never allow userptr into the mappable GGTTChris Wilson1-1/+2
2019-09-11drm/i915: Make shrink/unshrink be atomicChris Wilson1-0/+1
2019-09-09drm/i915: include GTT page-size info in error stateMatthew Auld1-1/+0