dsi.h (57bf433893370c069a0c34842f35a3bb8aa130fc) dsi.h (34d9545b9f769c6553e31a6820c9cb51f5e93099)
1/*
2 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 152 unchanged lines hidden (view full) ---

161 struct drm_display_mode *mode);
162struct drm_panel *msm_dsi_host_get_panel(struct mipi_dsi_host *host,
163 unsigned long *panel_flags);
164struct drm_bridge *msm_dsi_host_get_bridge(struct mipi_dsi_host *host);
165int msm_dsi_host_register(struct mipi_dsi_host *host, bool check_defer);
166void msm_dsi_host_unregister(struct mipi_dsi_host *host);
167int msm_dsi_host_set_src_pll(struct mipi_dsi_host *host,
168 struct msm_dsi_pll *src_pll);
1/*
2 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 152 unchanged lines hidden (view full) ---

161 struct drm_display_mode *mode);
162struct drm_panel *msm_dsi_host_get_panel(struct mipi_dsi_host *host,
163 unsigned long *panel_flags);
164struct drm_bridge *msm_dsi_host_get_bridge(struct mipi_dsi_host *host);
165int msm_dsi_host_register(struct mipi_dsi_host *host, bool check_defer);
166void msm_dsi_host_unregister(struct mipi_dsi_host *host);
167int msm_dsi_host_set_src_pll(struct mipi_dsi_host *host,
168 struct msm_dsi_pll *src_pll);
169void msm_dsi_host_reset_phy(struct mipi_dsi_host *host);
169void msm_dsi_host_destroy(struct mipi_dsi_host *host);
170int msm_dsi_host_modeset_init(struct mipi_dsi_host *host,
171 struct drm_device *dev);
172int msm_dsi_host_init(struct msm_dsi *msm_dsi);
173
174/* dsi phy */
175struct msm_dsi_phy;
176struct msm_dsi_phy_shared_timings {

--- 17 unchanged lines hidden ---
170void msm_dsi_host_destroy(struct mipi_dsi_host *host);
171int msm_dsi_host_modeset_init(struct mipi_dsi_host *host,
172 struct drm_device *dev);
173int msm_dsi_host_init(struct msm_dsi *msm_dsi);
174
175/* dsi phy */
176struct msm_dsi_phy;
177struct msm_dsi_phy_shared_timings {

--- 17 unchanged lines hidden ---