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