|
@@ -199,17 +199,6 @@ dma_addr_t exynos_drm_fb_dma_addr(struct drm_framebuffer *fb, int index)
|
|
|
return exynos_fb->dma_addr[index];
|
|
|
}
|
|
|
|
|
|
-static void exynos_drm_output_poll_changed(struct drm_device *dev)
|
|
|
-{
|
|
|
- struct exynos_drm_private *private = dev->dev_private;
|
|
|
- struct drm_fb_helper *fb_helper = private->fb_helper;
|
|
|
-
|
|
|
- if (fb_helper)
|
|
|
- drm_fb_helper_hotplug_event(fb_helper);
|
|
|
- else
|
|
|
- exynos_drm_fbdev_init(dev);
|
|
|
-}
|
|
|
-
|
|
|
static const struct drm_mode_config_funcs exynos_drm_mode_config_funcs = {
|
|
|
.fb_create = exynos_user_fb_create,
|
|
|
.output_poll_changed = exynos_drm_output_poll_changed,
|