summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-06-26 23:12:04 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-06-26 23:12:04 +0200
commit087e3f577d795bcd007619514bb2977eede70c16 (patch)
tree5da1e445685b6460cebc3250a949e0360fd05000 /linux-core/drm_crtc.h
parent13943fe5823c45759091c1a1f487a4abe377421e (diff)
Revert "modesetting-101: Make dpms property optional + misc cleanup."
This reverts commit 13943fe5823c45759091c1a1f487a4abe377421e.
Diffstat (limited to 'linux-core/drm_crtc.h')
-rw-r--r--linux-core/drm_crtc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h
index b94e91a1..d6fa4cca 100644
--- a/linux-core/drm_crtc.h
+++ b/linux-core/drm_crtc.h
@@ -677,8 +677,7 @@ extern struct drm_property *drm_property_create(struct drm_device *dev, int flag
extern void drm_property_destroy(struct drm_device *dev, struct drm_property *property);
extern int drm_property_add_enum(struct drm_property *property, int index,
uint64_t value, const char *name);
-extern bool drm_mode_create_dpms_property(struct drm_device *dev);
-extern bool drm_mode_create_tv_properties(struct drm_device *dev, int num_formats,
+extern bool drm_create_tv_properties(struct drm_device *dev, int num_formats,
char *formats[]);
extern char *drm_get_encoder_name(struct drm_encoder *encoder);