|
@@ -19,8 +19,6 @@
|
|
|
#include <drm/drm_atomic_helper.h>
|
|
|
#include <drm/drm_crtc_helper.h>
|
|
|
#include <drm/drm_plane_helper.h>
|
|
|
-#include <drm/drm_fb_helper.h>
|
|
|
-#include <drm/drm_fb_cma_helper.h>
|
|
|
#include <drm/drm_gem_framebuffer_helper.h>
|
|
|
#include "vc4_drv.h"
|
|
|
#include "vc4_regs.h"
|
|
@@ -394,7 +392,6 @@ vc4_atomic_check(struct drm_device *dev, struct drm_atomic_state *state)
|
|
|
}
|
|
|
|
|
|
static const struct drm_mode_config_funcs vc4_mode_funcs = {
|
|
|
- .output_poll_changed = drm_fb_helper_output_poll_changed,
|
|
|
.atomic_check = vc4_atomic_check,
|
|
|
.atomic_commit = vc4_atomic_commit,
|
|
|
.fb_create = vc4_fb_create,
|
|
@@ -434,9 +431,6 @@ int vc4_kms_load(struct drm_device *dev)
|
|
|
|
|
|
drm_mode_config_reset(dev);
|
|
|
|
|
|
- if (dev->mode_config.num_connector)
|
|
|
- drm_fb_cma_fbdev_init(dev, 32, 0);
|
|
|
-
|
|
|
drm_kms_helper_poll_init(dev);
|
|
|
|
|
|
return 0;
|