diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2013-10-18 10:11:28 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-10-23 09:21:07 -0400 |
commit | b8206d3916c15a2939b85f21673bdf39e4c8d023 (patch) | |
tree | 28fdc65646c33e46460a8d593df1becda994b512 /include | |
parent | 74afee7dd93458ab343d166c745746c6dca993fe (diff) |
drm: return if changed in drm_helper_hpd_irq_event()
The caller may want to know whether the configuration was changed, and
if an hotplug event was sent.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drm_crtc_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_crtc_helper.h b/include/drm/drm_crtc_helper.h index f43d556bf40b..ef6ad3a8e58e 100644 --- a/include/drm/drm_crtc_helper.h +++ b/include/drm/drm_crtc_helper.h | |||
@@ -163,7 +163,7 @@ static inline void drm_connector_helper_add(struct drm_connector *connector, | |||
163 | extern int drm_helper_resume_force_mode(struct drm_device *dev); | 163 | extern int drm_helper_resume_force_mode(struct drm_device *dev); |
164 | extern void drm_kms_helper_poll_init(struct drm_device *dev); | 164 | extern void drm_kms_helper_poll_init(struct drm_device *dev); |
165 | extern void drm_kms_helper_poll_fini(struct drm_device *dev); | 165 | extern void drm_kms_helper_poll_fini(struct drm_device *dev); |
166 | extern void drm_helper_hpd_irq_event(struct drm_device *dev); | 166 | extern bool drm_helper_hpd_irq_event(struct drm_device *dev); |
167 | extern void drm_kms_helper_hotplug_event(struct drm_device *dev); | 167 | extern void drm_kms_helper_hotplug_event(struct drm_device *dev); |
168 | 168 | ||
169 | extern void drm_kms_helper_poll_disable(struct drm_device *dev); | 169 | extern void drm_kms_helper_poll_disable(struct drm_device *dev); |