Searched refs:scratch_range (Results 1 – 3 of 3) sorted by relevance
105 ggtt->vm.scratch_range = gmch_ggtt_clear_range; in intel_ggtt_gmch_probe()
882 ggtt->vm.scratch_range(&ggtt->vm, start, size); in init_ggtt()1242 ggtt->vm.scratch_range = gen8_ggtt_clear_range; in gen8_gmch_probe()1268 ggtt->vm.scratch_range = gen8_ggtt_scratch_range_bind; in gen8_gmch_probe()1425 ggtt->vm.scratch_range = gen6_ggtt_clear_range; in gen6_gmch_probe()1604 ggtt->vm.scratch_range(&ggtt->vm, ggtt->error_capture.start, in i915_ggtt_resume()
323 void (*scratch_range)(struct i915_address_space *vm, member