Age | Commit message (Expand) | Author | Files | Lines |
2023-01-18 | drm/i915: drop cast from DEFINE_RES_MEM() usage | Jani Nikula | 1 | -1/+1 |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -2/+2 |
2022-07-01 | drm/i915: remove intel_memory_region avail | Matthew Auld | 1 | -3/+1 |
2022-07-01 | drm/i915/uapi: expose the avail tracking | Matthew Auld | 1 | -0/+14 |
2022-04-21 | Merge drm/drm-next into drm-intel-gt-next | Rodrigo Vivi | 1 | -0/+2 |
2022-04-11 | Merge drm/drm-next into drm-intel-next | Jani Nikula | 1 | -2/+8 |
2022-03-21 | drm/i915: Rename INTEL_REGION_LMEM with INTEL_REGION_LMEM_0 | Andi Shyti | 1 | -1/+1 |
2022-03-17 | drm/i915: include uapi/drm/i915_drm.h directly where needed | Jani Nikula | 1 | -0/+2 |
2022-02-28 | drm/i915: add io_size plumbing | Matthew Auld | 1 | -2/+4 |
2022-02-25 | drm/i915: Check stolen memory size before calling drm_mm_init | José Roberto de Souza | 1 | -2/+6 |
2021-12-14 | drm/i915: Test all device memory on probing | Chris Wilson | 1 | -12/+24 |
2021-12-14 | drm/i915: Sanitycheck device iomem on probe | Chris Wilson | 1 | -0/+116 |
2021-11-25 | drm/i915/ttm: Drop region reference counting | Thomas Hellström | 1 | -19/+7 |
2021-08-20 | drm/i915/debugfs: hook up ttm_resource_manager_debug | Matthew Auld | 1 | -0/+12 |
2021-06-24 | drm/i915/ttm: Use TTM for system memory | Thomas Hellström | 1 | -1/+6 |
2021-06-16 | drm/i915/ttm: switch over to ttm_buddy_man | Matthew Auld | 1 | -51/+4 |
2021-06-11 | drm/i915/ttm: Introduce a TTM i915 gem object backend | Thomas Hellström | 1 | -1/+0 |
2021-06-11 | Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm... | Dave Airlie | 1 | -129/+51 |
2021-06-02 | drm/i915/ttm Initialize the ttm device and memory managers | Thomas Hellström | 1 | -129/+51 |
2021-05-04 | drm/i915/uapi: implement object placement extension | Matthew Auld | 1 | -0/+16 |
2021-04-22 | drm/i915: Create stolen memory region from local memory | CQ Tang | 1 | -1/+12 |
2021-03-24 | drm/i915: give stolen system memory its own class | Matthew Auld | 1 | -3/+3 |
2021-03-24 | drm/i915: cleanup the region class/instance encoding | Matthew Auld | 1 | -12/+21 |
2021-03-24 | drm/i915: introduce mem->reserved | Abdiel Janulgue | 1 | -0/+14 |
2021-03-24 | drm/i915: make local-memory probing a GT operation | Matthew Auld | 1 | -3/+2 |
2021-01-13 | drm/i915/region: make intel_region_map static | Jani Nikula | 1 | -1/+1 |
2020-12-02 | Revert "drm/i915/lmem: Limit block size to 4G" | Chris Wilson | 1 | -17/+1 |
2020-11-30 | drm/i915/lmem: Limit block size to 4G | Venkata Sandeep Dhanalakota | 1 | -1/+17 |
2020-11-09 | drm/i915/region: fix order when adding blocks | Matthew Auld | 1 | -1/+1 |
2020-10-21 | drm/i915/region: fix max size calculation | Matthew Auld | 1 | -1/+1 |
2020-01-17 | drm/i915: convert to new logging macros in i915/intel_memory_region.c | Wambui Karuga | 1 | -1/+3 |
2020-01-05 | drm/i915: lookup for mem_region of a mem_type | Ramalingam C | 1 | -0/+14 |
2019-12-28 | drm/i915/lmem: debugfs for LMEM details | Lukasz Fiedorowicz | 1 | -1/+14 |
2019-12-17 | drm/i915/gem: Apply lmem size restriction to get_pages | Chris Wilson | 1 | -0/+3 |
2019-10-31 | drm/i915/lmem: add the fake lmem region | Matthew Auld | 1 | -0/+3 |
2019-10-27 | drm/i915: Split memory_region initialisation into its own file | Chris Wilson | 1 | -0/+56 |
2019-10-18 | drm/i915: treat shmem as a region | Matthew Auld | 1 | -0/+10 |
2019-10-08 | drm/i915/region: support volatile objects | Matthew Auld | 1 | -0/+5 |
2019-10-08 | drm/i915/region: support contiguous allocations | Matthew Auld | 1 | -1/+8 |
2019-10-08 | drm/i915: introduce intel_memory_region | Matthew Auld | 1 | -0/+191 |