dsi.h (aaccf3c97418f169afdbb5855e9cbcbda34e90fd) | dsi.h (63f8f3badf799c8b63ff33a489886bc138ce5d09) |
---|---|
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, --- 154 unchanged lines hidden (view full) --- 163 u32 dma_base, u32 len); 164int msm_dsi_host_enable(struct mipi_dsi_host *host); 165int msm_dsi_host_disable(struct mipi_dsi_host *host); 166int msm_dsi_host_power_on(struct mipi_dsi_host *host, 167 struct msm_dsi_phy_shared_timings *phy_shared_timings, 168 bool is_dual_dsi); 169int msm_dsi_host_power_off(struct mipi_dsi_host *host); 170int msm_dsi_host_set_display_mode(struct mipi_dsi_host *host, | 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, --- 154 unchanged lines hidden (view full) --- 163 u32 dma_base, u32 len); 164int msm_dsi_host_enable(struct mipi_dsi_host *host); 165int msm_dsi_host_disable(struct mipi_dsi_host *host); 166int msm_dsi_host_power_on(struct mipi_dsi_host *host, 167 struct msm_dsi_phy_shared_timings *phy_shared_timings, 168 bool is_dual_dsi); 169int msm_dsi_host_power_off(struct mipi_dsi_host *host); 170int msm_dsi_host_set_display_mode(struct mipi_dsi_host *host, |
171 struct drm_display_mode *mode); | 171 const struct drm_display_mode *mode); |
172struct drm_panel *msm_dsi_host_get_panel(struct mipi_dsi_host *host, 173 unsigned long *panel_flags); 174struct drm_bridge *msm_dsi_host_get_bridge(struct mipi_dsi_host *host); 175int msm_dsi_host_register(struct mipi_dsi_host *host, bool check_defer); 176void msm_dsi_host_unregister(struct mipi_dsi_host *host); 177int msm_dsi_host_set_src_pll(struct mipi_dsi_host *host, 178 struct msm_dsi_pll *src_pll); 179void msm_dsi_host_reset_phy(struct mipi_dsi_host *host); --- 51 unchanged lines hidden --- | 172struct drm_panel *msm_dsi_host_get_panel(struct mipi_dsi_host *host, 173 unsigned long *panel_flags); 174struct drm_bridge *msm_dsi_host_get_bridge(struct mipi_dsi_host *host); 175int msm_dsi_host_register(struct mipi_dsi_host *host, bool check_defer); 176void msm_dsi_host_unregister(struct mipi_dsi_host *host); 177int msm_dsi_host_set_src_pll(struct mipi_dsi_host *host, 178 struct msm_dsi_pll *src_pll); 179void msm_dsi_host_reset_phy(struct mipi_dsi_host *host); --- 51 unchanged lines hidden --- |