Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / gpu / drm / i915 / intel_region_lmem.h
blob213def7c7b8a555bc06fa1269837dd5cfa8a3ade
1 /* SPDX-License-Identifier: MIT */
2 /*
3 * Copyright © 2019 Intel Corporation
4 */
6 #ifndef __INTEL_REGION_LMEM_H
7 #define __INTEL_REGION_LMEM_H
9 struct drm_i915_private;
11 extern const struct intel_memory_region_ops intel_region_lmem_ops;
13 struct intel_memory_region *
14 intel_setup_fake_lmem(struct drm_i915_private *i915);
16 #endif /* !__INTEL_REGION_LMEM_H */