|
@@ -17,6 +17,7 @@
|
|
|
* this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
*/
|
|
|
|
|
|
+#include <drm/drm_atomic_helper.h>
|
|
|
#include <drm/drm_crtc_helper.h>
|
|
|
#include <drm/drm_fb_helper.h>
|
|
|
|
|
@@ -58,6 +59,8 @@ static void omap_fb_output_poll_changed(struct drm_device *dev)
|
|
|
static const struct drm_mode_config_funcs omap_mode_config_funcs = {
|
|
|
.fb_create = omap_framebuffer_create,
|
|
|
.output_poll_changed = omap_fb_output_poll_changed,
|
|
|
+ .atomic_check = drm_atomic_helper_check,
|
|
|
+ .atomic_commit = drm_atomic_helper_commit,
|
|
|
};
|
|
|
|
|
|
static int get_connector_type(struct omap_dss_device *dssdev)
|