summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/i915_gem_region.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/ttm: fix 32b buildMatthew Auld2022-07-171-0/+2
* Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi2022-04-211-0/+2
|\
| * Merge drm/drm-next into drm-intel-nextJani Nikula2022-04-111-0/+16
| |\
| * | drm/i915: include uapi/drm/i915_drm.h directly where neededJani Nikula2022-03-171-0/+2
* | | drm/i915: add i915_gem_object_create_region_at()Matthew Auld2022-03-161-6/+41
* | | drm/i915: opportunistically apply ALLOC_CONTIGIOUSMatthew Auld2022-03-081-0/+3
| |/ |/|
* | drm/i915: add I915_BO_ALLOC_GPU_ONLYMatthew Auld2022-02-281-0/+5
* | drm/i915: apply PM_EARLY for non-GTT mappable objectsMatthew Auld2022-02-251-0/+11
|/
* drm/i915/ttm: Drop region reference countingThomas Hellström2021-11-251-3/+1
* drm/i915/gem: Implement a function to process all gem objects of a regionThomas Hellström2021-09-241-0/+70
* drm/i915: support forcing the page size with lmemMatthew Auld2021-06-301-2/+11
* drm/i915/ttm: Use TTM for system memoryThomas Hellström2021-06-241-4/+0
* drm/i915/ttm: Introduce a TTM i915 gem object backendThomas Hellström2021-06-111-5/+1
* drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström2021-06-021-120/+0
* drm/i915/lmem: support optional CPU clearing for special internal useMatthew Auld2021-05-041-0/+22
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-11/+1
|\
| * drm/i915/gem: consolidate 2big error checking for object sizesMatthew Auld2021-03-241-11/+1
* | drm/i915: Move HAS_STRUCT_PAGE to obj->flagsMaarten Lankhorst2021-03-241-3/+1
|/
* drm/i915/region: don't leak the object on errorMatthew Auld2021-01-201-4/+4
* drm/i915/region: convert object_create into object_initMatthew Auld2021-01-151-3/+13
* Revert "drm/i915/lmem: Limit block size to 4G"Chris Wilson2020-12-021-1/+1
* drm/i915/gem: Limit lmem scatterlist elements to UINT_MAXChris Wilson2020-12-021-16/+20
* drm/i915/lmem: Limit block size to 4GVenkata Sandeep Dhanalakota2020-11-301-1/+1
* drm/i915/gem: Single page objects are naturally contiguousChris Wilson2020-01-021-0/+3
* drm/i915: Remove unneeded semicolonzhengbin2019-12-161-1/+1
* drm/i915: treat shmem as a regionMatthew Auld2019-10-181-1/+6
* drm/i915/region: support volatile objectsMatthew Auld2019-10-081-1/+16
* drm/i915/region: support contiguous allocationsMatthew Auld2019-10-081-3/+12
* drm/i915: introduce intel_memory_regionMatthew Auld2019-10-081-0/+145