aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc_helper.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-11-10 15:37:16 +1000
committerDave Airlie <airlied@redhat.com>2008-11-10 15:37:16 +1000
commit195cc0d817f99e25a1e961deeabbb15a40b789ed (patch)
treed25283ee44cf7ee2f193d44f87b12be25539c152 /linux-core/drm_crtc_helper.h
parent327631c8b50a90c8f694ffd9ebd0e5c618e99dff (diff)
drm/radeon: add dpms connector functions
Diffstat (limited to 'linux-core/drm_crtc_helper.h')
-rw-r--r--linux-core/drm_crtc_helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/drm_crtc_helper.h b/linux-core/drm_crtc_helper.h
index c0719157..a0dd6675 100644
--- a/linux-core/drm_crtc_helper.h
+++ b/linux-core/drm_crtc_helper.h
@@ -93,4 +93,6 @@ static inline void drm_connector_helper_add(struct drm_connector *connector, con
}
extern int drm_helper_resume_force_mode(struct drm_device *dev);
+extern void drm_helper_set_connector_dpms(struct drm_connector *connector,
+ int dpms_mode);
#endif