intel_clock_gating.h 322 B

1234567891011121314
  1. /* SPDX-License-Identifier: MIT */
  2. /*
  3. * Copyright © 2019 Intel Corporation
  4. */
  5. #ifndef __INTEL_CLOCK_GATING_H__
  6. #define __INTEL_CLOCK_GATING_H__
  7. struct drm_device;
  8. void intel_clock_gating_init(struct drm_device *drm);
  9. void intel_clock_gating_hooks_init(struct drm_device *drm);
  10. #endif /* __INTEL_CLOCK_GATING_H__ */