diff options
| author | Dave Airlie <airlied@redhat.com> | 2014-06-05 00:01:29 -0400 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2014-07-07 21:39:04 -0400 |
| commit | 2390cd11bfbe8d2b1b28c4e0f01fe7e122f7196d (patch) | |
| tree | 4ad036c2d84d86465bde21bdce1ec66862660396 /include | |
| parent | 40377ef2d9a3ddc8ba4aee11393fb207e82111e1 (diff) | |
drm/crtc: add interface to reinitialise the legacy mode group
This can be called to update things after dynamic connectors/encoders
are created/deleted.
Reviewed-by: Todd Previte <tprevite@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/drm_crtc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 857bbb1551f8..eb0f6f36385e 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
| @@ -942,6 +942,7 @@ extern const char *drm_get_tv_select_name(int val); | |||
| 942 | extern void drm_fb_release(struct drm_file *file_priv); | 942 | extern void drm_fb_release(struct drm_file *file_priv); |
| 943 | extern int drm_mode_group_init_legacy_group(struct drm_device *dev, struct drm_mode_group *group); | 943 | extern int drm_mode_group_init_legacy_group(struct drm_device *dev, struct drm_mode_group *group); |
| 944 | extern void drm_mode_group_destroy(struct drm_mode_group *group); | 944 | extern void drm_mode_group_destroy(struct drm_mode_group *group); |
| 945 | extern void drm_reinit_primary_mode_group(struct drm_device *dev); | ||
| 945 | extern bool drm_probe_ddc(struct i2c_adapter *adapter); | 946 | extern bool drm_probe_ddc(struct i2c_adapter *adapter); |
| 946 | extern struct edid *drm_get_edid(struct drm_connector *connector, | 947 | extern struct edid *drm_get_edid(struct drm_connector *connector, |
| 947 | struct i2c_adapter *adapter); | 948 | struct i2c_adapter *adapter); |
