Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gem/
Di915_gem_region.h23 struct i915_gem_apply_to_region_ops { struct
45 const struct i915_gem_apply_to_region_ops *ops;
Di915_gem_ttm_pm.c134 static const struct i915_gem_apply_to_region_ops recover_ops = { in i915_ttm_recover_region()
156 static const struct i915_gem_apply_to_region_ops backup_ops = { in i915_ttm_backup_region()
223 static const struct i915_gem_apply_to_region_ops restore_ops = { in i915_ttm_restore_region()
Di915_gem_region.c157 const struct i915_gem_apply_to_region_ops *ops = apply->ops; in i915_gem_process_region()