Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_pm.c95 ret = lmem_suspend(i915, I915_TTM_BACKUP_ALLOW_GPU); in i915_gem_backup_suspend()
109 ret = lmem_suspend(i915, I915_TTM_BACKUP_ALLOW_GPU | in i915_gem_backup_suspend()
239 ret = lmem_restore(i915, I915_TTM_BACKUP_ALLOW_GPU); in i915_gem_resume()
H A Di915_gem_ttm_pm.h14 #define I915_TTM_BACKUP_ALLOW_GPU BIT(0) macro
H A Di915_gem_ttm_pm.c161 .allow_gpu = flags & I915_TTM_BACKUP_ALLOW_GPU, in i915_ttm_backup_region()
228 .allow_gpu = flags & I915_TTM_BACKUP_ALLOW_GPU, in i915_ttm_restore_region()