summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/i915_gem_object_types.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-10drm/i915: Add ability for tracking buffer objects per clientTvrtko Ursulin1-0/+12
2023-08-07Merge tag 'drm-intel-gt-next-2023-08-04' of git://anongit.freedesktop.org/drm...Dave Airlie1-1/+3
2023-08-02drm/i915: Invalidate the TLBs on each GTChris Wilson1-1/+3
2023-08-01drm/i915: Add macros to get i915 device from i915_gem_objectJouni Högander1-0/+3
2023-05-11drm/i915: use pat_index instead of cache_levelFei Yang1-4/+42
2023-05-11drm/i915: preparation for using PAT indexFei Yang1-0/+7
2023-04-11Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen1-0/+3
2023-04-06drm/i915/ttm: Add I915_BO_PREALLOCNirmoy Das1-4/+11
2023-03-24drm/i915/dpt: Treat the DPT BO as a framebufferVille Syrjälä1-0/+3
2023-01-04Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+1
2022-12-14drm/i915/ttm: consider CCS for backup objectsMatthew Auld1-4/+6
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König1-1/+1
2022-10-11drm/i915: allow control over the flags when migratingMatthew Auld1-1/+2
2022-09-14drm/i915/dgfx: Release mmap on rpm suspendAnshuman Gupta1-1/+2
2022-07-28drm/i915/gt: Batch TLB invalidationsChris Wilson1-1/+2
2022-07-01drm/i915/ttm: handle blitter failure on DG2Matthew Auld1-0/+18
2022-03-16drm/i915/ttm: wire up the object offsetMatthew Auld1-0/+2
2022-02-28drm/i915: add I915_BO_ALLOC_GPU_ONLYMatthew Auld1-5/+12
2022-02-03Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen1-0/+1
2022-01-25drm/i915: Flush TLBs before releasing backing storeTvrtko Ursulin1-0/+1
2022-01-11drm/i915: Use the vma resource as argument for gtt binding / unbindingThomas Hellström1-25/+2
2022-01-10drm/i915/ttm: add unmap_virtual callbackMatthew Auld1-0/+1
2022-01-10drm/i915/ttm: add unmap_virtual callbackMatthew Auld1-0/+1
2022-01-10drm/i915: clean up shrinker_release_pagesMatthew Auld1-3/+20
2022-01-10drm/i915: remove writeback hookMatthew Auld1-1/+0
2021-11-25drm/i915/ttm: Correctly handle waiting for gpu when shrinkingThomas Hellström1-0/+1
2021-11-01drm/i915: Introduce refcounted sg-tablesThomas Hellström1-1/+2
2021-10-22drm/i915/ttm: move shrinker management into adjust_lruMatthew Auld1-3/+11
2021-10-22drm/i915: add some kernel-doc for shrink_pin and friendsMatthew Auld1-1/+23
2021-10-22drm/i915/ttm: add tt shmem backendMatthew Auld1-1/+3
2021-10-20drm/i915: expand on the kernel-doc for cache_dirtyMatthew Auld1-0/+27
2021-10-04drm/i915/pxp: interfaces for using protected objectsDaniele Ceraolo Spurio1-1/+8
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström1-3/+6
2021-09-24drm/i915: Don't back up pinned LMEM context images and rings during suspendThomas Hellström1-7/+10
2021-09-24drm/i915 Implement LMEM backup and restore for suspend / resumeThomas Hellström1-0/+1
2021-07-27drm/i915/ehl: unconditionally flush the pages on acquireMatthew Auld1-0/+6
2021-07-27drm/i915: document caching related bitsMatthew Auld1-4/+183
2021-07-21drm/i915: Add TTM offset argument to mmap.Maarten Lankhorst1-0/+1
2021-06-30drm/i915/gem: Implement object migrationThomas Hellström1-0/+9
2021-06-24drm/i915: Update object placement flags to be mutableThomas Hellström1-10/+17
2021-06-16drm/i915/ttm: remove node usage in our namingMatthew Auld1-2/+3
2021-06-11drm/i915: Use ttm mmap handling for ttm bo's.Maarten Lankhorst1-0/+3
2021-06-11drm/i915/ttm: Introduce a TTM i915 gem object backendThomas Hellström1-3/+24
2021-06-02drm/i915/ttm: Embed a ttm buffer object in the i915 gem objectThomas Hellström1-1/+11
2021-06-02drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström1-2/+4
2021-06-01drm/i915: Don't free shared locks while sharedThomas Hellström1-0/+4
2021-05-04drm/i915/lmem: support optional CPU clearing for special internal useMatthew Auld1-3/+5
2021-05-04drm/i915/uapi: implement object placement extensionMatthew Auld1-0/+6
2021-03-24drm/i915: Finally remove obj->mm.lock.Maarten Lankhorst1-1/+0
2021-03-24drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v7.Maarten Lankhorst1-4/+6