|
@@ -23,6 +23,7 @@
|
|
|
#include <linux/spinlock.h>
|
|
|
#include <linux/videodev2.h>
|
|
|
#include <drm/drmP.h>
|
|
|
+#include <drm/drm_atomic_helper.h>
|
|
|
#include <drm/drm_fb_helper.h>
|
|
|
#include <drm/drm_crtc_helper.h>
|
|
|
#include <video/imx-ipu-v3.h>
|
|
@@ -360,6 +361,9 @@ static const struct drm_connector_funcs imx_tve_connector_funcs = {
|
|
|
.fill_modes = drm_helper_probe_single_connector_modes,
|
|
|
.detect = imx_tve_connector_detect,
|
|
|
.destroy = imx_drm_connector_destroy,
|
|
|
+ .reset = drm_atomic_helper_connector_reset,
|
|
|
+ .atomic_duplicate_state = drm_atomic_helper_connector_duplicate_state,
|
|
|
+ .atomic_destroy_state = drm_atomic_helper_connector_destroy_state,
|
|
|
};
|
|
|
|
|
|
static const struct drm_connector_helper_funcs imx_tve_connector_helper_funcs = {
|