|
@@ -713,14 +713,14 @@ bool intel_dsi_init(struct drm_device *dev);
|
|
|
void intel_dvo_init(struct drm_device *dev);
|
|
|
|
|
|
|
|
|
-/* legacy fbdev emulation in intel_fb.c */
|
|
|
+/* legacy fbdev emulation in intel_fbdev.c */
|
|
|
#ifdef CONFIG_DRM_I915_FBDEV
|
|
|
extern int intel_fbdev_init(struct drm_device *dev);
|
|
|
extern void intel_fbdev_initial_config(struct drm_device *dev);
|
|
|
extern void intel_fbdev_fini(struct drm_device *dev);
|
|
|
extern void intel_fbdev_set_suspend(struct drm_device *dev, int state);
|
|
|
-extern void intel_fb_output_poll_changed(struct drm_device *dev);
|
|
|
-extern void intel_fb_restore_mode(struct drm_device *dev);
|
|
|
+extern void intel_fbdev_output_poll_changed(struct drm_device *dev);
|
|
|
+extern void intel_fbdev_restore_mode(struct drm_device *dev);
|
|
|
#else
|
|
|
static inline int intel_fbdev_init(struct drm_device *dev)
|
|
|
{
|
|
@@ -739,7 +739,7 @@ static inline void intel_fbdev_set_suspend(struct drm_device *dev, int state)
|
|
|
{
|
|
|
}
|
|
|
|
|
|
-static inline void intel_fb_restore_mode(struct drm_device *dev)
|
|
|
+static inline void intel_fbdev_restore_mode(struct drm_device *dev)
|
|
|
{
|
|
|
}
|
|
|
#endif
|