Searched refs:scratch_range (Results 1 – 3 of 3) sorted by relevance
112 ggtt->vm.scratch_range = gmch_ggtt_clear_range; in intel_ggtt_gmch_probe()
927 ggtt->vm.scratch_range(&ggtt->vm, start, size); in init_ggtt() 1287 ggtt->vm.scratch_range = gen8_ggtt_clear_range; in gen8_gmch_probe() 1314 ggtt->vm.scratch_range = gen8_ggtt_scratch_range_bind; in gen8_gmch_probe() 1481 ggtt->vm.scratch_range = gen6_ggtt_clear_range; in gen6_gmch_probe() 1669 ggtt->vm.scratch_range(&ggtt->vm, ggtt->error_capture.start, in i915_ggtt_resume()
324 void (*scratch_range)(struct i915_address_space *vm, member