|
@@ -802,6 +802,8 @@ int valleyview_get_vco(struct drm_i915_private *dev_priv);
|
|
void intel_mode_from_pipe_config(struct drm_display_mode *mode,
|
|
void intel_mode_from_pipe_config(struct drm_display_mode *mode,
|
|
struct intel_crtc_config *pipe_config);
|
|
struct intel_crtc_config *pipe_config);
|
|
int intel_format_to_fourcc(int format);
|
|
int intel_format_to_fourcc(int format);
|
|
|
|
+void intel_crtc_wait_for_pending_flips(struct drm_crtc *crtc);
|
|
|
|
+
|
|
|
|
|
|
/* intel_dp.c */
|
|
/* intel_dp.c */
|
|
void intel_dp_init(struct drm_device *dev, int output_reg, enum port port);
|
|
void intel_dp_init(struct drm_device *dev, int output_reg, enum port port);
|