xref: /kernel/linux/linux-5.10/drivers/gpu/drm/i915/intel_dram.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/gpu/drm/i915/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: MIT */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright © 2020 Intel Corporation
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef __INTEL_DRAM_H__
78c2ecf20Sopenharmony_ci#define __INTEL_DRAM_H__
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_cistruct drm_i915_private;
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_civoid intel_dram_edram_detect(struct drm_i915_private *i915);
128c2ecf20Sopenharmony_civoid intel_dram_detect(struct drm_i915_private *i915);
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#endif /* __INTEL_DRAM_H__ */
15

Indexes created Thu Nov 07 10:32:03 CST 2024