dsi.h (2040cf9f59037aa8aec749363e69ead165b67b43) | dsi.h (6b16f05aa39f9fae43c18d4fd1ddad7988ab6d90) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Copyright (c) 2015, The Linux Foundation. All rights reserved. 4 */ 5 6#ifndef __DSI_CONNECTOR_H__ 7#define __DSI_CONNECTOR_H__ 8 --- 164 unchanged lines hidden (view full) --- 173 struct msm_dsi_phy_clk_request *clk_req, 174 bool is_dual_dsi); 175void msm_dsi_host_destroy(struct mipi_dsi_host *host); 176int msm_dsi_host_modeset_init(struct mipi_dsi_host *host, 177 struct drm_device *dev); 178int msm_dsi_host_init(struct msm_dsi *msm_dsi); 179int msm_dsi_runtime_suspend(struct device *dev); 180int msm_dsi_runtime_resume(struct device *dev); | 1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Copyright (c) 2015, The Linux Foundation. All rights reserved. 4 */ 5 6#ifndef __DSI_CONNECTOR_H__ 7#define __DSI_CONNECTOR_H__ 8 --- 164 unchanged lines hidden (view full) --- 173 struct msm_dsi_phy_clk_request *clk_req, 174 bool is_dual_dsi); 175void msm_dsi_host_destroy(struct mipi_dsi_host *host); 176int msm_dsi_host_modeset_init(struct mipi_dsi_host *host, 177 struct drm_device *dev); 178int msm_dsi_host_init(struct msm_dsi *msm_dsi); 179int msm_dsi_runtime_suspend(struct device *dev); 180int msm_dsi_runtime_resume(struct device *dev); |
181int dsi_link_clk_set_rate_6g(struct msm_dsi_host *msm_host); 182int dsi_link_clk_set_rate_v2(struct msm_dsi_host *msm_host); |
|
181int dsi_link_clk_enable_6g(struct msm_dsi_host *msm_host); 182int dsi_link_clk_enable_v2(struct msm_dsi_host *msm_host); 183void dsi_link_clk_disable_6g(struct msm_dsi_host *msm_host); 184void dsi_link_clk_disable_v2(struct msm_dsi_host *msm_host); 185int dsi_tx_buf_alloc_6g(struct msm_dsi_host *msm_host, int size); 186int dsi_tx_buf_alloc_v2(struct msm_dsi_host *msm_host, int size); 187void *dsi_tx_buf_get_6g(struct msm_dsi_host *msm_host); 188void *dsi_tx_buf_get_v2(struct msm_dsi_host *msm_host); --- 34 unchanged lines hidden --- | 183int dsi_link_clk_enable_6g(struct msm_dsi_host *msm_host); 184int dsi_link_clk_enable_v2(struct msm_dsi_host *msm_host); 185void dsi_link_clk_disable_6g(struct msm_dsi_host *msm_host); 186void dsi_link_clk_disable_v2(struct msm_dsi_host *msm_host); 187int dsi_tx_buf_alloc_6g(struct msm_dsi_host *msm_host, int size); 188int dsi_tx_buf_alloc_v2(struct msm_dsi_host *msm_host, int size); 189void *dsi_tx_buf_get_6g(struct msm_dsi_host *msm_host); 190void *dsi_tx_buf_get_v2(struct msm_dsi_host *msm_host); --- 34 unchanged lines hidden --- |