sync with OpenBSD -current
This commit is contained in:
parent
ee68147dcd
commit
1cefe29c7e
1651 changed files with 283292 additions and 68089 deletions
15
sys/dev/pci/drm/i915/display/intel_display_reset.h
Normal file
15
sys/dev/pci/drm/i915/display/intel_display_reset.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
/* 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__ */
|
Loading…
Add table
Add a link
Reference in a new issue