summaryrefslogtreecommitdiff
path: root/lib/rendercopy.h
diff options
context:
space:
mode:
authorZhao Yakui <yakui.zhao@intel.com>2014-01-22 09:37:20 +0800
committerDamien Lespiau <damien.lespiau@intel.com>2014-09-30 12:21:02 +0100
commitf04bf00c0d4e3b19fea63ad1d0b959575baf43b5 (patch)
treeb4981d2e3f460318dfe4caf38274240fa690f1a0 /lib/rendercopy.h
parentecd659e000dc3165c33793b7da612863738dc1c5 (diff)
rendercopy/skl: Pass the context to rendercopy function on SKL
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
Diffstat (limited to 'lib/rendercopy.h')
-rw-r--r--lib/rendercopy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rendercopy.h b/lib/rendercopy.h
index f15df0e4..fdc3cabb 100644
--- a/lib/rendercopy.h
+++ b/lib/rendercopy.h
@@ -24,6 +24,7 @@ static inline void emit_vertex_normalized(struct intel_batchbuffer *batch,
}
void gen9_render_copyfunc(struct intel_batchbuffer *batch,
+ drm_intel_context *context,
struct igt_buf *src, unsigned src_x, unsigned src_y,
unsigned width, unsigned height,
struct igt_buf *dst, unsigned dst_x, unsigned dst_y);