aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_shmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-07drm/i915: Do not set cache_dirty for DGFXNiranjana Vishwanathapura1-2/+2
2022-10-31drm/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/drm-intel into drm-nextDave 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/drm-intel into drm-nextDave Airlie1-9/+2
2022-05-25Merge 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/drm-intel into drm-intel-nextRodrigo 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
2021-01-15drm/i915/region: convert object_create into object_initMatthew Auld1-16/+7
2020-10-13i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)1-2/+2
2020-05-29drm/i915/gem: Give each object class a friendly nameChris Wilson1-0/+1
2020-05-25drm/i915/gem: Suppress some random warningsChris Wilson1-2/+1
2020-05-22drm/i915/gem: Avoid iterating an empty listChris Wilson1-6/+9
2020-01-22drm/i915/gem: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya1-1/+2
2019-12-28drm/i915/lmem: debugfs for LMEM detailsLukasz Fiedorowicz1-0/+2
2019-10-22drm/i915/gem: Distinguish each object typeChris Wilson1-1/+2
2019-10-18drm/i915: treat shmem as a regionMatthew Auld1-21/+58
2019-08-07drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.hJani Nikula1-0/+1
2019-07-04drm/i915/gem: Defer obj->base.resv fini until RCU callbackChris Wilson1-0/+7
2019-05-31drm/i915: Track the purgeable objects on a separate eviction listChris Wilson1-3/+1
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/+61