summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_memory_region.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Add stable memory region namesTvrtko Ursulin2023-11-101-0/+19
* drm/i915: drop cast from DEFINE_RES_MEM() usageJani Nikula2023-01-181-1/+1
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
* drm/i915: remove intel_memory_region availMatthew Auld2022-07-011-3/+1
* drm/i915/uapi: expose the avail trackingMatthew Auld2022-07-011-0/+14
* 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-2/+8
| |\
| * | drm/i915: include uapi/drm/i915_drm.h directly where neededJani Nikula2022-03-171-0/+2
* | | drm/i915: Rename INTEL_REGION_LMEM with INTEL_REGION_LMEM_0Andi Shyti2022-03-211-1/+1
| |/ |/|
* | drm/i915: add io_size plumbingMatthew Auld2022-02-281-2/+4
* | drm/i915: Check stolen memory size before calling drm_mm_initJosé Roberto de Souza2022-02-251-2/+6
|/
* drm/i915: Test all device memory on probingChris Wilson2021-12-141-12/+24
* drm/i915: Sanitycheck device iomem on probeChris Wilson2021-12-141-0/+116
* drm/i915/ttm: Drop region reference countingThomas Hellström2021-11-251-19/+7
* drm/i915/debugfs: hook up ttm_resource_manager_debugMatthew Auld2021-08-201-0/+12
* drm/i915/ttm: Use TTM for system memoryThomas Hellström2021-06-241-1/+6
* drm/i915/ttm: switch over to ttm_buddy_manMatthew Auld2021-06-161-51/+4
* drm/i915/ttm: Introduce a TTM i915 gem object backendThomas Hellström2021-06-111-1/+0
* Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie2021-06-111-129/+51
|\
| * drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström2021-06-021-129/+51
|/
* drm/i915/uapi: implement object placement extensionMatthew Auld2021-05-041-0/+16
* drm/i915: Create stolen memory region from local memoryCQ Tang2021-04-221-1/+12
* drm/i915: give stolen system memory its own classMatthew Auld2021-03-241-3/+3
* drm/i915: cleanup the region class/instance encodingMatthew Auld2021-03-241-12/+21
* drm/i915: introduce mem->reservedAbdiel Janulgue2021-03-241-0/+14
* drm/i915: make local-memory probing a GT operationMatthew Auld2021-03-241-3/+2
* drm/i915/region: make intel_region_map staticJani Nikula2021-01-121-1/+1
* Revert "drm/i915/lmem: Limit block size to 4G"Chris Wilson2020-12-021-17/+1
* drm/i915/lmem: Limit block size to 4GVenkata Sandeep Dhanalakota2020-11-301-1/+17
* drm/i915/region: fix order when adding blocksMatthew Auld2020-11-091-1/+1
* drm/i915/region: fix max size calculationMatthew Auld2020-10-211-1/+1
* drm/i915: convert to new logging macros in i915/intel_memory_region.cWambui Karuga2020-01-171-1/+3
* drm/i915: lookup for mem_region of a mem_typeRamalingam C2020-01-051-0/+14
* drm/i915/lmem: debugfs for LMEM detailsLukasz Fiedorowicz2019-12-281-1/+14
* drm/i915/gem: Apply lmem size restriction to get_pagesChris Wilson2019-12-161-0/+3
* drm/i915/lmem: add the fake lmem regionMatthew Auld2019-10-311-0/+3
* drm/i915: Split memory_region initialisation into its own fileChris Wilson2019-10-261-0/+56
* drm/i915: treat shmem as a regionMatthew Auld2019-10-181-0/+10
* drm/i915/region: support volatile objectsMatthew Auld2019-10-081-0/+5
* drm/i915/region: support contiguous allocationsMatthew Auld2019-10-081-1/+8
* drm/i915: introduce intel_memory_regionMatthew Auld2019-10-081-0/+191