i915_edram.h 238 B

1234567891011
  1. /* SPDX-License-Identifier: MIT */
  2. /* Copyright © 2025 Intel Corporation */
  3. #ifndef __I915_DRAM_H__
  4. #define __I915_DRAM_H__
  5. struct drm_i915_private;
  6. void i915_edram_detect(struct drm_i915_private *i915);
  7. #endif /* __I915_DRAM_H__ */