summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.h
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-04-20 16:32:58 -0700
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-04-20 16:32:58 -0700
commit9ca4932054a5bde5dda500ea346ad101bb5c80a0 (patch)
tree3c7084953e0c5b20b5136196da6872af7e23f84d /linux-core/drm_crtc.h
parent2d1de1fc6b9ab3524a1247f56ddeea7238c04ea3 (diff)
Add a mode name generation wrapper to make name format changes easier.
Diffstat (limited to 'linux-core/drm_crtc.h')
-rw-r--r--linux-core/drm_crtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h
index 7128afe1..e5a89b17 100644
--- a/linux-core/drm_crtc.h
+++ b/linux-core/drm_crtc.h
@@ -437,6 +437,7 @@ extern void drm_mode_debug_printmodeline(struct drm_device *dev,
struct drm_display_mode *mode);
extern void drm_mode_config_init(struct drm_device *dev);
extern void drm_mode_config_cleanup(struct drm_device *dev);
+extern void drm_mode_set_name(struct drm_display_mode *mode);
extern void drm_disable_unused_functions(struct drm_device *dev);
extern struct drm_display_mode *drm_mode_create(struct drm_device *dev);