xref: /linux/drivers/gpu/drm/i915/gt/gen7_renderclear.h (revision 48dea9a700c8728cc31a1dd44588b97578de86ee)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2019 Intel Corporation
4  */
5 
6 #ifndef __GEN7_RENDERCLEAR_H__
7 #define __GEN7_RENDERCLEAR_H__
8 
9 struct intel_engine_cs;
10 struct i915_vma;
11 
12 int gen7_setup_clear_gpr_bb(struct intel_engine_cs * const engine,
13 			    struct i915_vma * const vma);
14 
15 #endif /* __GEN7_RENDERCLEAR_H__ */
16