Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2022 Intel Corporation
0004  */
0005 
0006 #ifndef __INTEL_MODESET_SETUP_H__
0007 #define __INTEL_MODESET_SETUP_H__
0008 
0009 struct drm_i915_private;
0010 struct drm_modeset_acquire_ctx;
0011 
0012 void intel_modeset_setup_hw_state(struct drm_i915_private *i915,
0013                   struct drm_modeset_acquire_ctx *ctx);
0014 
0015 #endif /* __INTEL_MODESET_SETUP_H__ */