diff options
author | Dave Airlie <airlied@redhat.com> | 2014-06-05 14:01:29 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-07-08 11:39:04 +1000 |
commit | 2390cd11bfbe8d2b1b28c4e0f01fe7e122f7196d (patch) | |
tree | 4ad036c2d84d86465bde21bdce1ec66862660396 /include/drm | |
parent | 40377ef2d9a3ddc8ba4aee11393fb207e82111e1 (diff) | |
download | blackbird-obmc-linux-2390cd11bfbe8d2b1b28c4e0f01fe7e122f7196d.tar.gz blackbird-obmc-linux-2390cd11bfbe8d2b1b28c4e0f01fe7e122f7196d.zip |
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/drm')
-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); extern void drm_fb_release(struct drm_file *file_priv); extern int drm_mode_group_init_legacy_group(struct drm_device *dev, struct drm_mode_group *group); extern void drm_mode_group_destroy(struct drm_mode_group *group); +extern void drm_reinit_primary_mode_group(struct drm_device *dev); extern bool drm_probe_ddc(struct i2c_adapter *adapter); extern struct edid *drm_get_edid(struct drm_connector *connector, struct i2c_adapter *adapter); |