]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/gt/gen7_renderclear.h
Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
[linux.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__ */
This page took 0.031308 seconds and 4 git commands to generate.