@@ -7423,7 +7423,7 @@ static bool intel_encoder_crtc_ok(struct drm_encoder *encoder,
* Updates the staged output configuration state, e.g. after we've read out the
* current hw state.
*/
-static void intel_modeset_update_staged_output_state(struct drm_device *dev)
+void intel_modeset_update_staged_output_state(struct drm_device *dev)
{
struct intel_encoder *encoder;
struct intel_connector *connector;
@@ -737,4 +737,6 @@ extern void intel_disable_primary(struct drm_crtc *crtc);
extern void intel_crtc_attach_properties(struct drm_crtc *crtc);
extern void intel_crtc_update_properties(struct drm_crtc *crtc);
+extern void intel_modeset_update_staged_output_state(struct drm_device *dev);
+
#endif /* __INTEL_DRV_H__ */