summaryrefslogtreecommitdiff
path: root/lib/veboxcopy.h
blob: fb52b50f5da7f20e84930d49d00fe790d80954f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __VEBOXCOPY_H__
#define __VEBOXCOPY_H__

#include "intel_bufops.h"

void gen12_vebox_copyfunc(struct intel_bb *ibb,
			  struct intel_buf *src,
			  unsigned int width, unsigned int height,
			  struct intel_buf *dst);

#endif