|
@@ -58,8 +58,7 @@ static struct drm_framebuffer *tilcdc_fb_create(struct drm_device *dev,
|
|
|
static void tilcdc_fb_output_poll_changed(struct drm_device *dev)
|
|
static void tilcdc_fb_output_poll_changed(struct drm_device *dev)
|
|
|
{
|
|
{
|
|
|
struct tilcdc_drm_private *priv = dev->dev_private;
|
|
struct tilcdc_drm_private *priv = dev->dev_private;
|
|
|
- if (priv->fbdev)
|
|
|
|
|
- drm_fbdev_cma_hotplug_event(priv->fbdev);
|
|
|
|
|
|
|
+ drm_fbdev_cma_hotplug_event(priv->fbdev);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
static const struct drm_mode_config_funcs mode_config_funcs = {
|
|
static const struct drm_mode_config_funcs mode_config_funcs = {
|