Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2019 Intel Corporation
0004  */
0005 
0006 #ifndef __GEN7_RENDERCLEAR_H__
0007 #define __GEN7_RENDERCLEAR_H__
0008 
0009 struct intel_engine_cs;
0010 struct i915_vma;
0011 
0012 int gen7_setup_clear_gpr_bb(struct intel_engine_cs * const engine,
0013                 struct i915_vma * const vma);
0014 
0015 #endif /* __GEN7_RENDERCLEAR_H__ */