aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_region_ttm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/ttm: fix 32b buildMatthew Auld2022-07-171-1/+1
* drm/i915/ttm: fix sg_table constructionMatthew Auld2022-07-121-3/+7
* drm/i915/ttm: wire up the object offsetMatthew Auld2022-03-161-1/+6
* drm/i915/buddy: track available visible sizeMatthew Auld2022-02-281-0/+1
* drm/i915: add I915_BO_ALLOC_GPU_ONLYMatthew Auld2022-02-281-3/+8
* drm/i915/ttm: require mappable by defaultMatthew Auld2022-02-281-0/+5
* drm/i915/ttm: fixup the mock_boMatthew Auld2022-02-251-0/+8
* drm/i915/ttm: Drop region reference countingThomas Hellström2021-11-251-2/+33
* drm/i915: Introduce refcounted sg-tablesThomas Hellström2021-11-011-7/+8
* drm/i915: support forcing the page size with lmemMatthew Auld2021-06-301-2/+2
* drm/i915/ttm: remove unused functionMatthew Auld2021-06-171-11/+3
* drm/i915/ttm: restore min_page_size behaviourMatthew Auld2021-06-161-1/+1
* drm/i915/ttm: switch over to ttm_buddy_manMatthew Auld2021-06-161-76/+46
* drm/i915/ttm: remove node usage in our namingMatthew Auld2021-06-161-15/+15
* drm/i915/ttm: Calculate the object placement at get_pages timeThomas Hellström2021-06-161-2/+6
* drm/i915/ttm: Introduce a TTM i915 gem object backendThomas Hellström2021-06-111-4/+4
* Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie2021-06-111-18/+24
* drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström2021-06-021-0/+220