1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2019 Intel Corporation
5 #ifndef __I915_GEM_CLIENT_BLT_H__
6 #define __I915_GEM_CLIENT_BLT_H__
8 #include <linux/types.h>
10 struct drm_i915_gem_object
;
11 struct i915_page_sizes
;
15 int i915_gem_schedule_fill_pages_blt(struct drm_i915_gem_object
*obj
,
16 struct intel_context
*ce
,
17 struct sg_table
*pages
,
18 struct i915_page_sizes
*page_sizes
,