repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
gen8_ppgtt.h
blob
76a08b9c1f5c80658fe0428b7e128aa16dddad78
1
/* SPDX-License-Identifier: MIT */
2
/*
3
* Copyright © 2020 Intel Corporation
4
*/
5
6
#ifndef __GEN8_PPGTT_H__
7
#define __GEN8_PPGTT_H__
8
9
struct
intel_gt
;
10
11
struct
i915_ppgtt
*
gen8_ppgtt_create
(
struct
intel_gt
*
gt
);
12
13
#endif