blob: 8319422ace9dcef22cfdd36d5125c0afbb7d0606 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: MIT */
/* Copyright © 2025 Intel Corporation */
#ifndef __I915_DRAM_H__
#define __I915_DRAM_H__
struct drm_i915_private;
void i915_edram_detect(struct drm_i915_private *i915);
#endif /* __I915_DRAM_H__ */
|