Home
last modified time | relevance | path

Searched refs:drm_pagemap_cache (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_pagemap_util.c26 struct drm_pagemap_cache { struct
62 struct drm_pagemap_cache *cache = arg; in drm_pagemap_cache_fini() argument
95 struct drm_pagemap_cache *drm_pagemap_cache_create_devm(struct drm_pagemap_shrinker *shrinker) in drm_pagemap_cache_create_devm()
97 struct drm_pagemap_cache *cache = kzalloc_obj(*cache); in drm_pagemap_cache_create_devm()
148 int drm_pagemap_cache_lock_lookup(struct drm_pagemap_cache *cache) in drm_pagemap_cache_lock_lookup()
158 void drm_pagemap_cache_unlock_lookup(struct drm_pagemap_cache *cache) in drm_pagemap_cache_unlock_lookup()
179 struct drm_pagemap *drm_pagemap_get_from_cache(struct drm_pagemap_cache *cache) in drm_pagemap_get_from_cache()
233 void drm_pagemap_cache_set_pagemap(struct drm_pagemap_cache *cache, struct drm_pagemap *dpagemap) in drm_pagemap_cache_set_pagemap()
256 struct drm_pagemap *drm_pagemap_get_from_cache_if_active(struct drm_pagemap_cache *cache) in drm_pagemap_get_from_cache_if_active()
270 struct drm_pagemap_cache *cache = dpagemap->cache; in drm_pagemap_shrinker_cancel()
[all …]
/linux/include/drm/
H A Ddrm_pagemap.h13 struct drm_pagemap_cache;
170 struct drm_pagemap_cache *cache;
/linux/drivers/gpu/drm/xe/
H A Dxe_svm.c1823 xe_pagemap_find_or_create(struct xe_device *xe, struct drm_pagemap_cache *cache, in xe_pagemap_find_or_create()
1906 struct drm_pagemap_cache *cache = in xe_pagemap_cache_create()