src/sys/dev/pci/drm/i915/display/intel_display_reset.h

16 lines
362 B
C
Raw Normal View History

2024-01-18 08:29:14 +00:00
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2023 Intel Corporation
*/
#ifndef __INTEL_RESET_H__
#define __INTEL_RESET_H__
#define drm_i915_private inteldrm_softc
struct drm_i915_private;
void intel_display_reset_prepare(struct drm_i915_private *i915);
void intel_display_reset_finish(struct drm_i915_private *i915);
#endif /* __INTEL_RESET_H__ */