xref: /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/gen8_ppgtt.h (revision 41ec02673d281bbb3d38e6c78504ce6e30c228c1)
1 /*	$NetBSD: gen8_ppgtt.h,v 1.2 2021/12/18 23:45:30 riastradh Exp $	*/
2 
3 /* SPDX-License-Identifier: MIT */
4 /*
5  * Copyright © 2020 Intel Corporation
6  */
7 
8 #ifndef __GEN8_PPGTT_H__
9 #define __GEN8_PPGTT_H__
10 
11 struct intel_gt;
12 
13 struct i915_ppgtt *gen8_ppgtt_create(struct intel_gt *gt);
14 
15 #endif
16