dsi.c (eb9d6c7ebe44df4bf077e71de809bb7b216da38c) dsi.c (d91940e28970390eadcd2faa0e1751409d62f4df)
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
4 */
5
6#include "dsi.h"
7
8struct drm_encoder *msm_dsi_get_encoder(struct msm_dsi *msm_dsi)

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

264 msm_dsi->connector = NULL;
265
266 return ret;
267}
268
269void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi)
270{
271 msm_dsi_host_snapshot(disp_state, msm_dsi->host);
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
4 */
5
6#include "dsi.h"
7
8struct drm_encoder *msm_dsi_get_encoder(struct msm_dsi *msm_dsi)

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

264 msm_dsi->connector = NULL;
265
266 return ret;
267}
268
269void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi)
270{
271 msm_dsi_host_snapshot(disp_state, msm_dsi->host);
272 msm_dsi_phy_snapshot(disp_state, msm_dsi->phy);
272}
273
273}
274