Loading msm/sde/sde_connector.c +7 −4 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved. */ #define pr_fmt(fmt) "[drm:%s:%d] " fmt, __func__, __LINE__ Loading Loading @@ -782,8 +782,10 @@ int sde_connector_pre_kickoff(struct drm_connector *connector) * in pre-kickoff. This flag must be reset at the * end of display pre-kickoff. */ if (c_conn->connector_type == DRM_MODE_CONNECTOR_DSI) { display = (struct dsi_display *)c_conn->display; display->queue_cmd_waits = true; } rc = _sde_connector_update_dirty_properties(connector); if (rc) { Loading @@ -801,6 +803,7 @@ int sde_connector_pre_kickoff(struct drm_connector *connector) rc = c_conn->ops.pre_kickoff(connector, c_conn->display, ¶ms); if (c_conn->connector_type == DRM_MODE_CONNECTOR_DSI) display->queue_cmd_waits = false; end: return rc; Loading Loading
msm/sde/sde_connector.c +7 −4 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved. */ #define pr_fmt(fmt) "[drm:%s:%d] " fmt, __func__, __LINE__ Loading Loading @@ -782,8 +782,10 @@ int sde_connector_pre_kickoff(struct drm_connector *connector) * in pre-kickoff. This flag must be reset at the * end of display pre-kickoff. */ if (c_conn->connector_type == DRM_MODE_CONNECTOR_DSI) { display = (struct dsi_display *)c_conn->display; display->queue_cmd_waits = true; } rc = _sde_connector_update_dirty_properties(connector); if (rc) { Loading @@ -801,6 +803,7 @@ int sde_connector_pre_kickoff(struct drm_connector *connector) rc = c_conn->ops.pre_kickoff(connector, c_conn->display, ¶ms); if (c_conn->connector_type == DRM_MODE_CONNECTOR_DSI) display->queue_cmd_waits = false; end: return rc; Loading