summaryrefslogtreecommitdiff
path: root/linux-core/intel_lvds.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2007-12-18 17:41:20 +1100
committerDave Airlie <airlied@redhat.com>2007-12-18 17:41:20 +1100
commitb13dc383df85d75cb1ea422f4d13efc2a4a8a732 (patch)
tree95131b5d74d5515733110584f063b58b1727b691 /linux-core/intel_lvds.c
parentf62a300547b1f495472f773587cd20c6c9da06aa (diff)
remove output names
Diffstat (limited to 'linux-core/intel_lvds.c')
-rw-r--r--linux-core/intel_lvds.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-core/intel_lvds.c b/linux-core/intel_lvds.c
index 94232b94..80f77af6 100644
--- a/linux-core/intel_lvds.c
+++ b/linux-core/intel_lvds.c
@@ -372,7 +372,8 @@ void intel_lvds_init(struct drm_device *dev)
u32 lvds;
int pipe;
- output = drm_output_create(dev, &intel_lvds_output_funcs, "LVDS");
+ output = drm_output_create(dev, &intel_lvds_output_funcs,
+ DRM_MODE_OUTPUT_LVDS);
if (!output)
return;