diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-06-19 06:17:52 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-06-19 06:17:52 -0400 |
commit | 731514b446fe6748d5a55a3dff202efb45c7d8df (patch) | |
tree | 8c8159600c32d8ff77b9fc91588c9479e894f70e /include/drm | |
parent | 3d46a3007cd8f73bae502bf5c171977b91d7aacc (diff) |
drm/atomic: Add a function to reset connector TV properties
During the connector reset, if that connector has a TV property, it needs
to be reset to the value provided on the command line.
Provide a helper to do that.
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/84a7b657f09303a2850e1cc79e68f623547f3fdd.1560783090.git-series.maxime.ripard@bootlin.com
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_atomic_state_helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_atomic_state_helper.h b/include/drm/drm_atomic_state_helper.h index 4e6d2e7a40b8..e4577cc11689 100644 --- a/include/drm/drm_atomic_state_helper.h +++ b/include/drm/drm_atomic_state_helper.h | |||
@@ -62,6 +62,7 @@ void drm_atomic_helper_plane_destroy_state(struct drm_plane *plane, | |||
62 | void __drm_atomic_helper_connector_reset(struct drm_connector *connector, | 62 | void __drm_atomic_helper_connector_reset(struct drm_connector *connector, |
63 | struct drm_connector_state *conn_state); | 63 | struct drm_connector_state *conn_state); |
64 | void drm_atomic_helper_connector_reset(struct drm_connector *connector); | 64 | void drm_atomic_helper_connector_reset(struct drm_connector *connector); |
65 | void drm_atomic_helper_connector_tv_reset(struct drm_connector *connector); | ||
65 | void | 66 | void |
66 | __drm_atomic_helper_connector_duplicate_state(struct drm_connector *connector, | 67 | __drm_atomic_helper_connector_duplicate_state(struct drm_connector *connector, |
67 | struct drm_connector_state *state); | 68 | struct drm_connector_state *state); |