aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_memory_region.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-20drm/i915/debugfs: hook up ttm_resource_manager_debugMatthew Auld1-0/+4
2021-06-30drm/i915: support forcing the page size with lmemMatthew Auld1-0/+1
2021-06-24drm/i915/ttm: Use TTM for system memoryThomas Hellström1-0/+8
2021-06-16drm/i915/ttm: restore min_page_size behaviourMatthew Auld1-2/+1
2021-06-16drm/i915/ttm: switch over to ttm_buddy_manMatthew Auld1-17/+0
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-21/+24
2021-06-02drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström1-21/+23
2021-05-04drm/i915/uapi: implement object placement extensionMatthew Auld1-0/+4
2021-05-04drm/i915/query: Expose memory regions through the query uAPIAbdiel Janulgue1-5/+3
2021-05-04drm/i915: mark stolen as privateMatthew Auld1-0/+1
2021-04-22drm/i915: Create stolen memory region from local memoryCQ Tang1-1/+4
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-8/+3
2021-03-24drm/i915: introduce mem->reservedAbdiel Janulgue1-0/+5
2021-01-15drm/i915/region: convert object_create into object_initMatthew Auld1-4/+4
2021-01-12drm/i915/region: make intel_region_map staticJani Nikula1-5/+0
2020-12-02Revert "drm/i915/lmem: Limit block size to 4G"Chris Wilson1-3/+2
2020-11-30drm/i915/lmem: Limit block size to 4GVenkata Sandeep Dhanalakota1-2/+3
2020-01-05drm/i915: lookup for mem_region of a mem_typeRamalingam C1-0/+3
2019-12-28drm/i915/lmem: debugfs for LMEM detailsLukasz Fiedorowicz1-0/+11
2019-10-31drm/i915/lmem: add the fake lmem regionMatthew Auld1-0/+6
2019-10-26drm/i915: Split memory_region initialisation into its own fileChris Wilson1-0/+3
2019-10-18drm/i915: treat shmem as a regionMatthew Auld1-1/+27
2019-10-18drm/i915: enumerate and init each supported regionAbdiel Janulgue1-0/+4
2019-10-08drm/i915/region: support volatile objectsMatthew Auld1-0/+6
2019-10-08drm/i915/region: support contiguous allocationsMatthew Auld1-1/+2
2019-10-08drm/i915: introduce intel_memory_regionMatthew Auld1-0/+83