xref: /openbmc/linux/drivers/gpu/drm/i915/gt/intel_region_lmem.h (revision dcabb06bf127b3e0d3fbc94a2b65dd56c2725851)
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 drm_i915_private;
10 
11 struct intel_memory_region *
12 intel_setup_fake_lmem(struct drm_i915_private *i915);
13 
14 #endif /* !__INTEL_REGION_LMEM_H */
15