On Sun, 2019-08-04 at 22:16 +0200, Sam Ravnborg wrote:
Use the drm_panel_get_modes() function to get the modes.
This patch leave one test for the function pointer: panel->funcs->get_modes
This is used to check if the panel may have any modes. There is no direct replacement. We may be able to just check that drm_panel_get_modes() return > 0, but as this is not the same functionality it is left for later.
Signed-off-by: Sam Ravnborg sam@ravnborg.org Cc: Philipp Zabel p.zabel@pengutronix.de Cc: Sascha Hauer s.hauer@pengutronix.de Cc: Pengutronix Kernel Team kernel@pengutronix.de Cc: Fabio Estevam festevam@gmail.com Cc: NXP Linux Team linux-imx@nxp.com Cc: linux-arm-kernel@lists.infradead.org
Acked-by: Philipp Zabel p.zabel@pengutronix.de
regards Philipp