aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_memory_region.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-14drm/i915: Test all device memory on probingChris Wilson1-12/+24
2021-12-14drm/i915: Sanitycheck device iomem on probeChris Wilson1-0/+116
2021-11-25drm/i915/ttm: Drop region reference countingThomas Hellström1-19/+7
2021-08-20drm/i915/debugfs: hook up ttm_resource_manager_debugMatthew Auld1-0/+12
2021-06-24drm/i915/ttm: Use TTM for system memoryThomas Hellström1-1/+6
2021-06-16drm/i915/ttm: switch over to ttm_buddy_manMatthew Auld1-51/+4
2021-06-11drm/i915/ttm: Introduce a TTM i915 gem object backendThomas Hellström1-1/+0
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-129/+51
2021-06-02drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström1-129/+51
2021-05-04drm/i915/uapi: implement object placement extensionMatthew Auld1-0/+16
2021-04-22drm/i915: Create stolen memory region from local memoryCQ Tang1-1/+12
2021-03-24drm/i915: give stolen system memory its own classMatthew Auld1-3/+3
2021-03-24drm/i915: cleanup the region class/instance encodingMatthew Auld1-12/+21
2021-03-24drm/i915: introduce mem->reservedAbdiel Janulgue1-0/+14
2021-03-24drm/i915: make local-memory probing a GT operationMatthew Auld1-3/+2
2021-01-12drm/i915/region: make intel_region_map staticJani Nikula1-1/+1
2020-12-02Revert "drm/i915/lmem: Limit block size to 4G"Chris Wilson1-17/+1
2020-11-30drm/i915/lmem: Limit block size to 4GVenkata Sandeep Dhanalakota1-1/+17
2020-11-09drm/i915/region: fix order when adding blocksMatthew Auld1-1/+1
2020-10-21drm/i915/region: fix max size calculationMatthew Auld1-1/+1
2020-01-17drm/i915: convert to new logging macros in i915/intel_memory_region.cWambui Karuga1-1/+3
2020-01-05drm/i915: lookup for mem_region of a mem_typeRamalingam C1-0/+14
2019-12-28drm/i915/lmem: debugfs for LMEM detailsLukasz Fiedorowicz1-1/+14
2019-12-16drm/i915/gem: Apply lmem size restriction to get_pagesChris Wilson1-0/+3
2019-10-31drm/i915/lmem: add the fake lmem regionMatthew Auld1-0/+3
2019-10-26drm/i915: Split memory_region initialisation into its own fileChris Wilson1-0/+56
2019-10-18drm/i915: treat shmem as a regionMatthew Auld1-0/+10
2019-10-08drm/i915/region: support volatile objectsMatthew Auld1-0/+5
2019-10-08drm/i915/region: support contiguous allocationsMatthew Auld1-1/+8
2019-10-08drm/i915: introduce intel_memory_regionMatthew Auld1-0/+191