Searched refs:I915_TTM_BACKUP_ALLOW_GPU (Results 1 – 3 of 3) sorted by relevance
101 ret = lmem_suspend(i915, I915_TTM_BACKUP_ALLOW_GPU); in i915_gem_backup_suspend()115 ret = lmem_suspend(i915, I915_TTM_BACKUP_ALLOW_GPU | in i915_gem_backup_suspend()248 ret = lmem_restore(i915, I915_TTM_BACKUP_ALLOW_GPU); in i915_gem_resume()
161 .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()
14 #define I915_TTM_BACKUP_ALLOW_GPU BIT(0) macro
Completed in 6 milliseconds