Home
last modified time | relevance | path

Searched refs:drm_panel_unprepare (Results 1 – 23 of 23) sorted by relevance

/Linux-v4.19/include/drm/
Ddrm_panel.h109 static inline int drm_panel_unprepare(struct drm_panel *panel) in drm_panel_unprepare() function
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_lvds.c93 drm_panel_unprepare(tcon->panel); in sun4i_lvds_encoder_disable()
Dsun4i_rgb.c153 drm_panel_unprepare(tcon->panel); in sun4i_rgb_encoder_disable()
Dsun6i_mipi_dsi.c673 drm_panel_unprepare(dsi->panel); in sun6i_dsi_encoder_disable()
/Linux-v4.19/drivers/gpu/drm/bridge/
Dpanel.c124 drm_panel_unprepare(panel_bridge->panel); in panel_bridge_post_disable()
Dnxp-ptn3460.c190 if (drm_panel_unprepare(ptn_bridge->panel)) { in ptn3460_post_disable()
Dparade-ps8622.c446 if (drm_panel_unprepare(ps8622->panel)) { in ps8622_post_disable()
Dtc358767.c1090 drm_panel_unprepare(tc->panel); in tc_bridge_post_disable()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_dpi.c143 drm_panel_unprepare(ctx->panel); in exynos_dpi_disable()
Dexynos_drm_dsi.c1402 drm_panel_unprepare(dsi->panel); in exynos_dsi_enable()
1421 drm_panel_unprepare(dsi->panel); in exynos_dsi_disable()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_lvds.c298 drm_panel_unprepare(lvds->panel); in rockchip_lvds_encoder_enable()
311 drm_panel_unprepare(lvds->panel); in rockchip_lvds_encoder_disable()
Ddw-mipi-dsi.c951 drm_panel_unprepare(dsi->panel); in dw_mipi_dsi_encoder_disable()
/Linux-v4.19/drivers/gpu/drm/imx/
Dparallel-display.c113 drm_panel_unprepare(imxpd->panel); in imx_pd_encoder_disable()
Dimx-ldb.c352 drm_panel_unprepare(imx_ldb_ch->panel); in imx_ldb_encoder_disable()
/Linux-v4.19/drivers/gpu/drm/tegra/
Drgb.c132 drm_panel_unprepare(output->panel); in tegra_rgb_encoder_disable()
Ddsi.c879 drm_panel_unprepare(output->panel); in tegra_dsi_encoder_disable()
Dsor.c1555 drm_panel_unprepare(output->panel); in tegra_sor_edp_disable()
/Linux-v4.19/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c445 drm_panel_unprepare(panel); in dsi_mgr_bridge_pre_enable()
508 ret = drm_panel_unprepare(panel); in dsi_mgr_bridge_post_disable()
/Linux-v4.19/drivers/gpu/drm/mxsfb/
Dmxsfb_drv.c118 drm_panel_unprepare(mxsfb->panel); in mxsfb_pipe_disable()
/Linux-v4.19/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_core.c1090 ret = drm_panel_unprepare(dp->plat_data->panel); in analogix_dp_prepare_panel()
1665 if (drm_panel_unprepare(dp->plat_data->panel)) in analogix_dp_unbind()
1683 if (drm_panel_unprepare(dp->plat_data->panel)) in analogix_dp_suspend()
/Linux-v4.19/drivers/gpu/drm/rcar-du/
Drcar_lvds.c262 drm_panel_unprepare(lvds->panel); in rcar_lvds_disable()
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_lcdc_encoder.c346 drm_panel_unprepare(panel); in mdp4_lcdc_encoder_disable()
/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_dsi.c635 if (drm_panel_unprepare(dsi->panel)) { in mtk_dsi_poweroff()