]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/gt/gen8_ppgtt.h
drm/nouveau/kms: Don't change EDID when it hasn't actually changed
[linux.git] / drivers / gpu / drm / i915 / gt / gen8_ppgtt.h
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
This page took 0.039813 seconds and 4 git commands to generate.