Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[linux-2.6-microblaze.git] / drivers / gpu / drm / i915 / gt / gen7_renderclear.h
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__ */