Searched refs:I915_TTM_BACKUP_ALLOW_GPU (Results 1 – 3 of 3) sorted by relevance
91 ret = lmem_suspend(i915, I915_TTM_BACKUP_ALLOW_GPU); in i915_gem_backup_suspend()105 ret = lmem_suspend(i915, I915_TTM_BACKUP_ALLOW_GPU | in i915_gem_backup_suspend()229 ret = lmem_restore(i915, I915_TTM_BACKUP_ALLOW_GPU); in i915_gem_resume()
146 .allow_gpu = flags & I915_TTM_BACKUP_ALLOW_GPU, in i915_ttm_backup_region()210 .allow_gpu = flags & I915_TTM_BACKUP_ALLOW_GPU, in i915_ttm_restore_region()
14 #define I915_TTM_BACKUP_ALLOW_GPU BIT(0) macro