summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_memory_region.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: remove intel_memory_region availMatthew Auld2022-07-011-1/+0
* drm/i915/uapi: expose the avail trackingMatthew Auld2022-07-011-0/+3
* Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi2022-04-211-1/+1
|\
| * Merge drm/drm-next into drm-intel-nextJani Nikula2022-04-111-5/+2
| |\
| * | drm/i915: include uapi/drm/i915_drm.h directly where neededJani Nikula2022-03-171-1/+1
* | | drm/i915: Prepare for multiple GTsTvrtko Ursulin2022-03-211-0/+3
* | | drm/i915: Rename INTEL_REGION_LMEM with INTEL_REGION_LMEM_0Andi Shyti2022-03-211-2/+2
* | | drm/i915: add i915_gem_object_create_region_at()Matthew Auld2022-03-161-0/+1
| |/ |/|
* | drm/i915: add io_size plumbingMatthew Auld2022-02-281-0/+2
* | drm/i915: Kill the fake lmem supportLucas De Marchi2022-02-181-5/+0
|/
* drm/i915/ttm: Drop region reference countingThomas Hellström2021-11-251-7/+2
* drm/i915/debugfs: hook up ttm_resource_manager_debugMatthew Auld2021-08-201-0/+4
* drm/i915: support forcing the page size with lmemMatthew Auld2021-06-301-0/+1
* drm/i915/ttm: Use TTM for system memoryThomas Hellström2021-06-241-0/+8
* drm/i915/ttm: restore min_page_size behaviourMatthew Auld2021-06-161-2/+1
* drm/i915/ttm: switch over to ttm_buddy_manMatthew Auld2021-06-161-17/+0
* 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-21/+24
|\
| * drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström2021-06-021-21/+23
|/
* drm/i915/uapi: implement object placement extensionMatthew Auld2021-05-041-0/+4
* drm/i915/query: Expose memory regions through the query uAPIAbdiel Janulgue2021-05-041-5/+3
* drm/i915: mark stolen as privateMatthew Auld2021-05-041-0/+1
* drm/i915: Create stolen memory region from local memoryCQ Tang2021-04-221-1/+4
* 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-8/+3
* drm/i915: introduce mem->reservedAbdiel Janulgue2021-03-241-0/+5
* drm/i915/region: convert object_create into object_initMatthew Auld2021-01-151-4/+4
* drm/i915/region: make intel_region_map staticJani Nikula2021-01-121-5/+0
* Revert "drm/i915/lmem: Limit block size to 4G"Chris Wilson2020-12-021-3/+2
* drm/i915/lmem: Limit block size to 4GVenkata Sandeep Dhanalakota2020-11-301-2/+3
* drm/i915: lookup for mem_region of a mem_typeRamalingam C2020-01-051-0/+3
* drm/i915/lmem: debugfs for LMEM detailsLukasz Fiedorowicz2019-12-281-0/+11
* drm/i915/lmem: add the fake lmem regionMatthew Auld2019-10-311-0/+6
* drm/i915: Split memory_region initialisation into its own fileChris Wilson2019-10-261-0/+3
* drm/i915: treat shmem as a regionMatthew Auld2019-10-181-1/+27
* drm/i915: enumerate and init each supported regionAbdiel Janulgue2019-10-181-0/+4
* drm/i915/region: support volatile objectsMatthew Auld2019-10-081-0/+6
* drm/i915/region: support contiguous allocationsMatthew Auld2019-10-081-1/+2
* drm/i915: introduce intel_memory_regionMatthew Auld2019-10-081-0/+83