aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_shmem.c
AgeCommit message (Expand)Author
2023-12-15drm/i915: Use kmap_local_page() in gem/i915_gem_shmem.cZhao Liu
2023-09-21i915: Limit the length of an sg list to the requested lengthMatthew Wilcox (Oracle)
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-06-23i915: convert shmem_sg_free_table() to use a folio_batchMatthew Wilcox (Oracle)
2023-06-07drm/i915/gem: annotate maybe unused but set variable cJani Nikula
2023-05-23drm/i915/mtl: end support for set caching ioctlFei Yang
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-02-06drm/i915: Initialize the obj flags for shmem objectsAravind Iddamsetty
2023-02-06drm/i915: Initialize the obj flags for shmem objectsAravind Iddamsetty
2023-01-03drm/i915: Use "%zu" to format size_tNirmoy Das
2022-12-30drm/i915: Check if the size is too big while creating shmem fileGwan-gyeong Mun
2022-12-30drm/i915: Check for integer truncation on scatterlist creationChris Wilson
2022-11-09drm/i915: use i915_sg_dma_sizes() for all backendsMatthew Auld
2022-11-02drm/i915: Do not set cache_dirty for DGFXNiranjana Vishwanathapura
2022-10-27drm/i915: stop abusing swiotlb_max_segmentRobert Beckett
2022-08-26Merge tag 'drm-intel-gt-next-2022-08-24' of git://anongit.freedesktop.org/drm...Dave Airlie
2022-07-28drm/i915: Suppress oom warning for shmemfs object allocation failureChris Wilson
2022-07-01Merge tag 'drm-intel-gt-next-2022-06-29' of git://anongit.freedesktop.org/drm...Dave Airlie
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-05-09drm/i915: Only setup private tmpfs mount when needed and fix loggingTvrtko Ursulin
2022-05-08i915: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)
2022-04-21Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi
2022-04-11Merge drm/drm-next into drm-intel-nextJani Nikula
2022-03-17drm/i915: move i915_gem_object_needs_bit17_swizzle() to i915_gem_tiling.[ch]Jani Nikula
2022-03-16drm/i915: add i915_gem_object_create_region_at()Matthew Auld
2022-02-28drm/i915: add io_size plumbingMatthew Auld
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi
2022-02-14drm/i915: include shmem_fs.h only where neededJani Nikula
2022-02-14drm/i915: don't include drm_cache.h in i915_drv.hJani Nikula
2022-01-10drm/i915: clean up shrinker_release_pagesMatthew Auld
2022-01-10drm/i915: remove writeback hookMatthew Auld
2021-11-25drm/i915/ttm: Drop region reference countingThomas Hellström
2021-11-01drm/i915: Introduce refcounted sg-tablesThomas Hellström
2021-10-22drm/i915/ttm: add tt shmem backendMatthew Auld
2021-10-22drm/i915/gem: Break out some shmem backend utilsThomas Hellström
2021-10-20drm/i915/shmem: ensure flush during swap-in on non-LLCMatthew Auld
2021-10-20drm/i915: extract bypass-llc check into helperMatthew Auld
2021-07-27drm/i915/ehl: unconditionally flush the pages on acquireMatthew Auld
2021-06-30drm/i915: support forcing the page size with lmemMatthew Auld
2021-06-24drm/i915/ttm: Use TTM for system memoryThomas Hellström
2021-06-24drm/i915: Update object placement flags to be mutableThomas Hellström
2021-06-02drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström
2021-03-24drm/i915: Finally remove obj->mm.lock.Maarten Lankhorst
2021-03-24drm/i915: Convert i915_gem_object_attach_phys() to ww locking, v2.Maarten Lankhorst
2021-03-24drm/i915: Rework struct phys attachment handlingMaarten Lankhorst
2021-03-24drm/i915: Move HAS_STRUCT_PAGE to obj->flagsMaarten Lankhorst
2021-03-11Merge drm/drm-next into drm-intel-nextJani Nikula
2021-02-02drm/i915: Remove references to struct drm_device.pdevThomas Zimmermann
2021-01-20drm/i915/gem: Move stolen node into GEM object unionChris Wilson
2021-01-15drm/i915/region: convert object_create into object_initMatthew Auld