]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/gt/intel_region_lmem.h
Merge remote-tracking branch 'spi/for-5.14' into spi-linus
[linux.git] / drivers / gpu / drm / i915 / gt / intel_region_lmem.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2019 Intel Corporation
4  */
5
6 #ifndef __INTEL_REGION_LMEM_H
7 #define __INTEL_REGION_LMEM_H
8
9 struct intel_gt;
10
11 struct intel_memory_region *intel_gt_setup_lmem(struct intel_gt *gt);
12
13 struct intel_memory_region *
14 intel_gt_setup_fake_lmem(struct intel_gt *gt);
15
16 #endif /* !__INTEL_REGION_LMEM_H */
This page took 0.033955 seconds and 4 git commands to generate.