On Wed, Feb 28, 2018 at 06:53:52PM +0100, Giulio Benetti wrote:
static struct drm_connector_helper_funcs sun4i_lvds_con_helper_funcs = { .get_modes = sun4i_lvds_get_modes,
- .mode_valid = sun4i_lvds_mode_valid,
};
This should be on the encoder, not the connector.
Maxime