Searched refs:scratch_range (Results 1 – 3 of 3) sorted by relevance
113 ggtt->vm.scratch_range = gmch_ggtt_clear_range; in intel_ggtt_gmch_probe()
928 ggtt->vm.scratch_range(&ggtt->vm, start, size); in init_ggtt()1288 ggtt->vm.scratch_range = gen8_ggtt_clear_range; in gen8_gmch_probe()1315 ggtt->vm.scratch_range = gen8_ggtt_scratch_range_bind; in gen8_gmch_probe()1482 ggtt->vm.scratch_range = gen6_ggtt_clear_range; in gen6_gmch_probe()1670 ggtt->vm.scratch_range(&ggtt->vm, ggtt->error_capture.start, in i915_ggtt_resume()
324 void (*scratch_range)(struct i915_address_space *vm, member