Device local-memory should be thought of as part the GT, which means it should also sit under gt/. Suggested-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Matthew Auld <matthew.auld@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20210112164300.356524-1-matthew.auld@intel.com
14 lines
289 B
C
14 lines
289 B
C
/* SPDX-License-Identifier: MIT */
|
|
/*
|
|
* Copyright © 2019 Intel Corporation
|
|
*/
|
|
|
|
#ifndef __INTEL_REGION_LMEM_H
|
|
#define __INTEL_REGION_LMEM_H
|
|
|
|
struct drm_i915_private;
|
|
|
|
struct intel_memory_region *
|
|
intel_setup_fake_lmem(struct drm_i915_private *i915);
|
|
|
|
#endif /* !__INTEL_REGION_LMEM_H */
|