aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_region.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-17drm/i915/ttm: fix 32b buildMatthew Auld1-0/+2
2022-04-21Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi1-0/+2
2022-04-11Merge drm/drm-next into drm-intel-nextJani Nikula1-0/+16
2022-03-17drm/i915: include uapi/drm/i915_drm.h directly where neededJani Nikula1-0/+2
2022-03-16drm/i915: add i915_gem_object_create_region_at()Matthew Auld1-6/+41
2022-03-08drm/i915: opportunistically apply ALLOC_CONTIGIOUSMatthew Auld1-0/+3
2022-02-28drm/i915: add I915_BO_ALLOC_GPU_ONLYMatthew Auld1-0/+5
2022-02-25drm/i915: apply PM_EARLY for non-GTT mappable objectsMatthew Auld1-0/+11
2021-11-25drm/i915/ttm: Drop region reference countingThomas Hellström1-3/+1
2021-09-24drm/i915/gem: Implement a function to process all gem objects of a regionThomas Hellström1-0/+70
2021-06-30drm/i915: support forcing the page size with lmemMatthew Auld1-2/+11
2021-06-24drm/i915/ttm: Use TTM for system memoryThomas Hellström1-4/+0
2021-06-11drm/i915/ttm: Introduce a TTM i915 gem object backendThomas Hellström1-5/+1
2021-06-02drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström1-120/+0
2021-05-04drm/i915/lmem: support optional CPU clearing for special internal useMatthew Auld1-0/+22
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-11/+1
2021-03-24drm/i915/gem: consolidate 2big error checking for object sizesMatthew Auld1-11/+1
2021-03-24drm/i915: Move HAS_STRUCT_PAGE to obj->flagsMaarten Lankhorst1-3/+1
2021-01-20drm/i915/region: don't leak the object on errorMatthew Auld1-4/+4
2021-01-15drm/i915/region: convert object_create into object_initMatthew Auld1-3/+13
2020-12-02Revert "drm/i915/lmem: Limit block size to 4G"Chris Wilson1-1/+1
2020-12-02drm/i915/gem: Limit lmem scatterlist elements to UINT_MAXChris Wilson1-16/+20
2020-11-30drm/i915/lmem: Limit block size to 4GVenkata Sandeep Dhanalakota1-1/+1
2020-01-02drm/i915/gem: Single page objects are naturally contiguousChris Wilson1-0/+3
2019-12-16drm/i915: Remove unneeded semicolonzhengbin1-1/+1
2019-10-18drm/i915: treat shmem as a regionMatthew Auld1-1/+6
2019-10-08drm/i915/region: support volatile objectsMatthew Auld1-1/+16
2019-10-08drm/i915/region: support contiguous allocationsMatthew Auld1-3/+12
2019-10-08drm/i915: introduce intel_memory_regionMatthew Auld1-0/+145