diff options
author | 2019-08-04 22:16:25 +0200 | |
---|---|---|
committer | 2019-08-10 15:41:47 +0200 | |
commit | 90fbc5105653c1c757eb5889b32106cdd754e69f (patch) | |
tree | c488756f00c5dad74c60c31ebd3497241bb49cdf /drivers/gpu/drm/drm_panel.c | |
parent | drm/bridge: tc358767: fix opencoded use of drm_panel_* (diff) | |
download | wireguard-linux-90fbc5105653c1c757eb5889b32106cdd754e69f.tar.xz wireguard-linux-90fbc5105653c1c757eb5889b32106cdd754e69f.zip |
drm/imx: fix opencoded use of drm_panel_*
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>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Cc: Shawn Guo <shawnguo@kernel.org>
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
Link: https://patchwork.freedesktop.org/patch/msgid/20190804201637.1240-5-sam@ravnborg.org
Diffstat (limited to 'drivers/gpu/drm/drm_panel.c')
0 files changed, 0 insertions, 0 deletions